Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions utils/create_asset_mapping_spreadsheet.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
'''

import os, csv, openpyxl

csv.field_size_limit(10000000) # Allows up to 10 million characters in a field

def csv_to_excel(input_folder):

Expand Down Expand Up @@ -72,4 +72,4 @@ def main():
csv_to_excel(os.getcwd() + '/csv')

if __name__ == "__main__":
main()
main()