MobileSheets Forums

Full Version: CSV import, overlapping pages
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Mike, can pages overlap in CSV import?
E.g.

Code:
mysong           pages 5-15
mysong part 1    pages 5-7
mysong part 2    pages 8-12
mysong part 3    pages 13-15
Yes it works. Most of my CSV files contain an entry that imports the complete book additionally to the entries per song. You can check the CSV files that I shared in the forum.
Yes, you can certainly have overlapping pages. MobileSheets is just taking the page order specified in the csv and using that for the page order in the song that is generated. It does not do any kind of validation beyond ensuring that the page order is a valid order string.

Mike
Ok.

When I want to generate the pages from e.g a PDF outline (hi Herbert Smile) probably the best is to only use start page since it is not known where the song ends. Can I use "5-" to denote 5 to end, or must I explicitly specify the ending page number?
You must explicitly list the end page - I don't currently have a designator that means, "until the end". Perhaps I can look into supporting that at some point.

Mike