Hi Team,
I have a requirement to copy the VB file of rec-length:4580 to VB file based on Delimitor count upto 95 only from each record even if input record has more that delimitor fields.Each field is associated with the | delimitor.need to truncate the fields after 95th delimitor.Can you please help
Infile:
1|2|3|...………..|95|96|...…|9999
Output:
1|2|3|...….|95