Tab delimited

 3 Replies
 2 Subscribed to this topic
 17 Subscribed to this forum
Sort:
Author
Messages
Srini Rao
Veteran Member Send Private Message
Posts: 149
Veteran Member
Is it possible to create the TAB delimited output using the 4GL program?
Karen Sheridan
Veteran Member Send Private Message
Posts: 142
Veteran Member
If your output file is a work file, then yes, I believe all you have to do is change the field separator to tab. Go to jobdef, on the form ID F6, CSV File attributes. This is through LID.
Srini Rao
Veteran Member Send Private Message
Posts: 149
Veteran Member
Yes, I found the option. Thanks . I defined as CSV in workdef and jobdef change it to TAB?
Karen Sheridan
Veteran Member Send Private Message
Posts: 142
Veteran Member
that should work - test it on an existing program to see if it gives you the results you are looking for