I created a map to input a csv file and convert to another csv file.
In both file templates the Line Seperator is '
'.
Example Input file is
WC|A6|Apple iphone 6
WC|A7|Apple iphone 7
The output is correct but with extra blank rows
WC|newA6|Apple iphone 6
WC|newA7|Apple iphone 7
Any idea what could be causing this?
Also on a general note, within MEC you could perform many pre-processes on the data using regular expressions. Is there somewhere within ION a similar task can be performed?
For example, stripping out invalid characters in a flatfile.