|
When I import a CSV file into the tokens table, using attribute_1, attribute_2, etc., is awkward, I'd much rather use company_name, website, etc., whatever my fields are.
Then conditions and defaults could use those same names, e.g. TOKEN:COMPANY_NAME
An auto-import function would be nice, something that could take a file like
email,website,company_name,year_founded,industry
and import it into the tokens table, automatically adding any new fields that weren't there.
|