Cannot retrieve md data
Decrypter
New Altair Community Member
Answers
-
Hi @Decrypter could you upload the file or point me into the url in which I can download it?
I'm pasting an example of readig one simple .md file<?xml version="1.0" encoding="UTF-8"?><process version="9.9.002"> <context> <input/> <output/> <macros/> </context> <operator activated="true" class="process" compatibility="9.9.002" expanded="true" name="Process"> <parameter key="logverbosity" value="init"/> <parameter key="random_seed" value="-1"/> <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="open_file" compatibility="9.9.002" expanded="true" height="68" name="Open File" width="90" x="179" y="34"> <parameter key="resource_type" value="file"/> <parameter key="filename" value="C:/Users/MarcoBarradas/Downloads/README.md"/> </operator> <operator activated="true" class="text:read_document" compatibility="9.3.001" expanded="true" height="68" name="Read Document" width="90" x="380" y="34"> <parameter key="extract_text_only" value="true"/> <parameter key="use_file_extension_as_type" value="true"/> <parameter key="content_type" value="txt"/> <parameter key="encoding" value="SYSTEM"/> </operator> <connect from_op="Open File" from_port="file" to_op="Read Document" to_port="file"/> <connect from_op="Read Document" 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>
1 -
Hi @MarcoBarradas
this is the link for the whole project, I would be so grateful for your help to run it
https://github.com/superhen/Automated-Job-Resume-Matching-Solution0