Author: pshongal
Subject: Format to pipe delimited with variable field length
Posted: Wed Sep 14, 2016 2:48 pm (GMT 5.5)
Hi,
I have a file (FB). But value in each field can have variable length (like name, address etc). I need a O/P with pipe delimited.
I/P:
Required O/P:
Thanks,
PS[/code]
_________________
Thanks,
PS
Subject: Format to pipe delimited with variable field length
Posted: Wed Sep 14, 2016 2:48 pm (GMT 5.5)
Hi,
I have a file (FB). But value in each field can have variable length (like name, address etc). I need a O/P with pipe delimited.
I/P:
Code: |
fname1 addr1 city1 fname11 addr11 city11 fname111 addr111 city111 |
Required O/P:
Code: |
fname1|addr1|city1 fname11|addr11|city11 fname111|addr111|city111 |
Thanks,
PS[/code]
_________________
Thanks,
PS