We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We've been scratching our heads why a template value that looks like this:
{ name: "Extra Info", key: "extraInfo", }
Doesn't match when we upload a file with the column header Extra Info
Extra Info
Turns out there are 2 issues.
Have I misunderstood how this should work? I'm happy to submit a patch if you want the 2 issues fixed.
To get around this we've had to add suggested_mappings: ["Extra Info"] to our template.
suggested_mappings: ["Extra Info"]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We've been scratching our heads why a template value that looks like this:
Doesn't match when we upload a file with the column header
Extra Info
Turns out there are 2 issues.
Have I misunderstood how this should work? I'm happy to submit a patch if you want the 2 issues fixed.
To get around this we've had to add
suggested_mappings: ["Extra Info"]
to our template.The text was updated successfully, but these errors were encountered: