Search found 2 matches

by antifish
Tue Jul 05, 2011 5:39 pm
Forum: Flows
Topic: execute command to launch a python csv to xml script
Replies: 4
Views: 4419

execute command to launch a python csv to xml script

Hello, I've written a 100% Switch Javascript CSV->XML conversion if you are interested. This would be an even better solution. It would be great if you can share it with me! Can you try changing the arguments to: -c 'python Volumes/HD/Desktop/csv2xml.py "%1" > "%2"' I tried that,...
by antifish
Sun Jul 03, 2011 5:47 pm
Forum: Flows
Topic: execute command to launch a python csv to xml script
Replies: 4
Views: 4419

execute command to launch a python csv to xml script

Hi, I am running PowerSwitch 10 on Mac OS 10.6. I try to run a python script with the "execute command" tool to convert csv files to xml. the python script looks like that: #! /usr/bin/env python import sys import csv csv.register_dialect('custom', delimiter=',', doublequote=True, escapech...