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
{{ message }}
This repository has been archived by the owner on Nov 23, 2021. It is now read-only.
Interesting suggestion. Let me give it a thought about the implementation and the possible consequences.
At first, it comes to mind the fact that the column names need to be unique. It cannot happen something like:
column%w(unitunits),:unitcolumn%w(units),:units
Also, we have to consider the possibility that, in an example like yours (column ['unit', 'units'], :unit), what if the spreadsheet file comes with a column header 'unit' and another column with header 'units'?
As a side note, this suggestion also relates to a feature I've been thinking about, that the column names should be matched disregarding case, so a column named 'first name' would match a spreadsheet column with a header like 'First Name'.
Hi, is it possible to have different variations of a name for each column?
Something like:
The text was updated successfully, but these errors were encountered: