Quantcast
Channel: IBM Mainframe Computers Forums
Viewing all articles
Browse latest Browse all 8500

SYNCSORT :: Format to pipe delimited with variable field length

$
0
0
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:
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


Viewing all articles
Browse latest Browse all 8500

Trending Articles