データテーブルをcsv出力する際のデータ型

Uipath初心者です。
どなたかアドバイスをいただけますでしょうか。

Excelで住所などの一覧表を読み込み、色々処理をした後、csv出力をしなければならないのですが、
番地がどうしても日付に変換されてしまい、困っています。。。
何か良い方法はありますでしょうか?

@k-mura

If you are using Read Range workbook then enable preserve Formatting, if you are using excel Process scope try different options of “read formatting” in Read range property panel

Hi @k-mura

Enable Preserve Formatting in the properties panel of Read Range Workbook. May be a sample input and expected output with screenshots will help us give you elaborate answer.

If you are using Excel activities you will find different options like Display Value, Raw Value ,Null and try changing those and check if the data is getting written correctly.

Regards