This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

ENERGYTRACE: CSV export without quotes

Part Number: ENERGYTRACE

Hello,

Since excel sucks as an actual plotting tool, is there a way to get energytrace to save its data without a quotation marks around the numbers? This makes it much easier to import using Matlab without having to find and delete every quote.

Munan

  • Hey Munan,

    Sorry for the delay.  I've never tried exporting from energy trace before, but like you see, the data only comes out in .csv with data surrounded in " "   Unfortunantly, There doesn't seem to be any way in CCS to change this. 

    For a easy "hack" myself in Visual Studio code, I just did a find replace all for the " and left the replace blank and it deleted them all at once.  Hope that works for you.  

    Thanks,

    JD

  • Hey JD,

    Yeah I ended up using a Linux utility

    tr -d '"'

    Since the file was getting so large that a search and replace in a text editor wasn't working well.

    Munan

**Attention** This is a public forum