I want to iterate over a CSV file and write a (transformed) version of the data to another file. I’m trying to get my program working just writing anything to another file. I have created this pipeline …
pub.file.getFIle
REPEAT
pub.flatFIle.convertToValues
+ SEQUENCE
MAP
pub.file.stringToFile
BRANCH on ‘ffIterator’
$null: SEQUENCE
MAP
EXIT ‘$loop’
But I’m confused about what in my pipeline I need to link to get a string representation of the current iteration of the file into the “stringToFile” method. I have attached a screen shot of what the pipeline options are currently.
What do I need to link or create to bridge the gap?
com.wm.app.b2b.server.ServiceException: [ISS.0086.9249] Missing Parameter: data
at pub.CommonUtils.getRequiredObjParam(CommonUtils.java:104)
at