11-15-2018, 08:41 AM
(This post was last modified: 11-15-2018, 08:46 AM by pianistslogic.)
Funny how stuff always seems to sort itself out once you've put it down into words..
Put differently, it was indeed almost as simple as imitating the csv files floating around here. Combined with the pdf manual's list of possible values I simply created a spreadsheet where the first row's cells represented the relevant values. Every next row then represents a particular song, and that row's cells represent that particular songs values. Seperator for two values within a cell is the upright (back)slash "|"
At first I kept getting a 'csv file needs a title value' error (or something like that), which apparently had something to do with utf-8 encoding (don't use it, simply save the spreadsheet as a bare-bones csv file).
Works perfectly, really happy with this
Put differently, it was indeed almost as simple as imitating the csv files floating around here. Combined with the pdf manual's list of possible values I simply created a spreadsheet where the first row's cells represented the relevant values. Every next row then represents a particular song, and that row's cells represent that particular songs values. Seperator for two values within a cell is the upright (back)slash "|"
At first I kept getting a 'csv file needs a title value' error (or something like that), which apparently had something to do with utf-8 encoding (don't use it, simply save the spreadsheet as a bare-bones csv file).
Works perfectly, really happy with this