I'm using node_import semi-successfully. One thing that concerns me it that node_import seems to insist on having a link title and a valid URL for all link types in a CCK node, even when the node isn't required. Currently, this means I have to put in dummy titles and links and write a SQL script later to remove them. Have I missed something? Seems like I shouldn't encounter this. Is there an alternative way I can import CSV or TSV files into CCK nodes?

Comments

vikas_salyan’s picture

Hi Ikd,

For title you can use Automatic nodetitle module to hide titles or to generate title based on specified pattern. Please specify about which link types( valid url) you are talking about.

vikas