konnco / filament-import

why import must use a template when you can import all files dynamically?
MIT License
202 stars 61 forks source link

add alternative column names for automatic matching #77

Closed alex552 closed 1 year ago

alex552 commented 1 year ago

Proposed changes

In the current way the automatic column matching, the csv header has to match the field name exactly, but sometimes the header might have similar or alternative names for columns, this PR adds the possibility to define alternative names the column might have and hopefully be able to automatically match all columns.

Types of changes

What types of changes does your code introduce to Filament Import? Put an x in the boxes that apply

Checklist

Put an x in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code.

Further comments

If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did and what alternatives you considered, etc...

gabrieljaime commented 1 year ago

I will be glad to get this change.. I need it

frankyso commented 1 year ago

Thanks