Skip to content

Commit

Permalink
Update Text_Combiner.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kowshika-n authored Apr 22, 2021
1 parent 94d0fcb commit cf0be28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Text_Combiner.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,4 +101,4 @@ def jsonTxt2csv(folderPath, text_filename_format, output_filename, delete=False)

if __name__ == '__main__':
combineText(folderPath, "Shop", separator, "Output_Shop.csv", True)
jsonTxt2csv(folderPath, "link", "Output_links.csv", True)
jsonTxt2csv(folderPath, "link", separator, "Output_links.csv", True)

0 comments on commit cf0be28

Please sign in to comment.