Issue Details (XML | Word | Printable)

Key: SFOS-1147
Type: New Feature New Feature
Status: Resolved Resolved
Resolution: Fixed
Priority: Minor Minor
Assignee: Steve Loughran
Reporter: Steve Loughran
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
SmartFrog

create new TextListFile component (extending TextFile), that creates the text for a file from an inline list; one line per list entry

Created: 18/Mar/09 04:02 PM (GMT)   Updated: 19/Mar/09 05:18 PM (GMT)
Component/s: .sfCore
Affects Version/s: 4.01.x
Fix Version/s: 3.17.010

Time Tracking:
Not Specified

Compatibility: new feature


 Description  « Hide
For the Hadoop stuff I'm often creating text files, which I can do with TextFile throuh

text ##line
line2
'ine3#;

but, Why not have

text ["line","line2",LAZY line3];

where the list of strings/references is turned into text, one line at a time

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Steve Loughran added a comment - 19/Mar/09 05:18 PM (GMT)
this is done