retrieve S3 basics
User97277
New Altair Community Member
Hello
Hi ,
please, i try to read from rapidminer studio my S3 bucket.
I ve read this help page : https://docs.rapidminer.com/8.2/studio/how-to/cloud-connectivity/amazon-s3.html#read
My connection is ok
But when i run the connection, no file is displayed
Thanks for the help !
1
Answers
-
You can use the "Read Amazon S3" operator to retrieve Data from S3.2
-
Hi , but as i said previously this is what i used, but nothing is read !1
-
Try this
<?xml version="1.0" encoding="UTF-8"?><process version="9.6.000"> <context> <input/> <output/> <macros/> </context> <operator activated="true" class="process" compatibility="9.6.000" expanded="true" name="Process"> <parameter key="logverbosity" value="init"/> <parameter key="random_seed" value="2001"/> <parameter key="send_mail" value="never"/> <parameter key="notification_email" value=""/> <parameter key="process_duration_for_mail" value="30"/> <parameter key="encoding" value="SYSTEM"/> <process expanded="true"> <operator activated="true" class="cloud_connectivity:read_amazons3" compatibility="9.3.000" expanded="true" height="82" name="Read Amazon S3" width="90" x="112" y="34"> <parameter key="connection_source" value="repository"/> <parameter key="connection_entry" value="//Local Repository/Connections/s3"/> <parameter key="file" value="s3file"/> </operator> <connect from_op="Read Amazon S3" from_port="file" 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>
You also need other operators to parse the content of the file afterwards, like Read CSV1 -
ok well ! but please where do i enter this xml code ?1
-
hi @User97277 there is a link back on the "Ask a Question" page that shows you how to import and export XMLs:
2 -
Hello dear @User97277 ,
Please take a look at this link you will find a good text about how to insert xml
https://community.rapidminer.com/discussion/51369
Kind regards
mbs
2