add two functions to demonstrate a simple input-from-Excel. Open an Excel document, create two columns, put name in the first column and metacode in the second, and then populate it with names and valid metacodes. Copy-paste the cells (just click, drag, and copy) and paste them into the textarea created by Metamaps.Topic.createCSVInputTextarea. Hit enter and it'll call parseTopicCSVInput and create your topics.

This commit is contained in:
Devin Howard 2015-02-28 19:55:45 -05:00
parent f2cbde50ca
commit f31be9a3f3

View file

@ -5173,4 +5173,3 @@ Metamaps.Admin = {
}
}
};