December 10, 200817 yr 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*
December 10, 200817 yr 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.
Create an account or sign in to comment