Copy link to clipboard
Copied
Copy link to clipboard
Copied
Copy link to clipboard
Copied
Copy link to clipboard
Copied
quote:
Originally posted by: Dan Bracuk
I just did something like this. My solution was:
Step 1 - Outer loop, read each line of the file.
Step 2, - replace all consectutive delimiters with the delimiter followed by the word null, followed by the next delimiter.
Step 3 - inner loop. loop through that modified row and process it accordingly.
Copy link to clipboard
Copied
quote:
Originally posted by: Dan Bracuk
Step 2, - replace all consectutive delimiters with the delimiter followed by the word null, followed by the next delimiter.
Copy link to clipboard
Copied
Copy link to clipboard
Copied