Due to recent updates, all users are required to create an Altair One account to login to the RapidMiner community. Click the Register button to create your account using the same email that you have previously used to login to the RapidMiner community. This will ensure that any previously created content will be synced to your Altair One account. Once you login, you will be asked to provide a username that identifies you to other Community users. Email us at Community with questions.
[SOLVED] ReadCSV escape characters disappear even when quotes disabled
tennenrishin
Member Posts: 177 Contributor II
If the ReadCSV operator's "use quotes" parameter is off, the "escape character for quotes" parameter is hidden. This suggests that the "escape character for quotes" is only relevant when "use quotes" is on.
However, even with "use quotes" off, my ReadCSV operator seems to be removing '\' characters from the read content, unless I set "escape character for quotes" to some other character.
.*,CLS\(.*[/quote]
However, even with "use quotes" off, my ReadCSV operator seems to be removing '\' characters from the read content, unless I set "escape character for quotes" to some other character.
<?xml version="1.0" encoding="UTF-8" standalone="no"?>[quote=a.txt]1
<process version="5.3.005">
<context>
<input/>
<output/>
<macros/>
</context>
<operator activated="true" class="process" compatibility="5.3.005" expanded="true" name="Process">
<process expanded="true">
<operator activated="true" class="read_csv" compatibility="5.3.005" expanded="true" height="60" name="Read CSV" width="90" x="112" y="75">
<parameter key="csv_file" value="C:\Users\isak\Desktop\a.txt"/>
<parameter key="use_quotes" value="false"/>
<parameter key="parse_numbers" value="false"/>
<list key="annotations"/>
<list key="data_set_meta_data_information">
<parameter key="0" value="content.true.nominal.attribute"/>
</list>
</operator>
<connect from_op="Read CSV" from_port="output" to_port="result 1"/>
<portSpacing port="source_input 1" spacing="0"/>
<portSpacing port="sink_result 1" spacing="0"/>
<portSpacing port="sink_result 2" spacing="0"/>
</process>
</operator>
</process>
.*,CLS\(.*[/quote]
0
Answers
Best regards,
Marius