read csv file but no data ( blank ) on first column
Hi : In JDE, I use "Fetch Next Lines from Flat File" to read line by line from CSV file ( with ; as delimiter ). When there is no value <blank> between delimiter, JDE will skip that column.... that is not good. In the past, I used D952334B ReplaceAStringWithAString to
convert from ;; to ; ; ( blank between each delimiter ) so JDE will not skip blank column. That work so far.
However, the CSV could have blank in the first column... Now, I have NO idea NOT to skip the first blank column ... any help?
Example
colA;colB;colC;colD;colE
AA;BB;CC;;EE