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

Matching from different variants of the column name #82

Open
Parsifal9209 opened this issue Dec 9, 2022 · 0 comments
Open

Matching from different variants of the column name #82

Parsifal9209 opened this issue Dec 9, 2022 · 0 comments

Comments

@Parsifal9209
Copy link

Parsifal9209 commented Dec 9, 2022

is there a way to match if a column in my excel file can have different names when the name is not hardcoded but can be one of the listed ones.
my file excel
headers
column1 | column2
id or partner_id or client_id | client_fio or partner_fio or fio

want something like this
Map(person=> person.PartnerId) .WithColumnNames(new[] { "id ", "partner_id", "client_id"});

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

1 participant