Closed
Need help on Creating Notepad file with pipe delimited
Hi,
Can anyone help me on below requirement.
Requirement: fetching cases from workbasket and mapping the case information into notepad with pipe delimited. Need input on how to create a notepad file with pipe delimited.
Regards,
Hyma.
It's not clear what mechanism you're using to create the text file.
If you're using BIX, you can write to a CSV file, and use the -l (lowercase L) command line flag to set the delimiter - the default is comma (,) - For your requirement you would add the flag:
-l |
to the command line arguments for extracting your work data to a CSV.
https://community.pega.com/sites/default/files/help_v82/procomhelpmain.htm#engine/bix/bix-command-line-parameters-ref.htm