Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: mmarinelliOriginally posted by: Cindy
Ouch, Can you describe the most effective way to output a larger file and open with Excel. Output as CSV or Text?
Hello Cindy,
You have correctly identified CSV as the best way to output large data sets for use with Excel. If you use the Output Delimited node to create a file with the .csv extension, and set the field delimiter to "," and the record delimiter to "\n" (no quotes for either), you will output a file which can then be opened directly in Excel.
Mark