Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
Start Free Trial

Alteryx Designer Desktop Discussions

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

How to import dat file with column and Quote delimiter

Abhinav_1911
5 - Atom

Hi, 

 

I'm trying to import a dat file with DC4 as column delimiter and þ as a Quote delimiter. can someone please tell how to load this type of dat file in Alteryx?

3 REPLIES 3
binuacs
21 - Polaris

@Abhinav_1911 Can you provide a sample file 

Abhinav_1911
5 - Atom

 

Hi @binuacs

 

I'm unable to attach file here. It doesn't support data file. I have copied the file content below. The row column is DC4 and Quotes delimiter is þ.

 

 

 

þTestþþColumn1þþColumn2þ
þTest123þþabcdþþiIgklþ
þTest345þEFGHþþMnopþ

binuacs
21 - Polaris

@Abhinav_1911 put the delimiter as \0 , then it will import all the records to one line, then try to split with the text to column tool

Labels
Top Solution Authors