Importing a file
Hi,
Recently I have been given a job to import a .csv file into JDE. I have gone down the route of writing a program to take in the file using "fetch next line from flat file" and then using "parse delimited file" to split it up and populate my new file . All was going well until I came across some fields that are blank sometimes , these are ignored by the parse command and everything is out of synch then.
What I want to know , is there a parse command that will read every field , regardless whether it is empty or not , and if it is empty then write an empty record to my new file as well
0