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
Then we should have attribute [MatchHeadersToModel] on model class should result in
field order in model as
"RECHNUNG" : 1
"DATUM": 2
"KUNDENNR" : 3
"DEBITORKONTO" : 4
Then we should have attribute [MatchHeadersToModel] on model class should result in
field order in model as
"DATUM": 1
"RECHNUNG" : 2
"KUNDENNR" : 3
"DEBITORKONTO" : 4
So, basically, we are reading header in file and then matching the model with headers and their order, instead of statically defining in file.