Data type for admin import

Hi all,
I am creating a graph database from scratch using admin import. All the nodes properties are created as string.

Is it possible to force to import some properties as integers?

thank you in advance and best regards

It looks like you can specify the type in the header. String is the default. From the doc, it shows header column names as “name:int”.