Exemplo n.º 1
0
def run(args):
    # ./files/input/Hotels_Case_Study_Python_role.csv
    # ./files/output
    p = Processor()
    p.convert(args.input, args.output, args.out_format, args.with_errors,
              args.errors_file)