Hello,
I am trying import nodes. I have to create a set of nodes (a few 100s) which serial values in a field. So I created a content type for that. I first exported csv of the first node. Then I added a second row in the csv which the changed values and I am trying to import it back. It is giving error.
Please help me on this.
Regards,
De Paul
Comments
Comment #1
danielb commentedThis does not qualify as a bug report.
Are you using node_export_dsv ? I guess not since you didn't mention it. Node export CSV is no longer supported.
Also chances are, if you edit it by hand, you can easily screw it up.
Comment #2
danielb commentedJust to clarify, update to the latest dev please.
Comment #3
danielb commentedI've pushed out a new release to reflect to deprecated status of the CSV module. There is now a DSV format included which you should use instead. If you don't like how it works you can even configure it to your liking. If there's a bug even then.. well get back to me.