Skip to content

Commit

Permalink
modified: Alteryx2Spark.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Webbm55 committed Nov 21, 2023
1 parent f539062 commit a40c9f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Alteryx2Spark.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#provide below two names
filename = fileinput.split(".")[0]
output_file_name = "output\\" + filename + ".csv" # output file name
dag_name = "output\\" + filename + ".png" # Dag Nam
dag_name = "output\\" + filename + ".png" # Dag Nam


assert len(file.split('.')) > 1, 'Input file must have an extension'
Expand Down

0 comments on commit a40c9f6

Please sign in to comment.