Hi All Dataverse experts,
Currently I am converting the pdf table to excel/csv and then trying to import the file into Dataverse.
I have achieved the PDF to excel conversion in python script.
I am right now stuck at the point of calling my python script via Dataverse node.
I just want to execute below commands via Dataverse node.
cd C:\Python27
python Some_Script.py
Do anyone have an Idea as to how and Which Node should I use to execute above commands ?
I am very new to Dataverse.