# Export Raw FEC Filing CSV Rows

**Use case:** 

Extract FEC filing CSV rows with raw arrays and normalized fields for audit-ready exports.

## Input

```json
{
  "filingIds": [
    "1703749"
  ],
  "committeeIds": [
    "C00465880"
  ],
  "formTypes": [
    "F3"
  ],
  "reportYear": 2013,
  "maxFilings": 3,
  "maxItems": 200,
  "includeFilingSummaries": true,
  "includeRawRows": true
}
```

## Output

```json
{
  "itemType": {
    "label": "Item type"
  },
  "fecFileId": {
    "label": "FEC file ID"
  },
  "committeeId": {
    "label": "Committee ID"
  },
  "committeeName": {
    "label": "Committee"
  },
  "formType": {
    "label": "Form"
  },
  "reportYear": {
    "label": "Year"
  },
  "documentDescription": {
    "label": "Document"
  },
  "rowType": {
    "label": "Row type"
  },
  "rowNumber": {
    "label": "Row #"
  },
  "rowColumnCount": {
    "label": "Columns"
  },
  "csvUrl": {
    "label": "CSV URL",
    "format": "link"
  },
  "source": {
    "label": "Source"
  },
  "parsedAt": {
    "label": "Parsed at"
  }
}
```

## About this Actor

This example demonstrates how to use [FEC Electronic Filing Parser](https://apify.com/automation-lab/fec-electronic-filing-parser) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/fec-electronic-filing-parser) to learn more, explore other use cases, and run it yourself.