Hi Daniel!
After submitting the form:
Error encountered during import. Node types unknown on this site: . No nodes imported.

I tested file in text editor it looks correctly with comma separaters UTF-8
May you comment why it can happen? Drupal 7.12 Feeds 7.x-2.0-alpha4 Node Export Feeds 7.x-3.0-rc2

CommentFileSizeAuthor
#5 node_initial2.csv_.zip2.58 KBJarviss

Comments

Jarviss’s picture

Issue summary: View changes

addition for versions

danielb’s picture

Category: bug » support

Well let's start with the obvious..
Have you confirmed that the content type of the exported node exists on the site you are importing?
Have you tried anything other than CSV?
Have you tried importing the same CSV without feeds?
Can you provide an example of a CSV that won't import?

danielb’s picture

Status: Active » Postponed (maintainer needs more info)
Jarviss’s picture

Hi Daniel, thank you for quick answer!

Content Type exist!
I noticed that Column Names are different when I download example File when inport block is attached to Node creation form!

So I exported 2 Nodes to CSV in Content Section.

When I Export Nodes to CSV and without changing it try to import it, I get this:
Node export was unable to recognize the format of the supplied code. No nodes imported.

I need CSV to edit nodes by rows, lines it is easy! So I need CSV.

When I did the same with .XML it imported nodes.

May you Explain How to Import CSV without Feeds?

Jarviss’s picture

I was thinking that it can be because of Charset But the idea that XML is imported means that it is not...

Jarviss’s picture

StatusFileSize
new2.58 KB

Exapmle File, when I try to import it:
Node export was unable to recognize the format of the supplied code. No nodes imported.

danielb’s picture

I haven't thoroughly looked into this yet

May you Explain How to Import CSV without Feeds?

Under "add content" or node/add/node_export

Jarviss’s picture

So I was doing it like you said node/add/node_export. May you explain how to do import through feeds module, because I didn't find the other way to import CSV file!

danielb’s picture

Through the Feeds import interface (I can never find it, but there's a link somewhere on a Feeds config page), it's a lot more difficult to setup though, I'm not a fan of it, but it gives more options. And if it doesn't work the normal way it probably won't work that way either.

danielb’s picture

Make sure Node Export CSV is enabled on the import site btw

Jarviss’s picture

Daniel thank you your questions made me think deeply, Feeds link is /import/node
I made csv file for feeds and what I get is update for nodes with ids in csv but when I change ids it doesn't create nodes and I think I miss some column that was not included to Feeds template file: I get Missing bundle property on entity of type node.

may you help me please comment if you know the answer:
http://drupal.org/node/1394320#comment-form

About XML import through Node Export module: it can help when we export nodes from one site to another.
When it is used to create nodes from edited file (best csv edited in excel) for example XML it is tough to use because for term fields it exports id not the text value, so it is complicated to edit ids, and in csv it exports values. So XML doesn't help not to waste time, because I have to know every term id to make changes.

danielb’s picture

The data in XML and CSV should be the same. I'm not going to comment any more on Feeds or XML as they are peripheral to this issue.
If you are editing a CSV file on a mac, that is likely the cause of the issues in the file. The format used for CSV files in Node export ensures readability in unix/mac/windows but only supports line endings created by windows software.
I am considering providing alternate options in a configurable DSV format, or something like that.

danielb’s picture

I have removed the CSV module from this project and replaced it with the DSV module which might allow you to configure it differently for your purposes.

Jarviss’s picture

Status: Postponed (maintainer needs more info) » Fixed

Daniel Thank you for your answers, I solved it it was because of wrong guid values, As I think first import was processed bu drupal but with some other bugs, so when I removed this column at all it imported one node and than I just changed all the guid values to new and it worked.
Yes I tried on mac!
Thank you for DSV!

danielb’s picture

Version: 7.x-3.0-rc2 » 6.x-3.3
Component: Node export file » Node export
Category: support » task
Status: Fixed » Patch (to be ported)

Needs backport.

danielb’s picture

Status: Patch (to be ported) » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

Anonymous’s picture

Issue summary: View changes

more