Scubadiver wrote:
I have a plain text file with this header: Title,Location
And with this data (sample): Key Largo,1-48
What you describe is a CSV structure.
Scubadiver wrote:
While the import worked fine, I don't see the other field (Location).
I suppose you've used "Import a list of movie titles". That feature doesn't expect a CSV structure, it expects a plain list of titles, it's normal that it doesn't work.
Scubadiver wrote:
Can I add that field or use a different method to import my data?
We have to pretend that your list comes from an app that Coollector is able to import from.
I've had a look at my code and the easiest solution is to import from "All My Movies".
The only subtlety is that you have to set the header to "Title,Media Location".
I've tried it and it seems to work