Array of numbers in CSV for uploading

Good day!
Help me please with a question:
How to write Array of numbers in CSV for uploading as a list of numbers in a field of thing
for string [“one; two; three”] - it works
for number [1;2;3] or [“1;2;3”] or other else doesn’t works
if apply “,” instead of “;” - Bubble considers it as a additional field
it seems easy, but …