Getting data from text file but regional characters are invalid

I open csv file via using component (Text File->Read Textfile to dataset). But when i check to variable, getting data is not same with original one. For example “İ” is shown as black box.

How can i solve this issue?

Hi Yasin!!

You should choose the correct encoding type from the open activity under the text file component.

Please see below for encoding types’ explanations.

1 Like

Thank you for information.

After required setting is applied like that :
image

Required field is came as expected like that :
image

1 Like