Hello,
Does anyone have a clue as to how I can code my app so the data will look like below?
output is a text file, consisting of three columns of data, comma delimited, with quotes around each column. The output should look like this:
"00501","NY","H OLTSVILLE"
"00544","NY","H OLTSVILLE"
"00601","PR","A DJUNTAS"
"00602","PR","A GUADA"
Does anyone have a clue as to how I can code my app so the data will look like below?
output is a text file, consisting of three columns of data, comma delimited, with quotes around each column. The output should look like this:
"00501","NY","H OLTSVILLE"
"00544","NY","H OLTSVILLE"
"00601","PR","A DJUNTAS"
"00602","PR","A GUADA"
Comment