With, or without bug (I have fixed it in my development version, released shortly), the text export does not do what you want. It is intended to generate human readable output, for forum postings rather than for other programs to read, and is actually modeled after Makehex output, since people seems to be used to this. What you want is instead a spreadsheet-like export.vickyg2003 wrote:What I'm looking for is a single line for each signal with the note and decode so that I can manipulate it in a spreadsheet so that I can have the note and OBC next to each other so that I can paste this into the RMIR/KM function page. I can get this from IR and IRScope, but can't seem to find an option that does this in IRScrutinizer. As soon as the "note" is on a different line, it requires line by line entry, which is where I introduce all sorts of errors.
One of the many technological goodies that I have not talked about yet is the possibility to add new export formats. By modifying exportformats.xml (in the root of the install directory), the user can add his/her own export formats according to own needs. Here is a new version of
exportformats.xml, adding the two new formats "Spreadsheet" and "RM/functions", both generating "Tab separated files", using extension .tsv, which most spreadsheets seem to know about and know how to read. Replace the existing exportformats.xml by the new version. The file can be reloaded by Options -> Export formats database -> Reload, (or IrScrutinizer new started).