From f31be9a3f3f4128b296c5c69ab20e116b0565d73 Mon Sep 17 00:00:00 2001 From: Devin Howard Date: Sat, 28 Feb 2015 19:55:45 -0500 Subject: [PATCH] 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. --- app/assets/javascripts/src/Metamaps.js.erb | 1 - 1 file changed, 1 deletion(-) diff --git a/app/assets/javascripts/src/Metamaps.js.erb b/app/assets/javascripts/src/Metamaps.js.erb index 3f0e0ae3..4cbc0d86 100644 --- a/app/assets/javascripts/src/Metamaps.js.erb +++ b/app/assets/javascripts/src/Metamaps.js.erb @@ -5173,4 +5173,3 @@ Metamaps.Admin = { } } }; -