Skip to main content

Data Export

PCH-SIG allows exporting data in different formats for analysis and reporting.

Export types

List export

From each module, export the displayed data:

  • Households
  • Beneficiaries
  • Payments
  • Cycles

Report export

Pre-formatted reports:

  • Monthly report
  • Quarterly report
  • Annual report

Custom export

Build custom reports.

Available formats

FormatExtensionUsage
CSV.csvImport into Excel, databases
Excel.xlsxAnalysis and manipulation
PDF.pdfPrinting and archiving
JSON.jsonTechnical integration

Export a list

  1. Access the list (Households, Beneficiaries, etc.)
  2. Apply the desired filters
  3. Click Export
  4. Select the format
  5. Download the file

The export includes all data matching the filters, not just the displayed page.

Exported columns

Households

ColumnDescription
CodeUnique identifier
Head of householdFull name
PhoneContact number
RegionGeographic area
MunicipalityMunicipality
SizeNumber of members
PMT ScorePoverty score
CategoryPoverty level
StatusHousehold status
EligibleEligibility
Collection dateRegistration date

Beneficiaries

ColumnDescription
NameFull name
Household codeHousehold reference
PhoneContact
Payment methodMobile Money / Bank
AccountAccount number
StatusActive / Inactive

Payments

ColumnDescription
ReferencePayment number
BeneficiaryBeneficiary name
CyclePayment cycle
AmountSum transferred
StatusPayment status
DatePayment date

Export with formatting

Excel

Excel export includes:

  • Colored headers
  • Automatic filters
  • Adjusted column width
  • Number formatting

PDF

PDF export includes:

  • Report title
  • Export date
  • Pagination
  • Logo (optional)

Scheduled export

For regular reporting needs, exports can be scheduled:

  1. Go to Settings > Scheduled exports
  2. Configure:
    • Data type
    • Filters
    • Frequency (daily, weekly, monthly)
    • Email recipients
  3. Activate the export

Files are automatically sent to recipients.

Limits

ParameterLimit
Maximum size100,000 rows per export
ColumnsAll available columns
HistoryExports retained for 30 days

For large exports, use background export.

Background export

For large data volumes:

  1. Click Export > Background export
  2. Configure the export
  3. Start
  4. You will receive a notification when the export is ready
  5. Download from My exports

Security

  • Exports are logged in the audit trail
  • Only data authorized by your permissions is exported
  • Sensitive files can be password protected

Export API

For integration with other systems, the API allows:

GET /api/export/menages?format=csv&region=dakar

See the API documentation for available endpoints.