"Total Reach Of Organization": partnerData.detailedProfile.totalReachOfOrganization,
"Year Of Establishment": partnerData.detailedProfile.yearOfEstablishment,
@@ -115,13 +130,15 @@ export class PartnerDetailsComponent implements OnInit {
"Other Specific Support Required": partnerData.strengthAndCapability.otherSpecificSupportRequired,
"Primary Areas Of Support Offered": partnerData.strengthAndCapability.otherSpecificSupportRequired ? partnerData.strengthAndCapability.otherSpecificSupportRequired.toString() : '',
"Primary Areas Of Support Offered Description": partnerData.strengthAndCapability.primaryAreasOfSupportOffered.map(option => option.name).join(', '),
"Primary Areas Of Support Offered Description": primaryAreasOfSupportOffered.toString(),
"Primary Areas Of Support Offered Other": partnerData.strengthAndCapability.primaryAreasOfSupportOfferedDescription,
"Primary Areas Of Support Required": partnerData.strengthAndCapability.primaryAreasOfSupportOfferedOther ? partnerData.strengthAndCapability.primaryAreasOfSupportOfferedOther.toString() : '',
"Primary Areas Of Support Required Description": partnerData.strengthAndCapability.primaryAreasOfSupportRequired.map(option => option.name).join(', '),
"Primary Areas Of Support Required Description": primaryAreasOfSupportRequired.toString(),
"Primary Areas Of Support Required Other": partnerData.strengthAndCapability.primaryAreasOfSupportRequiredOther,
}]
let surveyCtoHIIData = [];
for (const hiidata of partnerData.surveyCtoData.hiiData) {
@@ -222,13 +238,15 @@ export class TableComponent implements OnInit {
"Other Specific Support Required": partner.strengthAndCapability.otherSpecificSupportRequired,
"Primary Areas Of Support Offered": partner.strengthAndCapability.otherSpecificSupportRequired ? partner.strengthAndCapability.otherSpecificSupportRequired.toString() : '',
"Primary Areas Of Support Offered Description": partner.strengthAndCapability.primaryAreasOfSupportOffered,
"Primary Areas Of Support Offered Description": primaryAreasOfSupportOffered.toString(),
"Primary Areas Of Support Offered Other": partner.strengthAndCapability.primaryAreasOfSupportOfferedDescription,
"Primary Areas Of Support Required": partner.strengthAndCapability.primaryAreasOfSupportOfferedOther ? partner.strengthAndCapability.primaryAreasOfSupportOfferedOther.toString() : '',
"Primary Areas Of Support Required Description": partner.strengthAndCapability.primaryAreasOfSupportRequired,
"Primary Areas Of Support Required Description": primaryAreasOfSupportRequired.toString(),
"Primary Areas Of Support Required Other": partner.strengthAndCapability.primaryAreasOfSupportRequiredOther,
}
exportData.push(partnerDetails);
console.log(exportData)
let surveyCtoHIIData = [];
for (const hiidata of partner.surveyCtoData.hiiData) {