You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"});
The text was updated successfully, but these errors were encountered:
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"});
The text was updated successfully, but these errors were encountered: