kbata Posted December 10, 2008 Posted December 10, 2008 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*
Vaughan Posted December 10, 2008 Posted December 10, 2008 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.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now