thx for this great module to release me from mysql-table-digging!
however , i still come accross a new problem while a node have more than two links.
let's say :: contentType=="movie" , it has title , body , and link which has more than two inputs to let user to link to "1.rmvb" "2.rvmb" ` ` `` ` ``, but as you know that , some movies have to links but others may just have one or more than two.
i am using csv-type to export data from my ex-website-mysqlTable , datas are like
CSV
title,body,links
"name1","body1","i don't know how to make up links" /*only one link*/
"name2","body2","i don't know how to make up links"/*two links*/
"name3","body3","i don't know how to make up links"/*three links*/
so, please give me a hand if you have a good idea to overcome this , right now i have to use dirty mysql-table-digging.
Comments
Comment #1
alex_b commentedThis is a duplicate of #349124: Support multiple values per field - I would accept a patch for CSV Parser.