Write Tableau Extract
<?xml version="1.0" encoding="UTF-8"?><process version="8.2.001">
<context>
<input/>
<output/>
<macros/>
</context>
<operator activated="true" class="process" compatibility="8.2.001" expanded="true" name="Process">
<process expanded="true">
<operator activated="true" class="retrieve" compatibility="8.2.001" expanded="true" height="68" name="Retrieve bank-full" width="90" x="1117" y="34">
<parameter key="repository_entry" value="//DBS Final Project/Data/bank-full"/>
</operator>
<operator activated="true" class="tableau_table_writer:write_tableau" compatibility="8.2.001" expanded="true" height="68" name="Write Tableau Extract" width="90" x="1251" y="34">
<parameter key="output_file" value="C:\Program Files\RapidMiner\RapidMiner Studio\Tableau Data Extract API\bin\roc.hyper"/>
</operator>
<connect from_op="Retrieve bank-full" from_port="output" to_op="Write Tableau Extract" to_port="input"/>
<connect from_op="Write Tableau Extract" from_port="through" 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>
Hi Guys,
I have installed Tableau Data Extract API 2.0 and followed the instruction shown in the article:" Install the Tableau Table Writer extension" but I am still getting en error when I tried to extarct the data> Also my output file should be correct: C:\Program Files\Tableau Data Extract API\bin.
I will be grateful for your help!
Best Answer
-
10329541 Member Posts: 4 Contributor I
Fortunately, this issue has been resolved based on the support from bobpeers: https://community.rapidminer.com/t5/RapidMiner-Studio-Forum/Write-Tableau-Extract-error/m-p/32981#M23403. THANK YOU!
A new path from the step 4 (document: Using the Tableau Table Writer” )https://docs.rapidminer.com/latest/studio/how-to/data-export/tableau.html should be also added to the system variables, not only to the user variables. This info has not been mentioned in that document.
C:\Users\<yourusername>\Documents goes also to System variables.
It would be very helpful if this document was updated with this info.
Thanks for your help! Best regards.
2
Answers
system variables path: C:\Program Files\Tableau Data Extract API\bin;C:\Users\John\Documents
Thank you, the doc page has now been updated.