RESOLVED: Fileout to CSV missing commas

I want to save my tables as CSV

I got table >> fileout (with extension as CSV)
Yet when I bring it in with filein you can see it’s missing the columns. When I open the file in a text editor I can see it’s missing comas too.

posted here first, moved to bugs by recommendation of Matt Ragan.

Alas, those file extensions only determine how the file is viewed by external editors, not how it is saved. All text is saved literally as is from the DAT.

This screenshot shows a simple converter from DAT to .csv format.

I understood from replies in the post linked in my comment that all that was needed was to change the extension type.

Thank for the reply, that will do the trick for now :slight_smile: