0 Bulk 'import' of existing person/family data 6 Nic De Vries posted 9 Years Ago Hi, what is the best/easiest way to get an existing dataset (in my case in a MySQL database) into Rock as fast as possible so that we can work within rock from that point forward? The REST API seems the most obvious way and I got some examples working on GET, but to POST/PUT seems not trivial as well as the consequence of impacting both the person and the family-group either needs to be 'addressed' by the API or I must write some code and know the relationship between the 'tables' to make sure I don't break anything. Please advise.
David Stevens 9 years ago No, there's a SampleData.xml that's included to import dummy data into a playground database: https://github.com/SparkDevNetwork/Rock/blob/master/Documentation/sampledata_1_3_0.xmlDepending how you export from MySQL you might find the XML easier to work with than a CSV. YMMV.