Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CSV input with one missing Header #1

Open
HTPC-Schrauber opened this issue Mar 18, 2020 · 2 comments
Open

CSV input with one missing Header #1

HTPC-Schrauber opened this issue Mar 18, 2020 · 2 comments

Comments

@HTPC-Schrauber
Copy link

HTPC-Schrauber commented Mar 18, 2020

Hello,

I need to read a CSV file, which has no text in the first column of the headline. But I also need to finde the position by the name of the column.
So to say, I need a mixed mode between fixed position column and finding the column by name.

My CSV looks like this:

,"A","B","C","D"
"someText",10,0,8,0
"someOtherText",5,20,0,0

Can I achieve this somehow?

@jlolling
Copy link
Owner

Yes it is possible but not without changing the configuration of the component for each use case.

@HTPC-Schrauber
Copy link
Author

And how? I did not get it working.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants