I am running a csv file through a function that will normalize and standardize addresses. The function creates two csv files: one with a normalize addresses and an error csv file that contains addresses that cannot be normalized. Currently my input csv file runs only the address, city, state and zipcode, but I also want to include name of the business into the input csv file.
How do I add the name field so that it will import the information into the given output csv files? I want that the name appears in all given output files. For example :
Input has ALbert Golf Course, address Output should have Albert Golf Course, Normalized Address