Bug #2805
Import doesn't import everything
Start date:
06/30/2020
Due date:
% Done:
100%
History
#1 Updated by Luke Murphey over 4 years ago
Qs:
- What is a minimal repro?
- Remove columns until there are fewer column than the import file
- Import the file: note that the columns off of the edge are not created
- Is column data stored somewhere?
- Can I add the columns first?
- No, they don't get added
- How is field_types setup?
- Are there options that I could remove that would make this work?
- It appears that jexcel is not increasing the number of columns
- The columns have to exist when the lookup is loaded in order to get them imported
- setConfig() used to exist on older versions
- https://github.com/paulhodel/jexcel/issues/806
- I'm not getting the error on destroy but on the creation of jexcel
- https://github.com/paulhodel/jexcel/issues/796
- Can I just recreate the jexcel editor on import?
- I keep getting an error
- Destroy and recreate the jexcel editor
- [Nope] Add/remove the columns and then import the data
- [Nope] Just call setData()?
- https://github.com/paulhodel/jexcel/issues/498
- That is what I was doing, definitely doesn't work
- Needs the column data added
- [Nope] Set columns
- don't see anywhere this is possible
- use csvHeaders:true
#2 Updated by Luke Murphey over 4 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100