The gem works perfectly importing all the data BUT the data contained in columns named with two words.
Example
the data in the column "animated" is correctly imported
the data in the column "linkUrl" (displayed in the CSV as "Link Url") in ignored
changing the header in the CSV to linkUrl does not work either.
Any ideas?
Thank you!