Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 5826 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

I need to export a csv file that needs to be delimited with * instead of """. This will be part of an automated work flow so it would be nice to be able to do this without needing to modify the file with a separate application.

For example. A standard FM csv export would look something like this.

"123" , "456" , "789"

"abc" , "def" , "ghi"

I need it to look like this.

*123* , *456* , *789*

*abc* , *def* , *ghi*

Posted

This can be done with an XML/XLST export. The stylesheet allows you to specify how the file turns out.

The FMI web site has some sample XML/XSLT style sheets that are a good starting point.

This topic is 5826 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.