Skip to content

Instantly share code, notes, and snippets.

@ahsanmster
Created June 1, 2021 07:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ahsanmster/d156b5855b118e0ee7ad111b4b8cb9aa to your computer and use it in GitHub Desktop.
Save ahsanmster/d156b5855b118e0ee7ad111b4b8cb9aa to your computer and use it in GitHub Desktop.
Format of mapped excel sheet with rows
array:10 [
"mailing_first_name" => "E"
"mailing_last_name" => "F"
"mailing_address" => "I"
"mailing_city" => "J"
"mailing_state" => "K"
"mailing_zip" => "L"
"property_address" => "A"
"property_city" => "B"
"property_state" => "C"
"property_zip" => "D"
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment