Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

Data type issue

ysreenumba
7 - Meteor

Hi All,

 

By default why alteryx taking v_string data type for numerical values while loading flat file data . it should be numeric right?

 

then how can i change data type v_string to numeric for numerical columns.

 

Thanks

Sreeni

1 REPLY 1
Thableaus
17 - Castor
17 - Castor

Hi @ysreenumba 

 

Are you using a CSV file?

 

If so, all values will be as v_string types. That's supposed to happen. CSV columns are all stored as strings.

 

Use AutoField tool and you'll be able to change all data types at once. 

 

1111.PNG

 

Cheers,

Labels
Top Solution Authors