I am looking to use something similar to the Create Pages script to import from a csv file but to also have a column to set a metadata attribute?
Has anyone done this? is it possible?
Or can this be done with import via xml?
Import via XML requires you to convert that XML files into a huge chunk of XML. Keeping it as a CSV requires you to modify the Create Pages script to set the metadata schema and field value after the page is created.
Converting to XML can be done manually, but it a pain. Modifying the script should not take long, but requires knowledge of PHP and Matrix.
?
What's your question?