Design Tools & Output Technologies - JDE1 (MOSC)

MOSC Banner

read csv file but no data ( blank ) on first column

edited Apr 30, 2020 5:09AM in Design Tools & Output Technologies - JDE1 (MOSC) 2 commentsAnswered

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

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center