I\'m trying to read CSV file from local and add to Mongodb collection.
Reading a local CSV file:
from flask import jsonify, request import csv import j