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
Request clarification before answering.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.