Feature #893
Add ability to import a lookup file into the editor
100%
Subtasks
History
#1 Updated by Luke Murphey about 10 years ago
- Tracker changed from Task to Feature
#2 Updated by Luke Murphey about 10 years ago
Trying http://papaparse.com/
#3 Updated by Luke Murphey about 10 years ago
Trying to load papa-parse generates an exception:
TypeError: Cannot read property 'src' of null↵
at p (eval at <anonymous> (http://127.0.0.1:8000/en-US/static/@232979.164/js/common.min.js:246:16), <anonymous>:11:9687)↵
at eval (eval at <anonymous> (http://127.0.0.1:8000/en-US/static/@232979.164/js/common.min.js:246:16), <anonymous>:11:13274)↵
at eval (eval at <anonymous> (http://127.0.0.1:8000/en-US/static/@232979.164/js/common.min.js:246:16), <anonymous>:11:13279)↵
at eval (native)↵
at http://127.0.0.1:8000/en-US/static/@232979.164/js/common.min.js:246:16↵
at Function.jQuery.extend.globalEval (http://127.0.0.1:8000/en-US/static/@232979.164/js/common.min.js:246:36)↵
at jQuery.ajaxSetup.converters.text script (http://127.0.0.1:8000/en-US/static/@232979.164/js/common.min.js:4006:8)↵
at ajaxConvert (http://127.0.0.1:8000/en-US/static/@232979.164/js/common.min.js:3951:10)↵
at done (http://127.0.0.1:8000/en-US/static/@232979.164/js/common.min.js:3789:11)↵
at callback (http://127.0.0.1:8000/en-US/static/@232979.164/js/common.min.js:4111:1)
#4 Updated by Luke Murphey about 10 years ago
The page is being replaced with the following HTML when importing the script: <html><head><script id="worker737516475841403"></script></head></html>
#5 Updated by Luke Murphey about 10 years ago
Trying another: https://github.com/knrz/CSV.js/tree/master
#6 Updated by Luke Murphey about 10 years ago
- Status changed from New to Closed