I have an excel file with many spreadsheets. Almost all of them have tabular data information. But one of them has information like the image below. I read the documentation I found about dex, but I couldn't find out if it is possible to import using this format and how to do it.
But, it will read from columns not rows like this:
Bonus, when I want to find something out like this, I “reverse engineer it”, that is, I create a project and allow DEX to generate the mapping for me. Like this:
Thank you, but I already knew how to import using the column mapping. My question was related to the possibility of importing in row mapping. I understand from your answer that only the column mapping is possible.
@erika.hashiguti
DEX row-based formats always need a header row, which you don't have. If you would have header row, even then you wouldn't be able to read into scalars. You would then be able to read into a one-dimensional parameter, with the first column being a name-binds-to column and the second a maps-to column
Reply
Sign up
Already have an account? Login Please use your business or academic e-mail address to register