Hello,
While attempting to migrate the data from quickbooks, we get the following error when it starts migrating customers
Data
{
"Id": "17335",
"Line1": "XXXXX",
"Line2": "Road XXX",
"Line3": "House XXX",
"Line4": "East Riffa (alhajiyat)",
"Line5": "Bahrain"
}
Exception
Traceback (most recent call last):
File "/home/frappe/frappe-bench/apps/erpnext/erpnext/erpnext_integrations/doctype/quickbooks_migrator/quickbooks_migrator.py", line 1321, in _create_address
"city": address["City"],
KeyError: 'City'
Please help with the above