Thread Starter
phrk
(@phrk)
So – if I understand it correct – there is no straightforward way how to save the number as a pure string to the meta field using your plugin. I will solve it other way. Thank you for great support, marking as solved.
Thread Starter
phrk
(@phrk)
Sure! I tried this:
“ID”
1234
and
“ID”
“1234”
with the same result – meta text field “ID” in user profile containing [“1234”].
Thanks!
Thread Starter
phrk
(@phrk)
Sorry, I wrote a nonsense 🙂
Value “1234” from the CSV is imported as an array – [“1234″] in the meta field or ‘a:1:{i:0;s:4:”1234”;} in the database. The target fields are of type “text”. Fields of type “boolean” are correctly imported (value “1” as true).