• Hi,

    is it possible to import a csv file into posts and category? is there a plugin for this?

    thank you

Viewing 1 replies (of 1 total)
  • You can import a csv file using phpmyadmin via:

    PHPMYADMIN > SQL Tab > Insert data from a text file into the table > DATA LOCAL LOAD method

    or

    LOAD DATA LOCAL INFILE ‘/path/to/file.csv’ into table tableName fields terminated by ‘,’ enclosed by ‘”‘ lines terminated by ‘rn’;

Viewing 1 replies (of 1 total)
  • The topic ‘import post from csv’ is closed to new replies.