I need one field in my positive pay export file to have quotations around it. Since some of our vendors have comma's in their names, the quotes are needed by the bank. My file type is variable text, my file encoding is windows, and I am using a comma separator.
Here is what I have exporting now:
8/24/2023,154193,105.25,Total Business Solutions, Inc.
Here is what I need:
8/24/2023,154193,105.25,/Total Business Solutions, Inc./<-----The post won't let me put in quotes, but the slashes shown are where I need quotations
Is there any way to do this with data transformation rules versus having to modify codeunits?
Thanks,
Rich