cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hi

can anybody tell me how the pipe delimited file look like ?? If possible with example. What is the difference between tab delimited, pipe delimited, CSV, flat file, fixed with fomat file and text file ??

Thanks

Kumar

0 Likes
View Entire Topic
justin_santhanam
Active Contributor
0 Likes

Kumar,

In addition to Aamir's reply. Its not manadatory that Pipe symbol has to be in end, it can be like following

Pipe delimited

ABC|123|TEST

CDE|345|TEST

CSV

ABC,123,TEST

CDE,345,TEST

Tab Delimited

ABC [<b>TAB SPACE</b>] 123 <b>[TAB SPACE]</b> TEST

CDE [<b>TAB SPACE</b>] 345 [<b>TAB SPACE</b>] TEST

raj.