does every address has 2 lines code example
Example: combine values of address line 1 and address line 2 javascript
//String concatenation in table
//Case Scenario - Address line 1 and 2 are different strings
//Desired Output - One single Address
//Solution:-
{merchant.merchant.companyAddress1 +
', ' +
merchant.merchant.companyAddress2 +
', ' +
merchant.merchant.companyAddress3 +
', ' +
merchant.merchant.companyCity +
', ' +
merchant.merchant.companyState +
', ' +
merchant.merchant.companyCountry +
' ' +
'-' +
' ' +
merchant.merchant.companyPincode}