Commit dec0c886 by larosa

add script

parent 9f693399
Showing with 1 additions and 3 deletions
......@@ -104,10 +104,8 @@ class HandleCSV:
return json.dumps(table, ensure_ascii=False)
if __name__ == '__main__':
start = time.time()
result = HandleCSV().parse('Tianyang_InventoryFeed.csv')
end = time.time()
print("spend time: " + str(end - start))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment