Hi everyone!
I'm stuck with getting unique values while using CSV importer module. I'm trying to import a csv list of books, like <title>, <year>, <author> and populate two clonable templates, <books> and <authors>. But in <authors> I need only one of each author from CSV file, in order to make a relation between those templates. For example, consider the following list:
Dark Carnival, 1947, Ray Bradbury
Fantastic Voyage, 1966, Isaac Asimov
The Long Rain, 1950, Ray Bradbury
I would like to have 3 pages (books) and only 2 authors (Bradbury, Asimov). Any suggestion would help...
Thanks a lot!
I'm stuck with getting unique values while using CSV importer module. I'm trying to import a csv list of books, like <title>, <year>, <author> and populate two clonable templates, <books> and <authors>. But in <authors> I need only one of each author from CSV file, in order to make a relation between those templates. For example, consider the following list:
Dark Carnival, 1947, Ray Bradbury
Fantastic Voyage, 1966, Isaac Asimov
The Long Rain, 1950, Ray Bradbury
I would like to have 3 pages (books) and only 2 authors (Bradbury, Asimov). Any suggestion would help...
