How to create a new specific Export Data Block #584
Unanswered
alpha-code2019
asked this question in
Q&A
Replies: 1 comment
-
Could that JS-Library be of any help with the Data Mapping problem? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
I wonder if it is possible to have a new Export Data Block?
The current Block exports the columns of the Automa table in a fixed order and in the selected format (JSON, CSV or Plain Text), always with first row = column headers and second row the data that is saved in the Automa table.
I thought of a kind of Data Mapping feature
Important: Data in row 1 or in row 2 or simply appended in the first empty row
Data of Automa Column "1" Header ----> User Column "3" Header as Data input
Data of Automa Column "2" Header ----> User Column "7" Header as Data input
Data of Automa Column "3" Header ----> User Column "1" Header as Data input
Data of Automa Column "4" Header ----> User Column "2" Header as Data input
Data of Automa Column "5" Header ----> User Column "6" Header as Data input
and so on ...
Problem with CSV Export
Often times, one scrapes longer texts that contain commas. That could mix up import in MS Excel and other software. It might be better to have a function to select the CSV delimiter. TAB could be a solution instead of a comma.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions