{
  "profile": "tabular-data-package",
  "resources": [
    {
      "name": "dm_unidade_orc",
      "title": "Unidade Orçamentária",
      "path": "data/dm_unidade_orc.csv.gz",
      "schema": {
        "fields": [
          {
            "name": "id_unidade_orc",
            "title": "Unidade Orçamentária - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "ano_exercicio",
            "title": "Ano de Exercício",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "cd_unidade_orc",
            "title": "Unidade Orçamentária- Código",
            "type": "string",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "pattern": "\\d{4}"
            }
          },
          {
            "name": "id_grupo_administracao",
            "title": "Grupo Administração- Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "grupo_administracao",
            "title": "Grupo Administração- Descrição",
            "type": "string",
            "format": "default",
            "description": "Descrição da natureza jurídica no qual a unidade orçamentária está incluída.\n",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "id_administracao",
            "title": "Administração - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "administracao",
            "title": "Administração - Descrição",
            "type": "string",
            "format": "default",
            "description": "Descrição da natureza jurídica no qual a unidade orçamentária está incluída.\n",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "nome",
            "title": "Unidade Orçamentária - Descrição",
            "type": "string",
            "format": "default",
            "description": "Nome completo da Unidade Orçamentária.\n",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "sigla",
            "title": "Unidade Orçamentária - Sigla",
            "type": "string",
            "format": "default"
          }
        ],
        "missingValues": [
          ""
        ],
        "primaryKey": [
          "id_unidade_orc"
        ]
      },
      "sources": [
        {
          "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
          "table": "dm_unidade_orc"
        }
      ],
      "format": "csv",
      "mediatype": "text/csv",
      "encoding": "utf-8-sig",
      "dialect": {
        "delimiter": ";",
        "lineTerminator": "\r\n",
        "quoteChar": "\"",
        "doubleQuote": true,
        "skipInitialSpace": false
      },
      "profile": "tabular-data-resource",
      "validation": {
        "version": "4.16.6",
        "time": 0.193,
        "errors": [],
        "tasks": [
          {
            "resource": {
              "name": "dm_unidade_orc",
              "title": "Unidade Orçamentária",
              "path": "data/dm_unidade_orc.csv.gz",
              "schema": {
                "fields": [
                  {
                    "name": "id_unidade_orc",
                    "title": "Unidade Orçamentária - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "ano_exercicio",
                    "title": "Ano de Exercício",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "cd_unidade_orc",
                    "title": "Unidade Orçamentária- Código",
                    "type": "string",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "pattern": "\\d{4}"
                    }
                  },
                  {
                    "name": "id_grupo_administracao",
                    "title": "Grupo Administração- Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "grupo_administracao",
                    "title": "Grupo Administração- Descrição",
                    "type": "string",
                    "format": "default",
                    "description": "Descrição da natureza jurídica no qual a unidade orçamentária está incluída.\n",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "id_administracao",
                    "title": "Administração - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "administracao",
                    "title": "Administração - Descrição",
                    "type": "string",
                    "format": "default",
                    "description": "Descrição da natureza jurídica no qual a unidade orçamentária está incluída.\n",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "nome",
                    "title": "Unidade Orçamentária - Descrição",
                    "type": "string",
                    "format": "default",
                    "description": "Nome completo da Unidade Orçamentária.\n",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "sigla",
                    "title": "Unidade Orçamentária - Sigla",
                    "type": "string",
                    "format": "default"
                  }
                ],
                "missingValues": [
                  ""
                ],
                "primaryKey": [
                  "id_unidade_orc"
                ]
              },
              "sources": [
                {
                  "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
                  "table": "dm_unidade_orc"
                }
              ],
              "format": "csv",
              "mediatype": "text/csv",
              "encoding": "utf-8-sig",
              "dialect": {
                "delimiter": ";"
              },
              "profile": "tabular-data-resource",
              "scheme": "file",
              "hashing": "md5",
              "compression": "gz",
              "stats": {
                "hash": "3348e70c86a043ae1ccf6a2794ca5e02",
                "bytes": 27832,
                "fields": 9,
                "rows": 3007
              }
            },
            "time": 0.193,
            "scope": [
              "hash-count-error",
              "byte-count-error",
              "field-count-error",
              "row-count-error",
              "blank-header",
              "extra-label",
              "missing-label",
              "blank-label",
              "duplicate-label",
              "incorrect-label",
              "blank-row",
              "primary-key-error",
              "foreign-key-error",
              "extra-cell",
              "missing-cell",
              "type-error",
              "constraint-error",
              "unique-error"
            ],
            "partial": false,
            "errors": [],
            "stats": {
              "errors": 0
            },
            "valid": true
          }
        ],
        "stats": {
          "errors": 0,
          "tasks": 1
        },
        "valid": true
      }
    },
    {
      "name": "dm_tipo_documento",
      "title": "Tipo Documento",
      "path": "data/dm_tipo_documento.csv.gz",
      "schema": {
        "fields": [
          {
            "name": "id_tipo_documento",
            "title": "Tipo de Documento - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "cd_tipo_documento",
            "title": "Tipo de Documento - Código",
            "type": "string",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "nome",
            "title": "Tipo de Documento - Descrição",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true
            }
          }
        ],
        "missingValues": [
          ""
        ],
        "primaryKey": [
          "id_tipo_documento"
        ]
      },
      "sources": [
        {
          "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
          "table": "dm_tipo_documento"
        }
      ],
      "format": "csv",
      "mediatype": "text/csv",
      "encoding": "utf-8-sig",
      "dialect": {
        "delimiter": ";",
        "lineTerminator": "\r\n",
        "quoteChar": "\"",
        "doubleQuote": true,
        "skipInitialSpace": false
      },
      "profile": "tabular-data-resource",
      "validation": {
        "version": "4.16.6",
        "time": 0.033,
        "errors": [],
        "tasks": [
          {
            "resource": {
              "name": "dm_tipo_documento",
              "title": "Tipo Documento",
              "path": "data/dm_tipo_documento.csv.gz",
              "schema": {
                "fields": [
                  {
                    "name": "id_tipo_documento",
                    "title": "Tipo de Documento - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "cd_tipo_documento",
                    "title": "Tipo de Documento - Código",
                    "type": "string",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "nome",
                    "title": "Tipo de Documento - Descrição",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  }
                ],
                "missingValues": [
                  ""
                ],
                "primaryKey": [
                  "id_tipo_documento"
                ]
              },
              "sources": [
                {
                  "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
                  "table": "dm_tipo_documento"
                }
              ],
              "format": "csv",
              "mediatype": "text/csv",
              "encoding": "utf-8-sig",
              "dialect": {
                "delimiter": ";"
              },
              "profile": "tabular-data-resource",
              "scheme": "file",
              "hashing": "md5",
              "compression": "gz",
              "stats": {
                "hash": "c9f407ff49c2811af2870976a1f97ace",
                "bytes": 1430,
                "fields": 3,
                "rows": 101
              }
            },
            "time": 0.033,
            "scope": [
              "hash-count-error",
              "byte-count-error",
              "field-count-error",
              "row-count-error",
              "blank-header",
              "extra-label",
              "missing-label",
              "blank-label",
              "duplicate-label",
              "incorrect-label",
              "blank-row",
              "primary-key-error",
              "foreign-key-error",
              "extra-cell",
              "missing-cell",
              "type-error",
              "constraint-error",
              "unique-error"
            ],
            "partial": false,
            "errors": [],
            "stats": {
              "errors": 0
            },
            "valid": true
          }
        ],
        "stats": {
          "errors": 0,
          "tasks": 1
        },
        "valid": true
      }
    },
    {
      "name": "dm_item_desp",
      "title": "Item de Despesa",
      "path": "data/dm_item_desp.csv.gz",
      "schema": {
        "fields": [
          {
            "name": "id_item",
            "title": "Item de Despesa - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "cd_item",
            "title": "Item de Despesa - Código",
            "description": "Código identificador do item de despesa",
            "type": "string",
            "format": "default",
            "constraints": {
              "enum": [
                "1",
                "2",
                "3",
                "4",
                "5",
                "6",
                "7",
                "8",
                "9",
                "10",
                "11",
                "12",
                "13",
                "14",
                "15",
                "16",
                "17",
                "18",
                "19",
                "20",
                "21",
                "22",
                "23",
                "24",
                "25",
                "26",
                "27",
                "28",
                "29",
                "30",
                "31",
                "32",
                "33",
                "34",
                "35",
                "36",
                "37",
                "38",
                "39",
                "40",
                "41",
                "42",
                "43",
                "44",
                "45",
                "46",
                "47",
                "48",
                "49",
                "50",
                "51",
                "52",
                "53",
                "54",
                "55",
                "56",
                "57",
                "58",
                "59",
                "60",
                "61",
                "62",
                "63",
                "64",
                "65",
                "66",
                "67",
                "68",
                "69",
                "70",
                "71",
                "72",
                "73",
                "74",
                "75",
                "76",
                "77",
                "78",
                "80",
                "81",
                "82",
                "83",
                "84",
                "85",
                "86",
                "87",
                "88",
                "91",
                "92",
                "93",
                "94",
                "95",
                "96",
                "97",
                "98",
                "99"
              ]
            },
            "missingValues": [
              "0"
            ]
          },
          {
            "name": "nome",
            "title": "Item de Despesa - Descrição",
            "description": "Desdobramento do elemento de despesa (material gráfico, medicamentos, diárias, etc)\n",
            "type": "string",
            "format": "default"
          }
        ],
        "missingValues": [
          "SEM DESCRIÇÃO"
        ],
        "primaryKey": [
          "id_item"
        ]
      },
      "sources": [
        {
          "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
          "table": "dm_item_desp"
        }
      ],
      "format": "csv",
      "mediatype": "text/csv",
      "encoding": "utf-8-sig",
      "dialect": {
        "delimiter": ";",
        "lineTerminator": "\r\n",
        "quoteChar": "\"",
        "doubleQuote": true,
        "skipInitialSpace": false
      },
      "profile": "tabular-data-resource",
      "validation": {
        "version": "4.16.6",
        "time": 0.068,
        "errors": [],
        "tasks": [
          {
            "resource": {
              "name": "dm_item_desp",
              "title": "Item de Despesa",
              "path": "data/dm_item_desp.csv.gz",
              "schema": {
                "fields": [
                  {
                    "name": "id_item",
                    "title": "Item de Despesa - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "cd_item",
                    "title": "Item de Despesa - Código",
                    "description": "Código identificador do item de despesa",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "enum": [
                        "1",
                        "2",
                        "3",
                        "4",
                        "5",
                        "6",
                        "7",
                        "8",
                        "9",
                        "10",
                        "11",
                        "12",
                        "13",
                        "14",
                        "15",
                        "16",
                        "17",
                        "18",
                        "19",
                        "20",
                        "21",
                        "22",
                        "23",
                        "24",
                        "25",
                        "26",
                        "27",
                        "28",
                        "29",
                        "30",
                        "31",
                        "32",
                        "33",
                        "34",
                        "35",
                        "36",
                        "37",
                        "38",
                        "39",
                        "40",
                        "41",
                        "42",
                        "43",
                        "44",
                        "45",
                        "46",
                        "47",
                        "48",
                        "49",
                        "50",
                        "51",
                        "52",
                        "53",
                        "54",
                        "55",
                        "56",
                        "57",
                        "58",
                        "59",
                        "60",
                        "61",
                        "62",
                        "63",
                        "64",
                        "65",
                        "66",
                        "67",
                        "68",
                        "69",
                        "70",
                        "71",
                        "72",
                        "73",
                        "74",
                        "75",
                        "76",
                        "77",
                        "78",
                        "80",
                        "81",
                        "82",
                        "83",
                        "84",
                        "85",
                        "86",
                        "87",
                        "88",
                        "91",
                        "92",
                        "93",
                        "94",
                        "95",
                        "96",
                        "97",
                        "98",
                        "99"
                      ]
                    },
                    "missingValues": [
                      "0"
                    ]
                  },
                  {
                    "name": "nome",
                    "title": "Item de Despesa - Descrição",
                    "description": "Desdobramento do elemento de despesa (material gráfico, medicamentos, diárias, etc)\n",
                    "type": "string",
                    "format": "default"
                  }
                ],
                "missingValues": [
                  "SEM DESCRIÇÃO"
                ],
                "primaryKey": [
                  "id_item"
                ]
              },
              "sources": [
                {
                  "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
                  "table": "dm_item_desp"
                }
              ],
              "format": "csv",
              "mediatype": "text/csv",
              "encoding": "utf-8-sig",
              "dialect": {
                "delimiter": ";"
              },
              "profile": "tabular-data-resource",
              "scheme": "file",
              "hashing": "md5",
              "compression": "gz",
              "stats": {
                "hash": "4486b75b4ecf3d227ddf949437cee37e",
                "bytes": 10656,
                "fields": 3,
                "rows": 714
              }
            },
            "time": 0.068,
            "scope": [
              "hash-count-error",
              "byte-count-error",
              "field-count-error",
              "row-count-error",
              "blank-header",
              "extra-label",
              "missing-label",
              "blank-label",
              "duplicate-label",
              "incorrect-label",
              "blank-row",
              "primary-key-error",
              "foreign-key-error",
              "extra-cell",
              "missing-cell",
              "type-error",
              "constraint-error",
              "unique-error"
            ],
            "partial": false,
            "errors": [],
            "stats": {
              "errors": 0
            },
            "valid": true
          }
        ],
        "stats": {
          "errors": 0,
          "tasks": 1
        },
        "valid": true
      }
    },
    {
      "name": "dm_favorecido",
      "title": "Favorecido",
      "path": "data/dm_favorecido.csv.gz",
      "schema": {
        "fields": [
          {
            "name": "id_favorecido",
            "ttile": "Favorecido - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "tp_documento",
            "title": "Tipo de Documento",
            "type": "string",
            "format": "default",
            "description": "Identificador da natureza jurídica do credor.\n  1 - Pessoa Física\n  2 - Pessoa Jurídica\n  3 - CPF Administrativo\n  4 - CNPJ Administrativo\n",
            "constraints": {
              "enum": [
                "1",
                "2",
                "3",
                "4"
              ]
            },
            "missingValues": [
              "0"
            ]
          },
          {
            "name": "nr_documento_anonimizado",
            "title": "Número do Documento",
            "description": "Número de identificação da pessoa física (CPF) ou da pesssoa jurídica (CNPJ).\n",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "nome_anonimizado",
            "title": "Favorecido - Descrição",
            "description": "Nome de identificação da pessoa física ou jurídica.",
            "type": "string",
            "format": "default"
          }
        ],
        "missingValues": [
          "SEM DESCRICAO"
        ],
        "primaryKey": [
          "id_favorecido"
        ]
      },
      "sources": [
        {
          "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
          "table": "dm_favorecido"
        }
      ],
      "format": "csv",
      "mediatype": "text/csv",
      "encoding": "utf-8-sig",
      "dialect": {
        "delimiter": ";",
        "lineTerminator": "\r\n",
        "quoteChar": "\"",
        "doubleQuote": true,
        "skipInitialSpace": false
      },
      "profile": "tabular-data-resource",
      "validation": {
        "version": "4.16.6",
        "time": 49.888,
        "errors": [],
        "tasks": [
          {
            "resource": {
              "name": "dm_favorecido",
              "title": "Favorecido",
              "path": "data/dm_favorecido.csv.gz",
              "schema": {
                "fields": [
                  {
                    "name": "id_favorecido",
                    "ttile": "Favorecido - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "tp_documento",
                    "title": "Tipo de Documento",
                    "type": "string",
                    "format": "default",
                    "description": "Identificador da natureza jurídica do credor.\n  1 - Pessoa Física\n  2 - Pessoa Jurídica\n  3 - CPF Administrativo\n  4 - CNPJ Administrativo\n",
                    "constraints": {
                      "enum": [
                        "1",
                        "2",
                        "3",
                        "4"
                      ]
                    },
                    "missingValues": [
                      "0"
                    ]
                  },
                  {
                    "name": "nr_documento_anonimizado",
                    "title": "Número do Documento",
                    "description": "Número de identificação da pessoa física (CPF) ou da pesssoa jurídica (CNPJ).\n",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "nome_anonimizado",
                    "title": "Favorecido - Descrição",
                    "description": "Nome de identificação da pessoa física ou jurídica.",
                    "type": "string",
                    "format": "default"
                  }
                ],
                "missingValues": [
                  "SEM DESCRICAO"
                ],
                "primaryKey": [
                  "id_favorecido"
                ]
              },
              "sources": [
                {
                  "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
                  "table": "dm_favorecido"
                }
              ],
              "format": "csv",
              "mediatype": "text/csv",
              "encoding": "utf-8-sig",
              "dialect": {
                "delimiter": ";"
              },
              "profile": "tabular-data-resource",
              "scheme": "file",
              "hashing": "md5",
              "compression": "gz",
              "stats": {
                "hash": "7af447e2b967e58739a45b09e3a46a0f",
                "bytes": 24771896,
                "fields": 4,
                "rows": 1427854
              }
            },
            "time": 49.888,
            "scope": [
              "hash-count-error",
              "byte-count-error",
              "field-count-error",
              "row-count-error",
              "blank-header",
              "extra-label",
              "missing-label",
              "blank-label",
              "duplicate-label",
              "incorrect-label",
              "blank-row",
              "primary-key-error",
              "foreign-key-error",
              "extra-cell",
              "missing-cell",
              "type-error",
              "constraint-error",
              "unique-error"
            ],
            "partial": false,
            "errors": [],
            "stats": {
              "errors": 0
            },
            "valid": true
          }
        ],
        "stats": {
          "errors": 0,
          "tasks": 1
        },
        "valid": true
      }
    },
    {
      "name": "dm_fonte",
      "title": "Fonte de Recurso",
      "path": "data/dm_fonte.csv.gz",
      "schema": {
        "fields": [
          {
            "name": "id_fonte",
            "title": "Fonte de Recurso - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "cd_fonte",
            "title": "Fonte de Recurso - Código",
            "description": "Código da fonte de recurso origem da receita orçamentária.",
            "type": "string",
            "format": "default",
            "constraints": {
              "enum": [
                "1",
                "2",
                "3",
                "4",
                "5",
                "6",
                "7",
                "8",
                "9",
                "10",
                "11",
                "12",
                "13",
                "14",
                "15",
                "16",
                "17",
                "18",
                "19",
                "20",
                "21",
                "22",
                "23",
                "24",
                "25",
                "26",
                "27",
                "28",
                "29",
                "30",
                "31",
                "32",
                "33",
                "34",
                "35",
                "36",
                "37",
                "38",
                "39",
                "40",
                "41",
                "42",
                "43",
                "44",
                "45",
                "46",
                "47",
                "48",
                "49",
                "50",
                "51",
                "52",
                "53",
                "54",
                "55",
                "56",
                "57",
                "58",
                "59",
                "60",
                "61",
                "62",
                "63",
                "64",
                "65",
                "66",
                "67",
                "68",
                "69",
                "70",
                "71",
                "72",
                "73",
                "74",
                "75",
                "76",
                "77",
                "78",
                "79",
                "80",
                "81",
                "82",
                "83",
                "84",
                "85",
                "86",
                "87",
                "88",
                "89",
                "90",
                "91",
                "92",
                "93",
                "94",
                "95",
                "96",
                "97",
                "98",
                "99"
              ]
            },
            "missingValues": [
              "0",
              "2",
              "9",
              "15"
            ]
          },
          {
            "name": "nome",
            "title": "Fonte de Recurso - Descrição",
            "description": "- > \n Permite a identificação da origem e destinação dos recursos legalmente vinculados a órgão, fundo ou despesa.\n",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true
            }
          }
        ],
        "missingValues": [
          "SEM DESCRICAO"
        ],
        "primaryKey": [
          "id_fonte"
        ]
      },
      "sources": [
        {
          "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
          "table": "dm_fonte"
        }
      ],
      "format": "csv",
      "mediatype": "text/csv",
      "encoding": "utf-8-sig",
      "dialect": {
        "delimiter": ";",
        "lineTerminator": "\r\n",
        "quoteChar": "\"",
        "doubleQuote": true,
        "skipInitialSpace": false
      },
      "profile": "tabular-data-resource",
      "validation": {
        "version": "4.16.6",
        "time": 0.064,
        "errors": [],
        "tasks": [
          {
            "resource": {
              "name": "dm_fonte",
              "title": "Fonte de Recurso",
              "path": "data/dm_fonte.csv.gz",
              "schema": {
                "fields": [
                  {
                    "name": "id_fonte",
                    "title": "Fonte de Recurso - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "cd_fonte",
                    "title": "Fonte de Recurso - Código",
                    "description": "Código da fonte de recurso origem da receita orçamentária.",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "enum": [
                        "1",
                        "2",
                        "3",
                        "4",
                        "5",
                        "6",
                        "7",
                        "8",
                        "9",
                        "10",
                        "11",
                        "12",
                        "13",
                        "14",
                        "15",
                        "16",
                        "17",
                        "18",
                        "19",
                        "20",
                        "21",
                        "22",
                        "23",
                        "24",
                        "25",
                        "26",
                        "27",
                        "28",
                        "29",
                        "30",
                        "31",
                        "32",
                        "33",
                        "34",
                        "35",
                        "36",
                        "37",
                        "38",
                        "39",
                        "40",
                        "41",
                        "42",
                        "43",
                        "44",
                        "45",
                        "46",
                        "47",
                        "48",
                        "49",
                        "50",
                        "51",
                        "52",
                        "53",
                        "54",
                        "55",
                        "56",
                        "57",
                        "58",
                        "59",
                        "60",
                        "61",
                        "62",
                        "63",
                        "64",
                        "65",
                        "66",
                        "67",
                        "68",
                        "69",
                        "70",
                        "71",
                        "72",
                        "73",
                        "74",
                        "75",
                        "76",
                        "77",
                        "78",
                        "79",
                        "80",
                        "81",
                        "82",
                        "83",
                        "84",
                        "85",
                        "86",
                        "87",
                        "88",
                        "89",
                        "90",
                        "91",
                        "92",
                        "93",
                        "94",
                        "95",
                        "96",
                        "97",
                        "98",
                        "99"
                      ]
                    },
                    "missingValues": [
                      "0",
                      "2",
                      "9",
                      "15"
                    ]
                  },
                  {
                    "name": "nome",
                    "title": "Fonte de Recurso - Descrição",
                    "description": "- > \n Permite a identificação da origem e destinação dos recursos legalmente vinculados a órgão, fundo ou despesa.\n",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  }
                ],
                "missingValues": [
                  "SEM DESCRICAO"
                ],
                "primaryKey": [
                  "id_fonte"
                ]
              },
              "sources": [
                {
                  "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
                  "table": "dm_fonte"
                }
              ],
              "format": "csv",
              "mediatype": "text/csv",
              "encoding": "utf-8-sig",
              "dialect": {
                "delimiter": ";"
              },
              "profile": "tabular-data-resource",
              "scheme": "file",
              "hashing": "md5",
              "compression": "gz",
              "stats": {
                "hash": "6df5bebaf5571e85090b556e67203b3a",
                "bytes": 3332,
                "fields": 3,
                "rows": 247
              }
            },
            "time": 0.064,
            "scope": [
              "hash-count-error",
              "byte-count-error",
              "field-count-error",
              "row-count-error",
              "blank-header",
              "extra-label",
              "missing-label",
              "blank-label",
              "duplicate-label",
              "incorrect-label",
              "blank-row",
              "primary-key-error",
              "foreign-key-error",
              "extra-cell",
              "missing-cell",
              "type-error",
              "constraint-error",
              "unique-error"
            ],
            "partial": false,
            "errors": [],
            "stats": {
              "errors": 0
            },
            "valid": true
          }
        ],
        "stats": {
          "errors": 0,
          "tasks": 1
        },
        "valid": true
      }
    },
    {
      "name": "dm_grupo_desp",
      "title": "Grupo de natureza da despesa",
      "path": "data/dm_grupo_desp.csv.gz",
      "schema": {
        "fields": [
          {
            "name": "id_grupo",
            "title": "Grupo de Despesa - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "cd_grupo",
            "title": "Grupo de Despesa - Código",
            "type": "string",
            "format": "default",
            "constraints": {
              "enum": [
                "1",
                "2",
                "3",
                "4",
                "5",
                "6",
                "9"
              ]
            },
            "missingValues": [
              "0"
            ]
          },
          {
            "name": "nome",
            "title": "Grupo de Despesa - Descrição",
            "type": "string",
            "format": "default",
            "description": "Descrição do grupo de natureza econômica da despesa: \n- 1- Pessoal e Encargos Sociais; \n- 2- Juros e Encargos da Divida; \n- 3- Outras Despesas Correntes; \n- 4- Investimentos; \n- 5- Inversões Financeiras;\n- 6- Amortização da Divida e \n- 9- Reserva de Contigência\n",
            "missingValues": [
              "SEM GRUPO DE DESPESA",
              "DESPESAS DE CAPITAL",
              "DESPESAS CORRENTES"
            ]
          }
        ],
        "missingValues": [
          ""
        ],
        "primaryKey": [
          "id_grupo"
        ]
      },
      "sources": [
        {
          "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
          "table": "dm_grupo_desp"
        }
      ],
      "format": "csv",
      "mediatype": "text/csv",
      "encoding": "utf-8-sig",
      "dialect": {
        "delimiter": ";",
        "lineTerminator": "\r\n",
        "quoteChar": "\"",
        "doubleQuote": true,
        "skipInitialSpace": false
      },
      "profile": "tabular-data-resource",
      "validation": {
        "version": "4.16.6",
        "time": 0.031,
        "errors": [],
        "tasks": [
          {
            "resource": {
              "name": "dm_grupo_desp",
              "title": "Grupo de natureza da despesa",
              "path": "data/dm_grupo_desp.csv.gz",
              "schema": {
                "fields": [
                  {
                    "name": "id_grupo",
                    "title": "Grupo de Despesa - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "cd_grupo",
                    "title": "Grupo de Despesa - Código",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "enum": [
                        "1",
                        "2",
                        "3",
                        "4",
                        "5",
                        "6",
                        "9"
                      ]
                    },
                    "missingValues": [
                      "0"
                    ]
                  },
                  {
                    "name": "nome",
                    "title": "Grupo de Despesa - Descrição",
                    "type": "string",
                    "format": "default",
                    "description": "Descrição do grupo de natureza econômica da despesa: \n- 1- Pessoal e Encargos Sociais; \n- 2- Juros e Encargos da Divida; \n- 3- Outras Despesas Correntes; \n- 4- Investimentos; \n- 5- Inversões Financeiras;\n- 6- Amortização da Divida e \n- 9- Reserva de Contigência\n",
                    "missingValues": [
                      "SEM GRUPO DE DESPESA",
                      "DESPESAS DE CAPITAL",
                      "DESPESAS CORRENTES"
                    ]
                  }
                ],
                "missingValues": [
                  ""
                ],
                "primaryKey": [
                  "id_grupo"
                ]
              },
              "sources": [
                {
                  "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
                  "table": "dm_grupo_desp"
                }
              ],
              "format": "csv",
              "mediatype": "text/csv",
              "encoding": "utf-8-sig",
              "dialect": {
                "delimiter": ";"
              },
              "profile": "tabular-data-resource",
              "scheme": "file",
              "hashing": "md5",
              "compression": "gz",
              "stats": {
                "hash": "e00ca58274aa1c5f42d8638b19060851",
                "bytes": 222,
                "fields": 3,
                "rows": 10
              }
            },
            "time": 0.031,
            "scope": [
              "hash-count-error",
              "byte-count-error",
              "field-count-error",
              "row-count-error",
              "blank-header",
              "extra-label",
              "missing-label",
              "blank-label",
              "duplicate-label",
              "incorrect-label",
              "blank-row",
              "primary-key-error",
              "foreign-key-error",
              "extra-cell",
              "missing-cell",
              "type-error",
              "constraint-error",
              "unique-error"
            ],
            "partial": false,
            "errors": [],
            "stats": {
              "errors": 0
            },
            "valid": true
          }
        ],
        "stats": {
          "errors": 0,
          "tasks": 1
        },
        "valid": true
      }
    },
    {
      "name": "dm_modalidade_aplic",
      "title": "Modalidade de Aplicação",
      "path": "data/dm_modalidade_aplic.csv.gz",
      "schema": {
        "fields": [
          {
            "name": "id_modalidade_aplic",
            "title": "Modalidade de Aplicação - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "cd_modalidade_aplic",
            "title": "Modalidade de Aplicação - Código",
            "description": "Classificação da natureza da despesa que traduz a forma como os recursos serão aplicados pelos órgãos/entidades, podendo ser diretamente pelos mesmos ou sob a forma de transferências a outras entidades públicas ou privadas que se encarregarão da execução das ações. (2 dígitos)\n",
            "type": "string",
            "format": "default",
            "constraints": {
              "enum": [
                "20",
                "22",
                "30",
                "31",
                "32",
                "35",
                "36",
                "40",
                "41",
                "42",
                "45",
                "46",
                "50",
                "60",
                "67",
                "70",
                "71",
                "72",
                "73",
                "74",
                "75",
                "76",
                "80",
                "90",
                "91",
                "92",
                "93",
                "94",
                "95",
                "96",
                "99"
              ]
            },
            "missingValues": [
              "0"
            ]
          },
          {
            "name": "nome",
            "title": "Modalidade de Aplicação - Descrição",
            "description": "- > \n  Classificação da natureza da despesa que traduz a forma como os recursos serão aplicados pelos órgãos/entiddes, \n  podendo ser diretamente pelos mesmos ou sbo a forma de transferência a outras entidades públicas ou privadas que \n  se encarregarão da execução das ações.\n",
            "type": "string",
            "format": "default",
            "missingValues": [
              "SEM DESCRICAO"
            ]
          }
        ],
        "primaryKey": [
          "id_modalidade_aplic"
        ],
        "missingValues": [
          ""
        ]
      },
      "sources": [
        {
          "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
          "table": "dm_modalidade_aplic"
        }
      ],
      "format": "csv",
      "mediatype": "text/csv",
      "encoding": "utf-8-sig",
      "dialect": {
        "delimiter": ";",
        "lineTerminator": "\r\n",
        "quoteChar": "\"",
        "doubleQuote": true,
        "skipInitialSpace": false
      },
      "profile": "tabular-data-resource",
      "validation": {
        "version": "4.16.6",
        "time": 0.036,
        "errors": [],
        "tasks": [
          {
            "resource": {
              "name": "dm_modalidade_aplic",
              "title": "Modalidade de Aplicação",
              "path": "data/dm_modalidade_aplic.csv.gz",
              "schema": {
                "fields": [
                  {
                    "name": "id_modalidade_aplic",
                    "title": "Modalidade de Aplicação - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "cd_modalidade_aplic",
                    "title": "Modalidade de Aplicação - Código",
                    "description": "Classificação da natureza da despesa que traduz a forma como os recursos serão aplicados pelos órgãos/entidades, podendo ser diretamente pelos mesmos ou sob a forma de transferências a outras entidades públicas ou privadas que se encarregarão da execução das ações. (2 dígitos)\n",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "enum": [
                        "20",
                        "22",
                        "30",
                        "31",
                        "32",
                        "35",
                        "36",
                        "40",
                        "41",
                        "42",
                        "45",
                        "46",
                        "50",
                        "60",
                        "67",
                        "70",
                        "71",
                        "72",
                        "73",
                        "74",
                        "75",
                        "76",
                        "80",
                        "90",
                        "91",
                        "92",
                        "93",
                        "94",
                        "95",
                        "96",
                        "99"
                      ]
                    },
                    "missingValues": [
                      "0"
                    ]
                  },
                  {
                    "name": "nome",
                    "title": "Modalidade de Aplicação - Descrição",
                    "description": "- > \n  Classificação da natureza da despesa que traduz a forma como os recursos serão aplicados pelos órgãos/entiddes, \n  podendo ser diretamente pelos mesmos ou sbo a forma de transferência a outras entidades públicas ou privadas que \n  se encarregarão da execução das ações.\n",
                    "type": "string",
                    "format": "default",
                    "missingValues": [
                      "SEM DESCRICAO"
                    ]
                  }
                ],
                "primaryKey": [
                  "id_modalidade_aplic"
                ]
              },
              "sources": [
                {
                  "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
                  "table": "dm_modalidade_aplic"
                }
              ],
              "format": "csv",
              "mediatype": "text/csv",
              "encoding": "utf-8-sig",
              "dialect": {
                "delimiter": ";"
              },
              "profile": "tabular-data-resource",
              "scheme": "file",
              "hashing": "md5",
              "compression": "gz",
              "stats": {
                "hash": "a62760e9b3622f4508986b99e8ded7c8",
                "bytes": 620,
                "fields": 3,
                "rows": 31
              }
            },
            "time": 0.036,
            "scope": [
              "hash-count-error",
              "byte-count-error",
              "field-count-error",
              "row-count-error",
              "blank-header",
              "extra-label",
              "missing-label",
              "blank-label",
              "duplicate-label",
              "incorrect-label",
              "blank-row",
              "primary-key-error",
              "foreign-key-error",
              "extra-cell",
              "missing-cell",
              "type-error",
              "constraint-error",
              "unique-error"
            ],
            "partial": false,
            "errors": [],
            "stats": {
              "errors": 0
            },
            "valid": true
          }
        ],
        "stats": {
          "errors": 0,
          "tasks": 1
        },
        "valid": true
      }
    },
    {
      "name": "dm_procedencia",
      "title": "Identificador de procedência e uso (IPU)",
      "path": "data/dm_procedencia.csv.gz",
      "schema": {
        "fields": [
          {
            "name": "id_procedencia",
            "title": "Procedência - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "cd_procedencia",
            "title": "Procedência - Código",
            "description": "Código identificador da procedência dos recursos financeiros conforme o SIAFI-MG (1 dígito)",
            "type": "string",
            "format": "default",
            "constraints": {
              "enum": [
                "1",
                "2",
                "3",
                "4",
                "5",
                "6",
                "7",
                "8",
                "9"
              ]
            },
            "missingValues": [
              "0"
            ]
          },
          {
            "name": "nome",
            "title": "Procedência - Descrição",
            "description": "- > \n Identifica a origem e a utilização dos recursos. \n O identificador de procedência e uso (IPU) informa, dentre outros, se os recursos serão para livre utilização, \n se foram transferidos de outra unidade orçamentária ou se objetivam oferecer contrapartida a convênios, acordos \n e ajustes.\n",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true
            },
            "missingValues": [
              "SEM DESCRICAO"
            ]
          }
        ],
        "primaryKey": [
          "id_procedencia"
        ],
        "missingValues": [
          ""
        ]
      },
      "sources": [
        {
          "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
          "table": "dm_procedencia"
        }
      ],
      "format": "csv",
      "mediatype": "text/csv",
      "encoding": "utf-8-sig",
      "dialect": {
        "delimiter": ";",
        "lineTerminator": "\r\n",
        "quoteChar": "\"",
        "doubleQuote": true,
        "skipInitialSpace": false
      },
      "profile": "tabular-data-resource",
      "validation": {
        "version": "4.16.6",
        "time": 0.034,
        "errors": [],
        "tasks": [
          {
            "resource": {
              "name": "dm_procedencia",
              "title": "Identificador de procedência e uso (IPU)",
              "path": "data/dm_procedencia.csv.gz",
              "schema": {
                "fields": [
                  {
                    "name": "id_procedencia",
                    "title": "Procedência - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "cd_procedencia",
                    "title": "Procedência - Código",
                    "description": "Código identificador da procedência dos recursos financeiros conforme o SIAFI-MG (1 dígito)",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "enum": [
                        "1",
                        "2",
                        "3",
                        "4",
                        "5",
                        "6",
                        "7",
                        "8",
                        "9"
                      ]
                    },
                    "missingValues": [
                      "0"
                    ]
                  },
                  {
                    "name": "nome",
                    "title": "Procedência - Descrição",
                    "description": "- > \n Identifica a origem e a utilização dos recursos. \n O identificador de procedência e uso (IPU) informa, dentre outros, se os recursos serão para livre utilização, \n se foram transferidos de outra unidade orçamentária ou se objetivam oferecer contrapartida a convênios, acordos \n e ajustes.\n",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true
                    },
                    "missingValues": [
                      "SEM DESCRICAO"
                    ]
                  }
                ],
                "primaryKey": [
                  "id_procedencia"
                ]
              },
              "sources": [
                {
                  "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
                  "table": "dm_procedencia"
                }
              ],
              "format": "csv",
              "mediatype": "text/csv",
              "encoding": "utf-8-sig",
              "dialect": {
                "delimiter": ";"
              },
              "profile": "tabular-data-resource",
              "scheme": "file",
              "hashing": "md5",
              "compression": "gz",
              "stats": {
                "hash": "39c5a15ceecd975c91eda5a54db82153",
                "bytes": 751,
                "fields": 3,
                "rows": 31
              }
            },
            "time": 0.034,
            "scope": [
              "hash-count-error",
              "byte-count-error",
              "field-count-error",
              "row-count-error",
              "blank-header",
              "extra-label",
              "missing-label",
              "blank-label",
              "duplicate-label",
              "incorrect-label",
              "blank-row",
              "primary-key-error",
              "foreign-key-error",
              "extra-cell",
              "missing-cell",
              "type-error",
              "constraint-error",
              "unique-error"
            ],
            "partial": false,
            "errors": [],
            "stats": {
              "errors": 0
            },
            "valid": true
          }
        ],
        "stats": {
          "errors": 0,
          "tasks": 1
        },
        "valid": true
      }
    },
    {
      "name": "dm_empenho_resto_2002",
      "title": "Empenho Restos a Pagar 2002",
      "path": "data/dm_empenho_resto_2002.csv.gz",
      "schema": {
        "fields": [
          {
            "name": "id_empenho",
            "title": "Número do Empenho - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "ano_exercicio",
            "title": "Ano de Exercício",
            "type": "year",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "nr_empenho",
            "title": "Número de Empenho",
            "description": "Número de identificação do documento de empenho.",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "dt_empenho",
            "title": "Data de registro do documento de empenho",
            "type": "date",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "dt_original",
            "title": "Data de registro original do documento de Empenho",
            "type": "date",
            "format": "default"
          },
          {
            "name": "unidade_executora",
            "title": "Unidade Executora",
            "description": "Código composto do órgão executor (4 dígitos) e número sequencial da unidade executora (3 dígitos) e nome da unidade executora.",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "tipo_empenho",
            "title": "Tipo de Empenho - Descrição",
            "description": "Descrição do tipo de empenho: global, estimado, ordinário, extra-orçamentário.\n",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "vr_empenho",
            "title": "Valor do Empenho",
            "description": "Valor do orçamento reservado para fazer face a compromisso formalmente assumido com fornecedor ou credor.",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          }
        ],
        "missingValues": [
          ""
        ],
        "primaryKey": [
          "id_empenho"
        ]
      },
      "sources": [
        {
          "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
          "table": "dm_empenho_resto"
        }
      ],
      "format": "csv",
      "mediatype": "text/csv",
      "encoding": "utf-8-sig",
      "dialect": {
        "delimiter": ";",
        "lineTerminator": "\r\n",
        "quoteChar": "\"",
        "doubleQuote": true,
        "skipInitialSpace": false
      },
      "profile": "tabular-data-resource",
      "validation": {
        "version": "4.16.6",
        "time": 10.045,
        "errors": [],
        "tasks": [
          {
            "resource": {
              "name": "dm_empenho_resto_2002",
              "title": "Empenho Restos a Pagar 2002",
              "path": "data/dm_empenho_resto_2002.csv.gz",
              "schema": {
                "fields": [
                  {
                    "name": "id_empenho",
                    "title": "Número do Empenho - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "ano_exercicio",
                    "title": "Ano de Exercício",
                    "type": "year",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "nr_empenho",
                    "title": "Número de Empenho",
                    "description": "Número de identificação do documento de empenho.",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "dt_empenho",
                    "title": "Data de registro do documento de empenho",
                    "type": "date",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "dt_original",
                    "title": "Data de registro original do documento de Empenho",
                    "type": "date",
                    "format": "default"
                  },
                  {
                    "name": "unidade_executora",
                    "title": "Unidade Executora",
                    "description": "Código composto do órgão executor (4 dígitos) e número sequencial da unidade executora (3 dígitos) e nome da unidade executora.",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "tipo_empenho",
                    "title": "Tipo de Empenho - Descrição",
                    "description": "Descrição do tipo de empenho: global, estimado, ordinário, extra-orçamentário.\n",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_empenho",
                    "title": "Valor do Empenho",
                    "description": "Valor do orçamento reservado para fazer face a compromisso formalmente assumido com fornecedor ou credor.",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "constraints": {
                      "required": true
                    }
                  }
                ],
                "missingValues": [
                  ""
                ],
                "primaryKey": [
                  "id_empenho"
                ]
              },
              "sources": [
                {
                  "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
                  "table": "dm_empenho_resto"
                }
              ],
              "format": "csv",
              "mediatype": "text/csv",
              "encoding": "utf-8-sig",
              "dialect": {
                "delimiter": ";"
              },
              "profile": "tabular-data-resource",
              "scheme": "file",
              "hashing": "md5",
              "compression": "gz",
              "stats": {
                "hash": "b5ac7361c158d29f1e713c8420dbce13",
                "bytes": 1591065,
                "fields": 8,
                "rows": 128344
              }
            },
            "time": 10.045,
            "scope": [
              "hash-count-error",
              "byte-count-error",
              "field-count-error",
              "row-count-error",
              "blank-header",
              "extra-label",
              "missing-label",
              "blank-label",
              "duplicate-label",
              "incorrect-label",
              "blank-row",
              "primary-key-error",
              "foreign-key-error",
              "extra-cell",
              "missing-cell",
              "type-error",
              "constraint-error",
              "unique-error"
            ],
            "partial": false,
            "errors": [],
            "stats": {
              "errors": 0
            },
            "valid": true
          }
        ],
        "stats": {
          "errors": 0,
          "tasks": 1
        },
        "valid": true
      }
    },
    {
      "name": "dm_empenho_resto_2003",
      "title": "Empenho Restos a Pagar 2003",
      "path": "data/dm_empenho_resto_2003.csv.gz",
      "schema": {
        "fields": [
          {
            "name": "id_empenho",
            "title": "Número do Empenho - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "ano_exercicio",
            "title": "Ano de Exercício",
            "type": "year",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "nr_empenho",
            "title": "Número de Empenho",
            "description": "Número de identificação do documento de empenho.",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "dt_empenho",
            "title": "Data de registro do documento de empenho",
            "type": "date",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "dt_original",
            "title": "Data de registro original do documento de Empenho",
            "type": "date",
            "format": "default"
          },
          {
            "name": "unidade_executora",
            "title": "Unidade Executora",
            "description": "Código composto do órgão executor (4 dígitos) e número sequencial da unidade executora (3 dígitos) e nome da unidade executora.",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "tipo_empenho",
            "title": "Tipo de Empenho - Descrição",
            "description": "Descrição do tipo de empenho: global, estimado, ordinário, extra-orçamentário.\n",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "vr_empenho",
            "title": "Valor do Empenho",
            "description": "Valor do orçamento reservado para fazer face a compromisso formalmente assumido com fornecedor ou credor.",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          }
        ],
        "missingValues": [
          ""
        ],
        "primaryKey": [
          "id_empenho"
        ]
      },
      "sources": [
        {
          "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
          "table": "dm_empenho_resto"
        }
      ],
      "format": "csv",
      "mediatype": "text/csv",
      "encoding": "utf-8-sig",
      "dialect": {
        "delimiter": ";",
        "lineTerminator": "\r\n",
        "quoteChar": "\"",
        "doubleQuote": true,
        "skipInitialSpace": false
      },
      "profile": "tabular-data-resource",
      "validation": {
        "version": "4.16.6",
        "time": 6.954,
        "errors": [],
        "tasks": [
          {
            "resource": {
              "name": "dm_empenho_resto_2003",
              "title": "Empenho Restos a Pagar 2003",
              "path": "data/dm_empenho_resto_2003.csv.gz",
              "schema": {
                "fields": [
                  {
                    "name": "id_empenho",
                    "title": "Número do Empenho - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "ano_exercicio",
                    "title": "Ano de Exercício",
                    "type": "year",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "nr_empenho",
                    "title": "Número de Empenho",
                    "description": "Número de identificação do documento de empenho.",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "dt_empenho",
                    "title": "Data de registro do documento de empenho",
                    "type": "date",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "dt_original",
                    "title": "Data de registro original do documento de Empenho",
                    "type": "date",
                    "format": "default"
                  },
                  {
                    "name": "unidade_executora",
                    "title": "Unidade Executora",
                    "description": "Código composto do órgão executor (4 dígitos) e número sequencial da unidade executora (3 dígitos) e nome da unidade executora.",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "tipo_empenho",
                    "title": "Tipo de Empenho - Descrição",
                    "description": "Descrição do tipo de empenho: global, estimado, ordinário, extra-orçamentário.\n",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_empenho",
                    "title": "Valor do Empenho",
                    "description": "Valor do orçamento reservado para fazer face a compromisso formalmente assumido com fornecedor ou credor.",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "constraints": {
                      "required": true
                    }
                  }
                ],
                "missingValues": [
                  ""
                ],
                "primaryKey": [
                  "id_empenho"
                ]
              },
              "sources": [
                {
                  "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
                  "table": "dm_empenho_resto"
                }
              ],
              "format": "csv",
              "mediatype": "text/csv",
              "encoding": "utf-8-sig",
              "dialect": {
                "delimiter": ";"
              },
              "profile": "tabular-data-resource",
              "scheme": "file",
              "hashing": "md5",
              "compression": "gz",
              "stats": {
                "hash": "9c09de93061af52ff3d4f53231a59c81",
                "bytes": 1202707,
                "fields": 8,
                "rows": 87739
              }
            },
            "time": 6.954,
            "scope": [
              "hash-count-error",
              "byte-count-error",
              "field-count-error",
              "row-count-error",
              "blank-header",
              "extra-label",
              "missing-label",
              "blank-label",
              "duplicate-label",
              "incorrect-label",
              "blank-row",
              "primary-key-error",
              "foreign-key-error",
              "extra-cell",
              "missing-cell",
              "type-error",
              "constraint-error",
              "unique-error"
            ],
            "partial": false,
            "errors": [],
            "stats": {
              "errors": 0
            },
            "valid": true
          }
        ],
        "stats": {
          "errors": 0,
          "tasks": 1
        },
        "valid": true
      }
    },
    {
      "name": "dm_empenho_resto_2004",
      "title": "Empenho Restos a Pagar 2004",
      "path": "data/dm_empenho_resto_2004.csv.gz",
      "schema": {
        "fields": [
          {
            "name": "id_empenho",
            "title": "Número do Empenho - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "ano_exercicio",
            "title": "Ano de Exercício",
            "type": "year",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "nr_empenho",
            "title": "Número de Empenho",
            "description": "Número de identificação do documento de empenho.",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "dt_empenho",
            "title": "Data de registro do documento de empenho",
            "type": "date",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "dt_original",
            "title": "Data de registro original do documento de Empenho",
            "type": "date",
            "format": "default"
          },
          {
            "name": "unidade_executora",
            "title": "Unidade Executora",
            "description": "Código composto do órgão executor (4 dígitos) e número sequencial da unidade executora (3 dígitos) e nome da unidade executora.",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "tipo_empenho",
            "title": "Tipo de Empenho - Descrição",
            "description": "Descrição do tipo de empenho: global, estimado, ordinário, extra-orçamentário.\n",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "vr_empenho",
            "title": "Valor do Empenho",
            "description": "Valor do orçamento reservado para fazer face a compromisso formalmente assumido com fornecedor ou credor.",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          }
        ],
        "missingValues": [
          ""
        ],
        "primaryKey": [
          "id_empenho"
        ]
      },
      "sources": [
        {
          "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
          "table": "dm_empenho_resto"
        }
      ],
      "format": "csv",
      "mediatype": "text/csv",
      "encoding": "utf-8-sig",
      "dialect": {
        "delimiter": ";",
        "lineTerminator": "\r\n",
        "quoteChar": "\"",
        "doubleQuote": true,
        "skipInitialSpace": false
      },
      "profile": "tabular-data-resource",
      "validation": {
        "version": "4.16.6",
        "time": 5.632,
        "errors": [],
        "tasks": [
          {
            "resource": {
              "name": "dm_empenho_resto_2004",
              "title": "Empenho Restos a Pagar 2004",
              "path": "data/dm_empenho_resto_2004.csv.gz",
              "schema": {
                "fields": [
                  {
                    "name": "id_empenho",
                    "title": "Número do Empenho - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "ano_exercicio",
                    "title": "Ano de Exercício",
                    "type": "year",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "nr_empenho",
                    "title": "Número de Empenho",
                    "description": "Número de identificação do documento de empenho.",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "dt_empenho",
                    "title": "Data de registro do documento de empenho",
                    "type": "date",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "dt_original",
                    "title": "Data de registro original do documento de Empenho",
                    "type": "date",
                    "format": "default"
                  },
                  {
                    "name": "unidade_executora",
                    "title": "Unidade Executora",
                    "description": "Código composto do órgão executor (4 dígitos) e número sequencial da unidade executora (3 dígitos) e nome da unidade executora.",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "tipo_empenho",
                    "title": "Tipo de Empenho - Descrição",
                    "description": "Descrição do tipo de empenho: global, estimado, ordinário, extra-orçamentário.\n",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_empenho",
                    "title": "Valor do Empenho",
                    "description": "Valor do orçamento reservado para fazer face a compromisso formalmente assumido com fornecedor ou credor.",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "constraints": {
                      "required": true
                    }
                  }
                ],
                "missingValues": [
                  ""
                ],
                "primaryKey": [
                  "id_empenho"
                ]
              },
              "sources": [
                {
                  "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
                  "table": "dm_empenho_resto"
                }
              ],
              "format": "csv",
              "mediatype": "text/csv",
              "encoding": "utf-8-sig",
              "dialect": {
                "delimiter": ";"
              },
              "profile": "tabular-data-resource",
              "scheme": "file",
              "hashing": "md5",
              "compression": "gz",
              "stats": {
                "hash": "e078708975adc10ad2bf14f45d094017",
                "bytes": 1023789,
                "fields": 8,
                "rows": 71538
              }
            },
            "time": 5.632,
            "scope": [
              "hash-count-error",
              "byte-count-error",
              "field-count-error",
              "row-count-error",
              "blank-header",
              "extra-label",
              "missing-label",
              "blank-label",
              "duplicate-label",
              "incorrect-label",
              "blank-row",
              "primary-key-error",
              "foreign-key-error",
              "extra-cell",
              "missing-cell",
              "type-error",
              "constraint-error",
              "unique-error"
            ],
            "partial": false,
            "errors": [],
            "stats": {
              "errors": 0
            },
            "valid": true
          }
        ],
        "stats": {
          "errors": 0,
          "tasks": 1
        },
        "valid": true
      }
    },
    {
      "name": "dm_empenho_resto_2005",
      "title": "Empenho Restos a Pagar 2005",
      "path": "data/dm_empenho_resto_2005.csv.gz",
      "schema": {
        "fields": [
          {
            "name": "id_empenho",
            "title": "Número do Empenho - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "ano_exercicio",
            "title": "Ano de Exercício",
            "type": "year",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "nr_empenho",
            "title": "Número de Empenho",
            "description": "Número de identificação do documento de empenho.",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "dt_empenho",
            "title": "Data de registro do documento de empenho",
            "type": "date",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "dt_original",
            "title": "Data de registro original do documento de Empenho",
            "type": "date",
            "format": "default"
          },
          {
            "name": "unidade_executora",
            "title": "Unidade Executora",
            "description": "Código composto do órgão executor (4 dígitos) e número sequencial da unidade executora (3 dígitos) e nome da unidade executora.",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "tipo_empenho",
            "title": "Tipo de Empenho - Descrição",
            "description": "Descrição do tipo de empenho: global, estimado, ordinário, extra-orçamentário.\n",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "vr_empenho",
            "title": "Valor do Empenho",
            "description": "Valor do orçamento reservado para fazer face a compromisso formalmente assumido com fornecedor ou credor.",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          }
        ],
        "missingValues": [
          ""
        ],
        "primaryKey": [
          "id_empenho"
        ]
      },
      "sources": [
        {
          "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
          "table": "dm_empenho_resto"
        }
      ],
      "format": "csv",
      "mediatype": "text/csv",
      "encoding": "utf-8-sig",
      "dialect": {
        "delimiter": ";",
        "lineTerminator": "\r\n",
        "quoteChar": "\"",
        "doubleQuote": true,
        "skipInitialSpace": false
      },
      "profile": "tabular-data-resource",
      "validation": {
        "version": "4.16.6",
        "time": 3.615,
        "errors": [],
        "tasks": [
          {
            "resource": {
              "name": "dm_empenho_resto_2005",
              "title": "Empenho Restos a Pagar 2005",
              "path": "data/dm_empenho_resto_2005.csv.gz",
              "schema": {
                "fields": [
                  {
                    "name": "id_empenho",
                    "title": "Número do Empenho - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "ano_exercicio",
                    "title": "Ano de Exercício",
                    "type": "year",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "nr_empenho",
                    "title": "Número de Empenho",
                    "description": "Número de identificação do documento de empenho.",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "dt_empenho",
                    "title": "Data de registro do documento de empenho",
                    "type": "date",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "dt_original",
                    "title": "Data de registro original do documento de Empenho",
                    "type": "date",
                    "format": "default"
                  },
                  {
                    "name": "unidade_executora",
                    "title": "Unidade Executora",
                    "description": "Código composto do órgão executor (4 dígitos) e número sequencial da unidade executora (3 dígitos) e nome da unidade executora.",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "tipo_empenho",
                    "title": "Tipo de Empenho - Descrição",
                    "description": "Descrição do tipo de empenho: global, estimado, ordinário, extra-orçamentário.\n",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_empenho",
                    "title": "Valor do Empenho",
                    "description": "Valor do orçamento reservado para fazer face a compromisso formalmente assumido com fornecedor ou credor.",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "constraints": {
                      "required": true
                    }
                  }
                ],
                "missingValues": [
                  ""
                ],
                "primaryKey": [
                  "id_empenho"
                ]
              },
              "sources": [
                {
                  "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
                  "table": "dm_empenho_resto"
                }
              ],
              "format": "csv",
              "mediatype": "text/csv",
              "encoding": "utf-8-sig",
              "dialect": {
                "delimiter": ";"
              },
              "profile": "tabular-data-resource",
              "scheme": "file",
              "hashing": "md5",
              "compression": "gz",
              "stats": {
                "hash": "580b0bcbd7a65178697cce8fb8af7d2f",
                "bytes": 667416,
                "fields": 8,
                "rows": 45258
              }
            },
            "time": 3.615,
            "scope": [
              "hash-count-error",
              "byte-count-error",
              "field-count-error",
              "row-count-error",
              "blank-header",
              "extra-label",
              "missing-label",
              "blank-label",
              "duplicate-label",
              "incorrect-label",
              "blank-row",
              "primary-key-error",
              "foreign-key-error",
              "extra-cell",
              "missing-cell",
              "type-error",
              "constraint-error",
              "unique-error"
            ],
            "partial": false,
            "errors": [],
            "stats": {
              "errors": 0
            },
            "valid": true
          }
        ],
        "stats": {
          "errors": 0,
          "tasks": 1
        },
        "valid": true
      }
    },
    {
      "name": "dm_empenho_resto_2006",
      "title": "Empenho Restos a Pagar 2006",
      "path": "data/dm_empenho_resto_2006.csv.gz",
      "schema": {
        "fields": [
          {
            "name": "id_empenho",
            "title": "Número do Empenho - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "ano_exercicio",
            "title": "Ano de Exercício",
            "type": "year",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "nr_empenho",
            "title": "Número de Empenho",
            "description": "Número de identificação do documento de empenho.",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "dt_empenho",
            "title": "Data de registro do documento de empenho",
            "type": "date",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "dt_original",
            "title": "Data de registro original do documento de Empenho",
            "type": "date",
            "format": "default"
          },
          {
            "name": "unidade_executora",
            "title": "Unidade Executora",
            "description": "Código composto do órgão executor (4 dígitos) e número sequencial da unidade executora (3 dígitos) e nome da unidade executora.",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "tipo_empenho",
            "title": "Tipo de Empenho - Descrição",
            "description": "Descrição do tipo de empenho: global, estimado, ordinário, extra-orçamentário.\n",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "vr_empenho",
            "title": "Valor do Empenho",
            "description": "Valor do orçamento reservado para fazer face a compromisso formalmente assumido com fornecedor ou credor.",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          }
        ],
        "missingValues": [
          ""
        ],
        "primaryKey": [
          "id_empenho"
        ]
      },
      "sources": [
        {
          "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
          "table": "dm_empenho_resto"
        }
      ],
      "format": "csv",
      "mediatype": "text/csv",
      "encoding": "utf-8-sig",
      "dialect": {
        "delimiter": ";",
        "lineTerminator": "\r\n",
        "quoteChar": "\"",
        "doubleQuote": true,
        "skipInitialSpace": false
      },
      "profile": "tabular-data-resource",
      "validation": {
        "version": "4.16.6",
        "time": 3.515,
        "errors": [],
        "tasks": [
          {
            "resource": {
              "name": "dm_empenho_resto_2006",
              "title": "Empenho Restos a Pagar 2006",
              "path": "data/dm_empenho_resto_2006.csv.gz",
              "schema": {
                "fields": [
                  {
                    "name": "id_empenho",
                    "title": "Número do Empenho - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "ano_exercicio",
                    "title": "Ano de Exercício",
                    "type": "year",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "nr_empenho",
                    "title": "Número de Empenho",
                    "description": "Número de identificação do documento de empenho.",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "dt_empenho",
                    "title": "Data de registro do documento de empenho",
                    "type": "date",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "dt_original",
                    "title": "Data de registro original do documento de Empenho",
                    "type": "date",
                    "format": "default"
                  },
                  {
                    "name": "unidade_executora",
                    "title": "Unidade Executora",
                    "description": "Código composto do órgão executor (4 dígitos) e número sequencial da unidade executora (3 dígitos) e nome da unidade executora.",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "tipo_empenho",
                    "title": "Tipo de Empenho - Descrição",
                    "description": "Descrição do tipo de empenho: global, estimado, ordinário, extra-orçamentário.\n",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_empenho",
                    "title": "Valor do Empenho",
                    "description": "Valor do orçamento reservado para fazer face a compromisso formalmente assumido com fornecedor ou credor.",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "constraints": {
                      "required": true
                    }
                  }
                ],
                "missingValues": [
                  ""
                ],
                "primaryKey": [
                  "id_empenho"
                ]
              },
              "sources": [
                {
                  "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
                  "table": "dm_empenho_resto"
                }
              ],
              "format": "csv",
              "mediatype": "text/csv",
              "encoding": "utf-8-sig",
              "dialect": {
                "delimiter": ";"
              },
              "profile": "tabular-data-resource",
              "scheme": "file",
              "hashing": "md5",
              "compression": "gz",
              "stats": {
                "hash": "abca522aebf6eb67ea40b54ed023e23b",
                "bytes": 657227,
                "fields": 8,
                "rows": 45177
              }
            },
            "time": 3.515,
            "scope": [
              "hash-count-error",
              "byte-count-error",
              "field-count-error",
              "row-count-error",
              "blank-header",
              "extra-label",
              "missing-label",
              "blank-label",
              "duplicate-label",
              "incorrect-label",
              "blank-row",
              "primary-key-error",
              "foreign-key-error",
              "extra-cell",
              "missing-cell",
              "type-error",
              "constraint-error",
              "unique-error"
            ],
            "partial": false,
            "errors": [],
            "stats": {
              "errors": 0
            },
            "valid": true
          }
        ],
        "stats": {
          "errors": 0,
          "tasks": 1
        },
        "valid": true
      }
    },
    {
      "name": "dm_empenho_resto_2007",
      "title": "Empenho Restos a Pagar 2007",
      "path": "data/dm_empenho_resto_2007.csv.gz",
      "schema": {
        "fields": [
          {
            "name": "id_empenho",
            "title": "Número do Empenho - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "ano_exercicio",
            "title": "Ano de Exercício",
            "type": "year",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "nr_empenho",
            "title": "Número de Empenho",
            "description": "Número de identificação do documento de empenho.",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "dt_empenho",
            "title": "Data de registro do documento de empenho",
            "type": "date",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "dt_original",
            "title": "Data de registro original do documento de Empenho",
            "type": "date",
            "format": "default"
          },
          {
            "name": "unidade_executora",
            "title": "Unidade Executora",
            "description": "Código composto do órgão executor (4 dígitos) e número sequencial da unidade executora (3 dígitos) e nome da unidade executora.",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "tipo_empenho",
            "title": "Tipo de Empenho - Descrição",
            "description": "Descrição do tipo de empenho: global, estimado, ordinário, extra-orçamentário.\n",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "vr_empenho",
            "title": "Valor do Empenho",
            "description": "Valor do orçamento reservado para fazer face a compromisso formalmente assumido com fornecedor ou credor.",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          }
        ],
        "missingValues": [
          ""
        ],
        "primaryKey": [
          "id_empenho"
        ]
      },
      "sources": [
        {
          "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
          "table": "dm_empenho_resto"
        }
      ],
      "format": "csv",
      "mediatype": "text/csv",
      "encoding": "utf-8-sig",
      "dialect": {
        "delimiter": ";",
        "lineTerminator": "\r\n",
        "quoteChar": "\"",
        "doubleQuote": true,
        "skipInitialSpace": false
      },
      "profile": "tabular-data-resource",
      "validation": {
        "version": "4.16.6",
        "time": 3.662,
        "errors": [],
        "tasks": [
          {
            "resource": {
              "name": "dm_empenho_resto_2007",
              "title": "Empenho Restos a Pagar 2007",
              "path": "data/dm_empenho_resto_2007.csv.gz",
              "schema": {
                "fields": [
                  {
                    "name": "id_empenho",
                    "title": "Número do Empenho - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "ano_exercicio",
                    "title": "Ano de Exercício",
                    "type": "year",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "nr_empenho",
                    "title": "Número de Empenho",
                    "description": "Número de identificação do documento de empenho.",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "dt_empenho",
                    "title": "Data de registro do documento de empenho",
                    "type": "date",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "dt_original",
                    "title": "Data de registro original do documento de Empenho",
                    "type": "date",
                    "format": "default"
                  },
                  {
                    "name": "unidade_executora",
                    "title": "Unidade Executora",
                    "description": "Código composto do órgão executor (4 dígitos) e número sequencial da unidade executora (3 dígitos) e nome da unidade executora.",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "tipo_empenho",
                    "title": "Tipo de Empenho - Descrição",
                    "description": "Descrição do tipo de empenho: global, estimado, ordinário, extra-orçamentário.\n",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_empenho",
                    "title": "Valor do Empenho",
                    "description": "Valor do orçamento reservado para fazer face a compromisso formalmente assumido com fornecedor ou credor.",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "constraints": {
                      "required": true
                    }
                  }
                ],
                "missingValues": [
                  ""
                ],
                "primaryKey": [
                  "id_empenho"
                ]
              },
              "sources": [
                {
                  "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
                  "table": "dm_empenho_resto"
                }
              ],
              "format": "csv",
              "mediatype": "text/csv",
              "encoding": "utf-8-sig",
              "dialect": {
                "delimiter": ";"
              },
              "profile": "tabular-data-resource",
              "scheme": "file",
              "hashing": "md5",
              "compression": "gz",
              "stats": {
                "hash": "cfe27630d48f08703541852f600638e6",
                "bytes": 686786,
                "fields": 8,
                "rows": 46665
              }
            },
            "time": 3.662,
            "scope": [
              "hash-count-error",
              "byte-count-error",
              "field-count-error",
              "row-count-error",
              "blank-header",
              "extra-label",
              "missing-label",
              "blank-label",
              "duplicate-label",
              "incorrect-label",
              "blank-row",
              "primary-key-error",
              "foreign-key-error",
              "extra-cell",
              "missing-cell",
              "type-error",
              "constraint-error",
              "unique-error"
            ],
            "partial": false,
            "errors": [],
            "stats": {
              "errors": 0
            },
            "valid": true
          }
        ],
        "stats": {
          "errors": 0,
          "tasks": 1
        },
        "valid": true
      }
    },
    {
      "name": "dm_empenho_resto_2008",
      "title": "Empenho Restos a Pagar 2008",
      "path": "data/dm_empenho_resto_2008.csv.gz",
      "schema": {
        "fields": [
          {
            "name": "id_empenho",
            "title": "Número do Empenho - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "ano_exercicio",
            "title": "Ano de Exercício",
            "type": "year",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "nr_empenho",
            "title": "Número de Empenho",
            "description": "Número de identificação do documento de empenho.",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "dt_empenho",
            "title": "Data de registro do documento de empenho",
            "type": "date",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "dt_original",
            "title": "Data de registro original do documento de Empenho",
            "type": "date",
            "format": "default"
          },
          {
            "name": "unidade_executora",
            "title": "Unidade Executora",
            "description": "Código composto do órgão executor (4 dígitos) e número sequencial da unidade executora (3 dígitos) e nome da unidade executora.",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "tipo_empenho",
            "title": "Tipo de Empenho - Descrição",
            "description": "Descrição do tipo de empenho: global, estimado, ordinário, extra-orçamentário.\n",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "vr_empenho",
            "title": "Valor do Empenho",
            "description": "Valor do orçamento reservado para fazer face a compromisso formalmente assumido com fornecedor ou credor.",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          }
        ],
        "missingValues": [
          ""
        ],
        "primaryKey": [
          "id_empenho"
        ]
      },
      "sources": [
        {
          "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
          "table": "dm_empenho_resto"
        }
      ],
      "format": "csv",
      "mediatype": "text/csv",
      "encoding": "utf-8-sig",
      "dialect": {
        "delimiter": ";",
        "lineTerminator": "\r\n",
        "quoteChar": "\"",
        "doubleQuote": true,
        "skipInitialSpace": false
      },
      "profile": "tabular-data-resource",
      "validation": {
        "version": "4.16.6",
        "time": 4.189,
        "errors": [],
        "tasks": [
          {
            "resource": {
              "name": "dm_empenho_resto_2008",
              "title": "Empenho Restos a Pagar 2008",
              "path": "data/dm_empenho_resto_2008.csv.gz",
              "schema": {
                "fields": [
                  {
                    "name": "id_empenho",
                    "title": "Número do Empenho - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "ano_exercicio",
                    "title": "Ano de Exercício",
                    "type": "year",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "nr_empenho",
                    "title": "Número de Empenho",
                    "description": "Número de identificação do documento de empenho.",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "dt_empenho",
                    "title": "Data de registro do documento de empenho",
                    "type": "date",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "dt_original",
                    "title": "Data de registro original do documento de Empenho",
                    "type": "date",
                    "format": "default"
                  },
                  {
                    "name": "unidade_executora",
                    "title": "Unidade Executora",
                    "description": "Código composto do órgão executor (4 dígitos) e número sequencial da unidade executora (3 dígitos) e nome da unidade executora.",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "tipo_empenho",
                    "title": "Tipo de Empenho - Descrição",
                    "description": "Descrição do tipo de empenho: global, estimado, ordinário, extra-orçamentário.\n",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_empenho",
                    "title": "Valor do Empenho",
                    "description": "Valor do orçamento reservado para fazer face a compromisso formalmente assumido com fornecedor ou credor.",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "constraints": {
                      "required": true
                    }
                  }
                ],
                "missingValues": [
                  ""
                ],
                "primaryKey": [
                  "id_empenho"
                ]
              },
              "sources": [
                {
                  "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
                  "table": "dm_empenho_resto"
                }
              ],
              "format": "csv",
              "mediatype": "text/csv",
              "encoding": "utf-8-sig",
              "dialect": {
                "delimiter": ";"
              },
              "profile": "tabular-data-resource",
              "scheme": "file",
              "hashing": "md5",
              "compression": "gz",
              "stats": {
                "hash": "32cc7bc3101f31889083fada21680ba2",
                "bytes": 738532,
                "fields": 8,
                "rows": 49567
              }
            },
            "time": 4.189,
            "scope": [
              "hash-count-error",
              "byte-count-error",
              "field-count-error",
              "row-count-error",
              "blank-header",
              "extra-label",
              "missing-label",
              "blank-label",
              "duplicate-label",
              "incorrect-label",
              "blank-row",
              "primary-key-error",
              "foreign-key-error",
              "extra-cell",
              "missing-cell",
              "type-error",
              "constraint-error",
              "unique-error"
            ],
            "partial": false,
            "errors": [],
            "stats": {
              "errors": 0
            },
            "valid": true
          }
        ],
        "stats": {
          "errors": 0,
          "tasks": 1
        },
        "valid": true
      }
    },
    {
      "name": "dm_empenho_resto_2009",
      "title": "Empenho Restos a Pagar 2009",
      "path": "data/dm_empenho_resto_2009.csv.gz",
      "schema": {
        "fields": [
          {
            "name": "id_empenho",
            "title": "Número do Empenho - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "ano_exercicio",
            "title": "Ano de Exercício",
            "type": "year",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "nr_empenho",
            "title": "Número de Empenho",
            "description": "Número de identificação do documento de empenho.",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "dt_empenho",
            "title": "Data de registro do documento de empenho",
            "type": "date",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "dt_original",
            "title": "Data de registro original do documento de Empenho",
            "type": "date",
            "format": "default"
          },
          {
            "name": "unidade_executora",
            "title": "Unidade Executora",
            "description": "Código composto do órgão executor (4 dígitos) e número sequencial da unidade executora (3 dígitos) e nome da unidade executora.",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "tipo_empenho",
            "title": "Tipo de Empenho - Descrição",
            "description": "Descrição do tipo de empenho: global, estimado, ordinário, extra-orçamentário.\n",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "vr_empenho",
            "title": "Valor do Empenho",
            "description": "Valor do orçamento reservado para fazer face a compromisso formalmente assumido com fornecedor ou credor.",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          }
        ],
        "missingValues": [
          ""
        ],
        "primaryKey": [
          "id_empenho"
        ]
      },
      "sources": [
        {
          "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
          "table": "dm_empenho_resto"
        }
      ],
      "format": "csv",
      "mediatype": "text/csv",
      "encoding": "utf-8-sig",
      "dialect": {
        "delimiter": ";",
        "lineTerminator": "\r\n",
        "quoteChar": "\"",
        "doubleQuote": true,
        "skipInitialSpace": false
      },
      "profile": "tabular-data-resource",
      "validation": {
        "version": "4.16.6",
        "time": 3.646,
        "errors": [],
        "tasks": [
          {
            "resource": {
              "name": "dm_empenho_resto_2009",
              "title": "Empenho Restos a Pagar 2009",
              "path": "data/dm_empenho_resto_2009.csv.gz",
              "schema": {
                "fields": [
                  {
                    "name": "id_empenho",
                    "title": "Número do Empenho - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "ano_exercicio",
                    "title": "Ano de Exercício",
                    "type": "year",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "nr_empenho",
                    "title": "Número de Empenho",
                    "description": "Número de identificação do documento de empenho.",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "dt_empenho",
                    "title": "Data de registro do documento de empenho",
                    "type": "date",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "dt_original",
                    "title": "Data de registro original do documento de Empenho",
                    "type": "date",
                    "format": "default"
                  },
                  {
                    "name": "unidade_executora",
                    "title": "Unidade Executora",
                    "description": "Código composto do órgão executor (4 dígitos) e número sequencial da unidade executora (3 dígitos) e nome da unidade executora.",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "tipo_empenho",
                    "title": "Tipo de Empenho - Descrição",
                    "description": "Descrição do tipo de empenho: global, estimado, ordinário, extra-orçamentário.\n",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_empenho",
                    "title": "Valor do Empenho",
                    "description": "Valor do orçamento reservado para fazer face a compromisso formalmente assumido com fornecedor ou credor.",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "constraints": {
                      "required": true
                    }
                  }
                ],
                "missingValues": [
                  ""
                ],
                "primaryKey": [
                  "id_empenho"
                ]
              },
              "sources": [
                {
                  "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
                  "table": "dm_empenho_resto"
                }
              ],
              "format": "csv",
              "mediatype": "text/csv",
              "encoding": "utf-8-sig",
              "dialect": {
                "delimiter": ";"
              },
              "profile": "tabular-data-resource",
              "scheme": "file",
              "hashing": "md5",
              "compression": "gz",
              "stats": {
                "hash": "8e4b01825e30d58d0ff780fa602503c6",
                "bytes": 689268,
                "fields": 8,
                "rows": 46651
              }
            },
            "time": 3.646,
            "scope": [
              "hash-count-error",
              "byte-count-error",
              "field-count-error",
              "row-count-error",
              "blank-header",
              "extra-label",
              "missing-label",
              "blank-label",
              "duplicate-label",
              "incorrect-label",
              "blank-row",
              "primary-key-error",
              "foreign-key-error",
              "extra-cell",
              "missing-cell",
              "type-error",
              "constraint-error",
              "unique-error"
            ],
            "partial": false,
            "errors": [],
            "stats": {
              "errors": 0
            },
            "valid": true
          }
        ],
        "stats": {
          "errors": 0,
          "tasks": 1
        },
        "valid": true
      }
    },
    {
      "name": "dm_empenho_resto_2010",
      "title": "Empenho Restos a Pagar 2010",
      "path": "data/dm_empenho_resto_2010.csv.gz",
      "schema": {
        "fields": [
          {
            "name": "id_empenho",
            "title": "Número do Empenho - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "ano_exercicio",
            "title": "Ano de Exercício",
            "type": "year",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "nr_empenho",
            "title": "Número de Empenho",
            "description": "Número de identificação do documento de empenho.",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "dt_empenho",
            "title": "Data de registro do documento de empenho",
            "type": "date",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "dt_original",
            "title": "Data de registro original do documento de Empenho",
            "type": "date",
            "format": "default"
          },
          {
            "name": "unidade_executora",
            "title": "Unidade Executora",
            "description": "Código composto do órgão executor (4 dígitos) e número sequencial da unidade executora (3 dígitos) e nome da unidade executora.",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "tipo_empenho",
            "title": "Tipo de Empenho - Descrição",
            "description": "Descrição do tipo de empenho: global, estimado, ordinário, extra-orçamentário.\n",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "vr_empenho",
            "title": "Valor do Empenho",
            "description": "Valor do orçamento reservado para fazer face a compromisso formalmente assumido com fornecedor ou credor.",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          }
        ],
        "missingValues": [
          ""
        ],
        "primaryKey": [
          "id_empenho"
        ]
      },
      "sources": [
        {
          "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
          "table": "dm_empenho_resto"
        }
      ],
      "format": "csv",
      "mediatype": "text/csv",
      "encoding": "utf-8-sig",
      "dialect": {
        "delimiter": ";",
        "lineTerminator": "\r\n",
        "quoteChar": "\"",
        "doubleQuote": true,
        "skipInitialSpace": false
      },
      "profile": "tabular-data-resource",
      "validation": {
        "version": "4.16.6",
        "time": 3.447,
        "errors": [],
        "tasks": [
          {
            "resource": {
              "name": "dm_empenho_resto_2010",
              "title": "Empenho Restos a Pagar 2010",
              "path": "data/dm_empenho_resto_2010.csv.gz",
              "schema": {
                "fields": [
                  {
                    "name": "id_empenho",
                    "title": "Número do Empenho - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "ano_exercicio",
                    "title": "Ano de Exercício",
                    "type": "year",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "nr_empenho",
                    "title": "Número de Empenho",
                    "description": "Número de identificação do documento de empenho.",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "dt_empenho",
                    "title": "Data de registro do documento de empenho",
                    "type": "date",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "dt_original",
                    "title": "Data de registro original do documento de Empenho",
                    "type": "date",
                    "format": "default"
                  },
                  {
                    "name": "unidade_executora",
                    "title": "Unidade Executora",
                    "description": "Código composto do órgão executor (4 dígitos) e número sequencial da unidade executora (3 dígitos) e nome da unidade executora.",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "tipo_empenho",
                    "title": "Tipo de Empenho - Descrição",
                    "description": "Descrição do tipo de empenho: global, estimado, ordinário, extra-orçamentário.\n",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_empenho",
                    "title": "Valor do Empenho",
                    "description": "Valor do orçamento reservado para fazer face a compromisso formalmente assumido com fornecedor ou credor.",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "constraints": {
                      "required": true
                    }
                  }
                ],
                "missingValues": [
                  ""
                ],
                "primaryKey": [
                  "id_empenho"
                ]
              },
              "sources": [
                {
                  "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
                  "table": "dm_empenho_resto"
                }
              ],
              "format": "csv",
              "mediatype": "text/csv",
              "encoding": "utf-8-sig",
              "dialect": {
                "delimiter": ";"
              },
              "profile": "tabular-data-resource",
              "scheme": "file",
              "hashing": "md5",
              "compression": "gz",
              "stats": {
                "hash": "894215680325cb2a0f4e34fee60ab510",
                "bytes": 605882,
                "fields": 8,
                "rows": 42367
              }
            },
            "time": 3.447,
            "scope": [
              "hash-count-error",
              "byte-count-error",
              "field-count-error",
              "row-count-error",
              "blank-header",
              "extra-label",
              "missing-label",
              "blank-label",
              "duplicate-label",
              "incorrect-label",
              "blank-row",
              "primary-key-error",
              "foreign-key-error",
              "extra-cell",
              "missing-cell",
              "type-error",
              "constraint-error",
              "unique-error"
            ],
            "partial": false,
            "errors": [],
            "stats": {
              "errors": 0
            },
            "valid": true
          }
        ],
        "stats": {
          "errors": 0,
          "tasks": 1
        },
        "valid": true
      }
    },
    {
      "name": "dm_empenho_resto_2011",
      "title": "Empenho Restos a Pagar 2011",
      "path": "data/dm_empenho_resto_2011.csv.gz",
      "schema": {
        "fields": [
          {
            "name": "id_empenho",
            "title": "Número do Empenho - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "ano_exercicio",
            "title": "Ano de Exercício",
            "type": "year",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "nr_empenho",
            "title": "Número de Empenho",
            "description": "Número de identificação do documento de empenho.",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "dt_empenho",
            "title": "Data de registro do documento de empenho",
            "type": "date",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "dt_original",
            "title": "Data de registro original do documento de Empenho",
            "type": "date",
            "format": "default"
          },
          {
            "name": "unidade_executora",
            "title": "Unidade Executora",
            "description": "Código composto do órgão executor (4 dígitos) e número sequencial da unidade executora (3 dígitos) e nome da unidade executora.",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "tipo_empenho",
            "title": "Tipo de Empenho - Descrição",
            "description": "Descrição do tipo de empenho: global, estimado, ordinário, extra-orçamentário.\n",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "vr_empenho",
            "title": "Valor do Empenho",
            "description": "Valor do orçamento reservado para fazer face a compromisso formalmente assumido com fornecedor ou credor.",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          }
        ],
        "missingValues": [
          ""
        ],
        "primaryKey": [
          "id_empenho"
        ]
      },
      "sources": [
        {
          "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
          "table": "dm_empenho_resto"
        }
      ],
      "format": "csv",
      "mediatype": "text/csv",
      "encoding": "utf-8-sig",
      "dialect": {
        "delimiter": ";",
        "lineTerminator": "\r\n",
        "quoteChar": "\"",
        "doubleQuote": true,
        "skipInitialSpace": false
      },
      "profile": "tabular-data-resource",
      "validation": {
        "version": "4.16.6",
        "time": 3.047,
        "errors": [],
        "tasks": [
          {
            "resource": {
              "name": "dm_empenho_resto_2011",
              "title": "Empenho Restos a Pagar 2011",
              "path": "data/dm_empenho_resto_2011.csv.gz",
              "schema": {
                "fields": [
                  {
                    "name": "id_empenho",
                    "title": "Número do Empenho - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "ano_exercicio",
                    "title": "Ano de Exercício",
                    "type": "year",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "nr_empenho",
                    "title": "Número de Empenho",
                    "description": "Número de identificação do documento de empenho.",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "dt_empenho",
                    "title": "Data de registro do documento de empenho",
                    "type": "date",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "dt_original",
                    "title": "Data de registro original do documento de Empenho",
                    "type": "date",
                    "format": "default"
                  },
                  {
                    "name": "unidade_executora",
                    "title": "Unidade Executora",
                    "description": "Código composto do órgão executor (4 dígitos) e número sequencial da unidade executora (3 dígitos) e nome da unidade executora.",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "tipo_empenho",
                    "title": "Tipo de Empenho - Descrição",
                    "description": "Descrição do tipo de empenho: global, estimado, ordinário, extra-orçamentário.\n",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_empenho",
                    "title": "Valor do Empenho",
                    "description": "Valor do orçamento reservado para fazer face a compromisso formalmente assumido com fornecedor ou credor.",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "constraints": {
                      "required": true
                    }
                  }
                ],
                "missingValues": [
                  ""
                ],
                "primaryKey": [
                  "id_empenho"
                ]
              },
              "sources": [
                {
                  "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
                  "table": "dm_empenho_resto"
                }
              ],
              "format": "csv",
              "mediatype": "text/csv",
              "encoding": "utf-8-sig",
              "dialect": {
                "delimiter": ";"
              },
              "profile": "tabular-data-resource",
              "scheme": "file",
              "hashing": "md5",
              "compression": "gz",
              "stats": {
                "hash": "577a1960ffffc287c053890e1bab9fbb",
                "bytes": 550322,
                "fields": 8,
                "rows": 38126
              }
            },
            "time": 3.047,
            "scope": [
              "hash-count-error",
              "byte-count-error",
              "field-count-error",
              "row-count-error",
              "blank-header",
              "extra-label",
              "missing-label",
              "blank-label",
              "duplicate-label",
              "incorrect-label",
              "blank-row",
              "primary-key-error",
              "foreign-key-error",
              "extra-cell",
              "missing-cell",
              "type-error",
              "constraint-error",
              "unique-error"
            ],
            "partial": false,
            "errors": [],
            "stats": {
              "errors": 0
            },
            "valid": true
          }
        ],
        "stats": {
          "errors": 0,
          "tasks": 1
        },
        "valid": true
      }
    },
    {
      "name": "dm_empenho_resto_2012",
      "title": "Empenho Restos a Pagar 2012",
      "path": "data/dm_empenho_resto_2012.csv.gz",
      "schema": {
        "fields": [
          {
            "name": "id_empenho",
            "title": "Número do Empenho - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "ano_exercicio",
            "title": "Ano de Exercício",
            "type": "year",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "nr_empenho",
            "title": "Número de Empenho",
            "description": "Número de identificação do documento de empenho.",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "dt_empenho",
            "title": "Data de registro do documento de empenho",
            "type": "date",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "dt_original",
            "title": "Data de registro original do documento de Empenho",
            "type": "date",
            "format": "default"
          },
          {
            "name": "unidade_executora",
            "title": "Unidade Executora",
            "description": "Código composto do órgão executor (4 dígitos) e número sequencial da unidade executora (3 dígitos) e nome da unidade executora.",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "tipo_empenho",
            "title": "Tipo de Empenho - Descrição",
            "description": "Descrição do tipo de empenho: global, estimado, ordinário, extra-orçamentário.\n",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "vr_empenho",
            "title": "Valor do Empenho",
            "description": "Valor do orçamento reservado para fazer face a compromisso formalmente assumido com fornecedor ou credor.",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          }
        ],
        "missingValues": [
          ""
        ],
        "primaryKey": [
          "id_empenho"
        ]
      },
      "sources": [
        {
          "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
          "table": "dm_empenho_resto"
        }
      ],
      "format": "csv",
      "mediatype": "text/csv",
      "encoding": "utf-8-sig",
      "dialect": {
        "delimiter": ";",
        "lineTerminator": "\r\n",
        "quoteChar": "\"",
        "doubleQuote": true,
        "skipInitialSpace": false
      },
      "profile": "tabular-data-resource",
      "validation": {
        "version": "4.16.6",
        "time": 3.353,
        "errors": [],
        "tasks": [
          {
            "resource": {
              "name": "dm_empenho_resto_2012",
              "title": "Empenho Restos a Pagar 2012",
              "path": "data/dm_empenho_resto_2012.csv.gz",
              "schema": {
                "fields": [
                  {
                    "name": "id_empenho",
                    "title": "Número do Empenho - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "ano_exercicio",
                    "title": "Ano de Exercício",
                    "type": "year",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "nr_empenho",
                    "title": "Número de Empenho",
                    "description": "Número de identificação do documento de empenho.",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "dt_empenho",
                    "title": "Data de registro do documento de empenho",
                    "type": "date",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "dt_original",
                    "title": "Data de registro original do documento de Empenho",
                    "type": "date",
                    "format": "default"
                  },
                  {
                    "name": "unidade_executora",
                    "title": "Unidade Executora",
                    "description": "Código composto do órgão executor (4 dígitos) e número sequencial da unidade executora (3 dígitos) e nome da unidade executora.",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "tipo_empenho",
                    "title": "Tipo de Empenho - Descrição",
                    "description": "Descrição do tipo de empenho: global, estimado, ordinário, extra-orçamentário.\n",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_empenho",
                    "title": "Valor do Empenho",
                    "description": "Valor do orçamento reservado para fazer face a compromisso formalmente assumido com fornecedor ou credor.",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "constraints": {
                      "required": true
                    }
                  }
                ],
                "missingValues": [
                  ""
                ],
                "primaryKey": [
                  "id_empenho"
                ]
              },
              "sources": [
                {
                  "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
                  "table": "dm_empenho_resto"
                }
              ],
              "format": "csv",
              "mediatype": "text/csv",
              "encoding": "utf-8-sig",
              "dialect": {
                "delimiter": ";"
              },
              "profile": "tabular-data-resource",
              "scheme": "file",
              "hashing": "md5",
              "compression": "gz",
              "stats": {
                "hash": "05a21c00950cf661ac2db7c6edf994e6",
                "bytes": 611285,
                "fields": 8,
                "rows": 40965
              }
            },
            "time": 3.353,
            "scope": [
              "hash-count-error",
              "byte-count-error",
              "field-count-error",
              "row-count-error",
              "blank-header",
              "extra-label",
              "missing-label",
              "blank-label",
              "duplicate-label",
              "incorrect-label",
              "blank-row",
              "primary-key-error",
              "foreign-key-error",
              "extra-cell",
              "missing-cell",
              "type-error",
              "constraint-error",
              "unique-error"
            ],
            "partial": false,
            "errors": [],
            "stats": {
              "errors": 0
            },
            "valid": true
          }
        ],
        "stats": {
          "errors": 0,
          "tasks": 1
        },
        "valid": true
      }
    },
    {
      "name": "dm_empenho_resto_2013",
      "title": "Empenho Restos a Pagar 2013",
      "path": "data/dm_empenho_resto_2013.csv.gz",
      "schema": {
        "fields": [
          {
            "name": "id_empenho",
            "title": "Número do Empenho - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "ano_exercicio",
            "title": "Ano de Exercício",
            "type": "year",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "nr_empenho",
            "title": "Número de Empenho",
            "description": "Número de identificação do documento de empenho.",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "dt_empenho",
            "title": "Data de registro do documento de empenho",
            "type": "date",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "dt_original",
            "title": "Data de registro original do documento de Empenho",
            "type": "date",
            "format": "default"
          },
          {
            "name": "unidade_executora",
            "title": "Unidade Executora",
            "description": "Código composto do órgão executor (4 dígitos) e número sequencial da unidade executora (3 dígitos) e nome da unidade executora.",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "tipo_empenho",
            "title": "Tipo de Empenho - Descrição",
            "description": "Descrição do tipo de empenho: global, estimado, ordinário, extra-orçamentário.\n",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "vr_empenho",
            "title": "Valor do Empenho",
            "description": "Valor do orçamento reservado para fazer face a compromisso formalmente assumido com fornecedor ou credor.",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          }
        ],
        "missingValues": [
          ""
        ],
        "primaryKey": [
          "id_empenho"
        ]
      },
      "sources": [
        {
          "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
          "table": "dm_empenho_resto"
        }
      ],
      "format": "csv",
      "mediatype": "text/csv",
      "encoding": "utf-8-sig",
      "dialect": {
        "delimiter": ";",
        "lineTerminator": "\r\n",
        "quoteChar": "\"",
        "doubleQuote": true,
        "skipInitialSpace": false
      },
      "profile": "tabular-data-resource",
      "validation": {
        "version": "4.16.6",
        "time": 4.098,
        "errors": [],
        "tasks": [
          {
            "resource": {
              "name": "dm_empenho_resto_2013",
              "title": "Empenho Restos a Pagar 2013",
              "path": "data/dm_empenho_resto_2013.csv.gz",
              "schema": {
                "fields": [
                  {
                    "name": "id_empenho",
                    "title": "Número do Empenho - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "ano_exercicio",
                    "title": "Ano de Exercício",
                    "type": "year",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "nr_empenho",
                    "title": "Número de Empenho",
                    "description": "Número de identificação do documento de empenho.",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "dt_empenho",
                    "title": "Data de registro do documento de empenho",
                    "type": "date",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "dt_original",
                    "title": "Data de registro original do documento de Empenho",
                    "type": "date",
                    "format": "default"
                  },
                  {
                    "name": "unidade_executora",
                    "title": "Unidade Executora",
                    "description": "Código composto do órgão executor (4 dígitos) e número sequencial da unidade executora (3 dígitos) e nome da unidade executora.",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "tipo_empenho",
                    "title": "Tipo de Empenho - Descrição",
                    "description": "Descrição do tipo de empenho: global, estimado, ordinário, extra-orçamentário.\n",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_empenho",
                    "title": "Valor do Empenho",
                    "description": "Valor do orçamento reservado para fazer face a compromisso formalmente assumido com fornecedor ou credor.",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "constraints": {
                      "required": true
                    }
                  }
                ],
                "missingValues": [
                  ""
                ],
                "primaryKey": [
                  "id_empenho"
                ]
              },
              "sources": [
                {
                  "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
                  "table": "dm_empenho_resto"
                }
              ],
              "format": "csv",
              "mediatype": "text/csv",
              "encoding": "utf-8-sig",
              "dialect": {
                "delimiter": ";"
              },
              "profile": "tabular-data-resource",
              "scheme": "file",
              "hashing": "md5",
              "compression": "gz",
              "stats": {
                "hash": "ef985a353d49fe8cd8a3030ee2d32ee0",
                "bytes": 749944,
                "fields": 8,
                "rows": 51023
              }
            },
            "time": 4.098,
            "scope": [
              "hash-count-error",
              "byte-count-error",
              "field-count-error",
              "row-count-error",
              "blank-header",
              "extra-label",
              "missing-label",
              "blank-label",
              "duplicate-label",
              "incorrect-label",
              "blank-row",
              "primary-key-error",
              "foreign-key-error",
              "extra-cell",
              "missing-cell",
              "type-error",
              "constraint-error",
              "unique-error"
            ],
            "partial": false,
            "errors": [],
            "stats": {
              "errors": 0
            },
            "valid": true
          }
        ],
        "stats": {
          "errors": 0,
          "tasks": 1
        },
        "valid": true
      }
    },
    {
      "name": "dm_empenho_resto_2014",
      "title": "Empenho Restos a Pagar 2014",
      "path": "data/dm_empenho_resto_2014.csv.gz",
      "schema": {
        "fields": [
          {
            "name": "id_empenho",
            "title": "Número do Empenho - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "ano_exercicio",
            "title": "Ano de Exercício",
            "type": "year",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "nr_empenho",
            "title": "Número de Empenho",
            "description": "Número de identificação do documento de empenho.",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "dt_empenho",
            "title": "Data de registro do documento de empenho",
            "type": "date",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "dt_original",
            "title": "Data de registro original do documento de Empenho",
            "type": "date",
            "format": "default"
          },
          {
            "name": "unidade_executora",
            "title": "Unidade Executora",
            "description": "Código composto do órgão executor (4 dígitos) e número sequencial da unidade executora (3 dígitos) e nome da unidade executora.",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "tipo_empenho",
            "title": "Tipo de Empenho - Descrição",
            "description": "Descrição do tipo de empenho: global, estimado, ordinário, extra-orçamentário.\n",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "vr_empenho",
            "title": "Valor do Empenho",
            "description": "Valor do orçamento reservado para fazer face a compromisso formalmente assumido com fornecedor ou credor.",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          }
        ],
        "missingValues": [
          ""
        ],
        "primaryKey": [
          "id_empenho"
        ]
      },
      "sources": [
        {
          "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
          "table": "dm_empenho_resto"
        }
      ],
      "format": "csv",
      "mediatype": "text/csv",
      "encoding": "utf-8-sig",
      "dialect": {
        "delimiter": ";",
        "lineTerminator": "\r\n",
        "quoteChar": "\"",
        "doubleQuote": true,
        "skipInitialSpace": false
      },
      "profile": "tabular-data-resource",
      "validation": {
        "version": "4.16.6",
        "time": 6.209,
        "errors": [],
        "tasks": [
          {
            "resource": {
              "name": "dm_empenho_resto_2014",
              "title": "Empenho Restos a Pagar 2014",
              "path": "data/dm_empenho_resto_2014.csv.gz",
              "schema": {
                "fields": [
                  {
                    "name": "id_empenho",
                    "title": "Número do Empenho - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "ano_exercicio",
                    "title": "Ano de Exercício",
                    "type": "year",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "nr_empenho",
                    "title": "Número de Empenho",
                    "description": "Número de identificação do documento de empenho.",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "dt_empenho",
                    "title": "Data de registro do documento de empenho",
                    "type": "date",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "dt_original",
                    "title": "Data de registro original do documento de Empenho",
                    "type": "date",
                    "format": "default"
                  },
                  {
                    "name": "unidade_executora",
                    "title": "Unidade Executora",
                    "description": "Código composto do órgão executor (4 dígitos) e número sequencial da unidade executora (3 dígitos) e nome da unidade executora.",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "tipo_empenho",
                    "title": "Tipo de Empenho - Descrição",
                    "description": "Descrição do tipo de empenho: global, estimado, ordinário, extra-orçamentário.\n",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_empenho",
                    "title": "Valor do Empenho",
                    "description": "Valor do orçamento reservado para fazer face a compromisso formalmente assumido com fornecedor ou credor.",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "constraints": {
                      "required": true
                    }
                  }
                ],
                "missingValues": [
                  ""
                ],
                "primaryKey": [
                  "id_empenho"
                ]
              },
              "sources": [
                {
                  "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
                  "table": "dm_empenho_resto"
                }
              ],
              "format": "csv",
              "mediatype": "text/csv",
              "encoding": "utf-8-sig",
              "dialect": {
                "delimiter": ";"
              },
              "profile": "tabular-data-resource",
              "scheme": "file",
              "hashing": "md5",
              "compression": "gz",
              "stats": {
                "hash": "09b9bb8dc0558cff0a1380775dcc34e9",
                "bytes": 1069872,
                "fields": 8,
                "rows": 77573
              }
            },
            "time": 6.209,
            "scope": [
              "hash-count-error",
              "byte-count-error",
              "field-count-error",
              "row-count-error",
              "blank-header",
              "extra-label",
              "missing-label",
              "blank-label",
              "duplicate-label",
              "incorrect-label",
              "blank-row",
              "primary-key-error",
              "foreign-key-error",
              "extra-cell",
              "missing-cell",
              "type-error",
              "constraint-error",
              "unique-error"
            ],
            "partial": false,
            "errors": [],
            "stats": {
              "errors": 0
            },
            "valid": true
          }
        ],
        "stats": {
          "errors": 0,
          "tasks": 1
        },
        "valid": true
      }
    },
    {
      "name": "dm_empenho_resto_2015",
      "title": "Empenho Restos a Pagar 2015",
      "path": "data/dm_empenho_resto_2015.csv.gz",
      "schema": {
        "fields": [
          {
            "name": "id_empenho",
            "title": "Número do Empenho - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "ano_exercicio",
            "title": "Ano de Exercício",
            "type": "year",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "nr_empenho",
            "title": "Número de Empenho",
            "description": "Número de identificação do documento de empenho.",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "dt_empenho",
            "title": "Data de registro do documento de empenho",
            "type": "date",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "dt_original",
            "title": "Data de registro original do documento de Empenho",
            "type": "date",
            "format": "default"
          },
          {
            "name": "unidade_executora",
            "title": "Unidade Executora",
            "description": "Código composto do órgão executor (4 dígitos) e número sequencial da unidade executora (3 dígitos) e nome da unidade executora.",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "tipo_empenho",
            "title": "Tipo de Empenho - Descrição",
            "description": "Descrição do tipo de empenho: global, estimado, ordinário, extra-orçamentário.\n",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "vr_empenho",
            "title": "Valor do Empenho",
            "description": "Valor do orçamento reservado para fazer face a compromisso formalmente assumido com fornecedor ou credor.",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          }
        ],
        "missingValues": [
          ""
        ],
        "primaryKey": [
          "id_empenho"
        ]
      },
      "sources": [
        {
          "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
          "table": "dm_empenho_resto"
        }
      ],
      "format": "csv",
      "mediatype": "text/csv",
      "encoding": "utf-8-sig",
      "dialect": {
        "delimiter": ";",
        "lineTerminator": "\r\n",
        "quoteChar": "\"",
        "doubleQuote": true,
        "skipInitialSpace": false
      },
      "profile": "tabular-data-resource",
      "validation": {
        "version": "4.16.6",
        "time": 6.294,
        "errors": [],
        "tasks": [
          {
            "resource": {
              "name": "dm_empenho_resto_2015",
              "title": "Empenho Restos a Pagar 2015",
              "path": "data/dm_empenho_resto_2015.csv.gz",
              "schema": {
                "fields": [
                  {
                    "name": "id_empenho",
                    "title": "Número do Empenho - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "ano_exercicio",
                    "title": "Ano de Exercício",
                    "type": "year",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "nr_empenho",
                    "title": "Número de Empenho",
                    "description": "Número de identificação do documento de empenho.",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "dt_empenho",
                    "title": "Data de registro do documento de empenho",
                    "type": "date",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "dt_original",
                    "title": "Data de registro original do documento de Empenho",
                    "type": "date",
                    "format": "default"
                  },
                  {
                    "name": "unidade_executora",
                    "title": "Unidade Executora",
                    "description": "Código composto do órgão executor (4 dígitos) e número sequencial da unidade executora (3 dígitos) e nome da unidade executora.",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "tipo_empenho",
                    "title": "Tipo de Empenho - Descrição",
                    "description": "Descrição do tipo de empenho: global, estimado, ordinário, extra-orçamentário.\n",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_empenho",
                    "title": "Valor do Empenho",
                    "description": "Valor do orçamento reservado para fazer face a compromisso formalmente assumido com fornecedor ou credor.",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "constraints": {
                      "required": true
                    }
                  }
                ],
                "missingValues": [
                  ""
                ],
                "primaryKey": [
                  "id_empenho"
                ]
              },
              "sources": [
                {
                  "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
                  "table": "dm_empenho_resto"
                }
              ],
              "format": "csv",
              "mediatype": "text/csv",
              "encoding": "utf-8-sig",
              "dialect": {
                "delimiter": ";"
              },
              "profile": "tabular-data-resource",
              "scheme": "file",
              "hashing": "md5",
              "compression": "gz",
              "stats": {
                "hash": "d389506e9c197e527c9c909c94b79243",
                "bytes": 1086975,
                "fields": 8,
                "rows": 82038
              }
            },
            "time": 6.294,
            "scope": [
              "hash-count-error",
              "byte-count-error",
              "field-count-error",
              "row-count-error",
              "blank-header",
              "extra-label",
              "missing-label",
              "blank-label",
              "duplicate-label",
              "incorrect-label",
              "blank-row",
              "primary-key-error",
              "foreign-key-error",
              "extra-cell",
              "missing-cell",
              "type-error",
              "constraint-error",
              "unique-error"
            ],
            "partial": false,
            "errors": [],
            "stats": {
              "errors": 0
            },
            "valid": true
          }
        ],
        "stats": {
          "errors": 0,
          "tasks": 1
        },
        "valid": true
      }
    },
    {
      "name": "dm_empenho_resto_2016",
      "title": "Empenho Restos a Pagar 2016",
      "path": "data/dm_empenho_resto_2016.csv.gz",
      "schema": {
        "fields": [
          {
            "name": "id_empenho",
            "title": "Número do Empenho - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "ano_exercicio",
            "title": "Ano de Exercício",
            "type": "year",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "nr_empenho",
            "title": "Número de Empenho",
            "description": "Número de identificação do documento de empenho.",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "dt_empenho",
            "title": "Data de registro do documento de empenho",
            "type": "date",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "dt_original",
            "title": "Data de registro original do documento de Empenho",
            "type": "date",
            "format": "default"
          },
          {
            "name": "unidade_executora",
            "title": "Unidade Executora",
            "description": "Código composto do órgão executor (4 dígitos) e número sequencial da unidade executora (3 dígitos) e nome da unidade executora.",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "tipo_empenho",
            "title": "Tipo de Empenho - Descrição",
            "description": "Descrição do tipo de empenho: global, estimado, ordinário, extra-orçamentário.\n",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "vr_empenho",
            "title": "Valor do Empenho",
            "description": "Valor do orçamento reservado para fazer face a compromisso formalmente assumido com fornecedor ou credor.",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          }
        ],
        "missingValues": [
          ""
        ],
        "primaryKey": [
          "id_empenho"
        ]
      },
      "sources": [
        {
          "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
          "table": "dm_empenho_resto"
        }
      ],
      "format": "csv",
      "mediatype": "text/csv",
      "encoding": "utf-8-sig",
      "dialect": {
        "delimiter": ";",
        "lineTerminator": "\r\n",
        "quoteChar": "\"",
        "doubleQuote": true,
        "skipInitialSpace": false
      },
      "profile": "tabular-data-resource",
      "validation": {
        "version": "4.16.6",
        "time": 9.152,
        "errors": [],
        "tasks": [
          {
            "resource": {
              "name": "dm_empenho_resto_2016",
              "title": "Empenho Restos a Pagar 2016",
              "path": "data/dm_empenho_resto_2016.csv.gz",
              "schema": {
                "fields": [
                  {
                    "name": "id_empenho",
                    "title": "Número do Empenho - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "ano_exercicio",
                    "title": "Ano de Exercício",
                    "type": "year",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "nr_empenho",
                    "title": "Número de Empenho",
                    "description": "Número de identificação do documento de empenho.",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "dt_empenho",
                    "title": "Data de registro do documento de empenho",
                    "type": "date",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "dt_original",
                    "title": "Data de registro original do documento de Empenho",
                    "type": "date",
                    "format": "default"
                  },
                  {
                    "name": "unidade_executora",
                    "title": "Unidade Executora",
                    "description": "Código composto do órgão executor (4 dígitos) e número sequencial da unidade executora (3 dígitos) e nome da unidade executora.",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "tipo_empenho",
                    "title": "Tipo de Empenho - Descrição",
                    "description": "Descrição do tipo de empenho: global, estimado, ordinário, extra-orçamentário.\n",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_empenho",
                    "title": "Valor do Empenho",
                    "description": "Valor do orçamento reservado para fazer face a compromisso formalmente assumido com fornecedor ou credor.",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "constraints": {
                      "required": true
                    }
                  }
                ],
                "missingValues": [
                  ""
                ],
                "primaryKey": [
                  "id_empenho"
                ]
              },
              "sources": [
                {
                  "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
                  "table": "dm_empenho_resto"
                }
              ],
              "format": "csv",
              "mediatype": "text/csv",
              "encoding": "utf-8-sig",
              "dialect": {
                "delimiter": ";"
              },
              "profile": "tabular-data-resource",
              "scheme": "file",
              "hashing": "md5",
              "compression": "gz",
              "stats": {
                "hash": "456f6fe13ba8f11c7cff845940360d0a",
                "bytes": 1521571,
                "fields": 8,
                "rows": 118481
              }
            },
            "time": 9.152,
            "scope": [
              "hash-count-error",
              "byte-count-error",
              "field-count-error",
              "row-count-error",
              "blank-header",
              "extra-label",
              "missing-label",
              "blank-label",
              "duplicate-label",
              "incorrect-label",
              "blank-row",
              "primary-key-error",
              "foreign-key-error",
              "extra-cell",
              "missing-cell",
              "type-error",
              "constraint-error",
              "unique-error"
            ],
            "partial": false,
            "errors": [],
            "stats": {
              "errors": 0
            },
            "valid": true
          }
        ],
        "stats": {
          "errors": 0,
          "tasks": 1
        },
        "valid": true
      }
    },
    {
      "name": "dm_empenho_resto_2017",
      "title": "Empenho Restos a Pagar 2017",
      "path": "data/dm_empenho_resto_2017.csv.gz",
      "schema": {
        "fields": [
          {
            "name": "id_empenho",
            "title": "Número do Empenho - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "ano_exercicio",
            "title": "Ano de Exercício",
            "type": "year",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "nr_empenho",
            "title": "Número de Empenho",
            "description": "Número de identificação do documento de empenho.",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "dt_empenho",
            "title": "Data de registro do documento de empenho",
            "type": "date",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "dt_original",
            "title": "Data de registro original do documento de Empenho",
            "type": "date",
            "format": "default"
          },
          {
            "name": "unidade_executora",
            "title": "Unidade Executora",
            "description": "Código composto do órgão executor (4 dígitos) e número sequencial da unidade executora (3 dígitos) e nome da unidade executora.",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "tipo_empenho",
            "title": "Tipo de Empenho - Descrição",
            "description": "Descrição do tipo de empenho: global, estimado, ordinário, extra-orçamentário.\n",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "vr_empenho",
            "title": "Valor do Empenho",
            "description": "Valor do orçamento reservado para fazer face a compromisso formalmente assumido com fornecedor ou credor.",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          }
        ],
        "missingValues": [
          ""
        ],
        "primaryKey": [
          "id_empenho"
        ]
      },
      "sources": [
        {
          "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
          "table": "dm_empenho_resto"
        }
      ],
      "format": "csv",
      "mediatype": "text/csv",
      "encoding": "utf-8-sig",
      "dialect": {
        "delimiter": ";",
        "lineTerminator": "\r\n",
        "quoteChar": "\"",
        "doubleQuote": true,
        "skipInitialSpace": false
      },
      "profile": "tabular-data-resource",
      "validation": {
        "version": "4.16.6",
        "time": 14.445,
        "errors": [],
        "tasks": [
          {
            "resource": {
              "name": "dm_empenho_resto_2017",
              "title": "Empenho Restos a Pagar 2017",
              "path": "data/dm_empenho_resto_2017.csv.gz",
              "schema": {
                "fields": [
                  {
                    "name": "id_empenho",
                    "title": "Número do Empenho - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "ano_exercicio",
                    "title": "Ano de Exercício",
                    "type": "year",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "nr_empenho",
                    "title": "Número de Empenho",
                    "description": "Número de identificação do documento de empenho.",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "dt_empenho",
                    "title": "Data de registro do documento de empenho",
                    "type": "date",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "dt_original",
                    "title": "Data de registro original do documento de Empenho",
                    "type": "date",
                    "format": "default"
                  },
                  {
                    "name": "unidade_executora",
                    "title": "Unidade Executora",
                    "description": "Código composto do órgão executor (4 dígitos) e número sequencial da unidade executora (3 dígitos) e nome da unidade executora.",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "tipo_empenho",
                    "title": "Tipo de Empenho - Descrição",
                    "description": "Descrição do tipo de empenho: global, estimado, ordinário, extra-orçamentário.\n",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_empenho",
                    "title": "Valor do Empenho",
                    "description": "Valor do orçamento reservado para fazer face a compromisso formalmente assumido com fornecedor ou credor.",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "constraints": {
                      "required": true
                    }
                  }
                ],
                "missingValues": [
                  ""
                ],
                "primaryKey": [
                  "id_empenho"
                ]
              },
              "sources": [
                {
                  "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
                  "table": "dm_empenho_resto"
                }
              ],
              "format": "csv",
              "mediatype": "text/csv",
              "encoding": "utf-8-sig",
              "dialect": {
                "delimiter": ";"
              },
              "profile": "tabular-data-resource",
              "scheme": "file",
              "hashing": "md5",
              "compression": "gz",
              "stats": {
                "hash": "9724218a285cfe0b5cf011cc19d5be8b",
                "bytes": 2376058,
                "fields": 8,
                "rows": 186255
              }
            },
            "time": 14.445,
            "scope": [
              "hash-count-error",
              "byte-count-error",
              "field-count-error",
              "row-count-error",
              "blank-header",
              "extra-label",
              "missing-label",
              "blank-label",
              "duplicate-label",
              "incorrect-label",
              "blank-row",
              "primary-key-error",
              "foreign-key-error",
              "extra-cell",
              "missing-cell",
              "type-error",
              "constraint-error",
              "unique-error"
            ],
            "partial": false,
            "errors": [],
            "stats": {
              "errors": 0
            },
            "valid": true
          }
        ],
        "stats": {
          "errors": 0,
          "tasks": 1
        },
        "valid": true
      }
    },
    {
      "name": "dm_empenho_resto_2018",
      "title": "Empenho Restos a Pagar 2018",
      "path": "data/dm_empenho_resto_2018.csv.gz",
      "schema": {
        "fields": [
          {
            "name": "id_empenho",
            "title": "Número do Empenho - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "ano_exercicio",
            "title": "Ano de Exercício",
            "type": "year",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "nr_empenho",
            "title": "Número de Empenho",
            "description": "Número de identificação do documento de empenho.",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "dt_empenho",
            "title": "Data de registro do documento de empenho",
            "type": "date",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "dt_original",
            "title": "Data de registro original do documento de Empenho",
            "type": "date",
            "format": "default"
          },
          {
            "name": "unidade_executora",
            "title": "Unidade Executora",
            "description": "Código composto do órgão executor (4 dígitos) e número sequencial da unidade executora (3 dígitos) e nome da unidade executora.",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "tipo_empenho",
            "title": "Tipo de Empenho - Descrição",
            "description": "Descrição do tipo de empenho: global, estimado, ordinário, extra-orçamentário.\n",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "vr_empenho",
            "title": "Valor do Empenho",
            "description": "Valor do orçamento reservado para fazer face a compromisso formalmente assumido com fornecedor ou credor.",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          }
        ],
        "missingValues": [
          ""
        ],
        "primaryKey": [
          "id_empenho"
        ]
      },
      "sources": [
        {
          "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
          "table": "dm_empenho_resto"
        }
      ],
      "format": "csv",
      "mediatype": "text/csv",
      "encoding": "utf-8-sig",
      "dialect": {
        "delimiter": ";",
        "lineTerminator": "\r\n",
        "quoteChar": "\"",
        "doubleQuote": true,
        "skipInitialSpace": false
      },
      "profile": "tabular-data-resource",
      "validation": {
        "version": "4.16.6",
        "time": 19.784,
        "errors": [],
        "tasks": [
          {
            "resource": {
              "name": "dm_empenho_resto_2018",
              "title": "Empenho Restos a Pagar 2018",
              "path": "data/dm_empenho_resto_2018.csv.gz",
              "schema": {
                "fields": [
                  {
                    "name": "id_empenho",
                    "title": "Número do Empenho - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "ano_exercicio",
                    "title": "Ano de Exercício",
                    "type": "year",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "nr_empenho",
                    "title": "Número de Empenho",
                    "description": "Número de identificação do documento de empenho.",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "dt_empenho",
                    "title": "Data de registro do documento de empenho",
                    "type": "date",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "dt_original",
                    "title": "Data de registro original do documento de Empenho",
                    "type": "date",
                    "format": "default"
                  },
                  {
                    "name": "unidade_executora",
                    "title": "Unidade Executora",
                    "description": "Código composto do órgão executor (4 dígitos) e número sequencial da unidade executora (3 dígitos) e nome da unidade executora.",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "tipo_empenho",
                    "title": "Tipo de Empenho - Descrição",
                    "description": "Descrição do tipo de empenho: global, estimado, ordinário, extra-orçamentário.\n",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_empenho",
                    "title": "Valor do Empenho",
                    "description": "Valor do orçamento reservado para fazer face a compromisso formalmente assumido com fornecedor ou credor.",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "constraints": {
                      "required": true
                    }
                  }
                ],
                "missingValues": [
                  ""
                ],
                "primaryKey": [
                  "id_empenho"
                ]
              },
              "sources": [
                {
                  "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
                  "table": "dm_empenho_resto"
                }
              ],
              "format": "csv",
              "mediatype": "text/csv",
              "encoding": "utf-8-sig",
              "dialect": {
                "delimiter": ";"
              },
              "profile": "tabular-data-resource",
              "scheme": "file",
              "hashing": "md5",
              "compression": "gz",
              "stats": {
                "hash": "4d907f332100a3ef82c12b70f43357a9",
                "bytes": 3187739,
                "fields": 8,
                "rows": 256370
              }
            },
            "time": 19.784,
            "scope": [
              "hash-count-error",
              "byte-count-error",
              "field-count-error",
              "row-count-error",
              "blank-header",
              "extra-label",
              "missing-label",
              "blank-label",
              "duplicate-label",
              "incorrect-label",
              "blank-row",
              "primary-key-error",
              "foreign-key-error",
              "extra-cell",
              "missing-cell",
              "type-error",
              "constraint-error",
              "unique-error"
            ],
            "partial": false,
            "errors": [],
            "stats": {
              "errors": 0
            },
            "valid": true
          }
        ],
        "stats": {
          "errors": 0,
          "tasks": 1
        },
        "valid": true
      }
    },
    {
      "name": "dm_empenho_resto_2019",
      "title": "Empenho Restos a Pagar 2019",
      "path": "data/dm_empenho_resto_2019.csv.gz",
      "schema": {
        "fields": [
          {
            "name": "id_empenho",
            "title": "Número do Empenho - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "ano_exercicio",
            "title": "Ano de Exercício",
            "type": "year",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "nr_empenho",
            "title": "Número de Empenho",
            "description": "Número de identificação do documento de empenho.",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "dt_empenho",
            "title": "Data de registro do documento de empenho",
            "type": "date",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "dt_original",
            "title": "Data de registro original do documento de Empenho",
            "type": "date",
            "format": "default"
          },
          {
            "name": "unidade_executora",
            "title": "Unidade Executora",
            "description": "Código composto do órgão executor (4 dígitos) e número sequencial da unidade executora (3 dígitos) e nome da unidade executora.",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "tipo_empenho",
            "title": "Tipo de Empenho - Descrição",
            "description": "Descrição do tipo de empenho: global, estimado, ordinário, extra-orçamentário.\n",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "vr_empenho",
            "title": "Valor do Empenho",
            "description": "Valor do orçamento reservado para fazer face a compromisso formalmente assumido com fornecedor ou credor.",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          }
        ],
        "missingValues": [
          ""
        ],
        "primaryKey": [
          "id_empenho"
        ]
      },
      "sources": [
        {
          "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
          "table": "dm_empenho_resto"
        }
      ],
      "format": "csv",
      "mediatype": "text/csv",
      "encoding": "utf-8-sig",
      "dialect": {
        "delimiter": ";",
        "lineTerminator": "\r\n",
        "quoteChar": "\"",
        "doubleQuote": true,
        "skipInitialSpace": false
      },
      "profile": "tabular-data-resource",
      "validation": {
        "version": "4.16.6",
        "time": 17.015,
        "errors": [],
        "tasks": [
          {
            "resource": {
              "name": "dm_empenho_resto_2019",
              "title": "Empenho Restos a Pagar 2019",
              "path": "data/dm_empenho_resto_2019.csv.gz",
              "schema": {
                "fields": [
                  {
                    "name": "id_empenho",
                    "title": "Número do Empenho - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "ano_exercicio",
                    "title": "Ano de Exercício",
                    "type": "year",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "nr_empenho",
                    "title": "Número de Empenho",
                    "description": "Número de identificação do documento de empenho.",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "dt_empenho",
                    "title": "Data de registro do documento de empenho",
                    "type": "date",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "dt_original",
                    "title": "Data de registro original do documento de Empenho",
                    "type": "date",
                    "format": "default"
                  },
                  {
                    "name": "unidade_executora",
                    "title": "Unidade Executora",
                    "description": "Código composto do órgão executor (4 dígitos) e número sequencial da unidade executora (3 dígitos) e nome da unidade executora.",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "tipo_empenho",
                    "title": "Tipo de Empenho - Descrição",
                    "description": "Descrição do tipo de empenho: global, estimado, ordinário, extra-orçamentário.\n",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_empenho",
                    "title": "Valor do Empenho",
                    "description": "Valor do orçamento reservado para fazer face a compromisso formalmente assumido com fornecedor ou credor.",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "constraints": {
                      "required": true
                    }
                  }
                ],
                "missingValues": [
                  ""
                ],
                "primaryKey": [
                  "id_empenho"
                ]
              },
              "sources": [
                {
                  "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
                  "table": "dm_empenho_resto"
                }
              ],
              "format": "csv",
              "mediatype": "text/csv",
              "encoding": "utf-8-sig",
              "dialect": {
                "delimiter": ";"
              },
              "profile": "tabular-data-resource",
              "scheme": "file",
              "hashing": "md5",
              "compression": "gz",
              "stats": {
                "hash": "55043764909664f93a48c1f3da78d33b",
                "bytes": 2745894,
                "fields": 8,
                "rows": 217062
              }
            },
            "time": 17.015,
            "scope": [
              "hash-count-error",
              "byte-count-error",
              "field-count-error",
              "row-count-error",
              "blank-header",
              "extra-label",
              "missing-label",
              "blank-label",
              "duplicate-label",
              "incorrect-label",
              "blank-row",
              "primary-key-error",
              "foreign-key-error",
              "extra-cell",
              "missing-cell",
              "type-error",
              "constraint-error",
              "unique-error"
            ],
            "partial": false,
            "errors": [],
            "stats": {
              "errors": 0
            },
            "valid": true
          }
        ],
        "stats": {
          "errors": 0,
          "tasks": 1
        },
        "valid": true
      }
    },
    {
      "name": "dm_empenho_resto_2020",
      "title": "Empenho Restos a Pagar 2020",
      "path": "data/dm_empenho_resto_2020.csv.gz",
      "schema": {
        "fields": [
          {
            "name": "id_empenho",
            "title": "Número do Empenho - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "ano_exercicio",
            "title": "Ano de Exercício",
            "type": "year",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "nr_empenho",
            "title": "Número de Empenho",
            "description": "Número de identificação do documento de empenho.",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "dt_empenho",
            "title": "Data de registro do documento de empenho",
            "type": "date",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "dt_original",
            "title": "Data de registro original do documento de Empenho",
            "type": "date",
            "format": "default"
          },
          {
            "name": "unidade_executora",
            "title": "Unidade Executora",
            "description": "Código composto do órgão executor (4 dígitos) e número sequencial da unidade executora (3 dígitos) e nome da unidade executora.",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "tipo_empenho",
            "title": "Tipo de Empenho - Descrição",
            "description": "Descrição do tipo de empenho: global, estimado, ordinário, extra-orçamentário.\n",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "vr_empenho",
            "title": "Valor do Empenho",
            "description": "Valor do orçamento reservado para fazer face a compromisso formalmente assumido com fornecedor ou credor.",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          }
        ],
        "missingValues": [
          ""
        ],
        "primaryKey": [
          "id_empenho"
        ]
      },
      "sources": [
        {
          "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
          "table": "dm_empenho_resto"
        }
      ],
      "format": "csv",
      "mediatype": "text/csv",
      "encoding": "utf-8-sig",
      "dialect": {
        "delimiter": ";",
        "lineTerminator": "\r\n",
        "quoteChar": "\"",
        "doubleQuote": true,
        "skipInitialSpace": false
      },
      "profile": "tabular-data-resource",
      "validation": {
        "version": "4.16.6",
        "time": 17.622,
        "errors": [],
        "tasks": [
          {
            "resource": {
              "name": "dm_empenho_resto_2020",
              "title": "Empenho Restos a Pagar 2020",
              "path": "data/dm_empenho_resto_2020.csv.gz",
              "schema": {
                "fields": [
                  {
                    "name": "id_empenho",
                    "title": "Número do Empenho - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "ano_exercicio",
                    "title": "Ano de Exercício",
                    "type": "year",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "nr_empenho",
                    "title": "Número de Empenho",
                    "description": "Número de identificação do documento de empenho.",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "dt_empenho",
                    "title": "Data de registro do documento de empenho",
                    "type": "date",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "dt_original",
                    "title": "Data de registro original do documento de Empenho",
                    "type": "date",
                    "format": "default"
                  },
                  {
                    "name": "unidade_executora",
                    "title": "Unidade Executora",
                    "description": "Código composto do órgão executor (4 dígitos) e número sequencial da unidade executora (3 dígitos) e nome da unidade executora.",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "tipo_empenho",
                    "title": "Tipo de Empenho - Descrição",
                    "description": "Descrição do tipo de empenho: global, estimado, ordinário, extra-orçamentário.\n",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_empenho",
                    "title": "Valor do Empenho",
                    "description": "Valor do orçamento reservado para fazer face a compromisso formalmente assumido com fornecedor ou credor.",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "constraints": {
                      "required": true
                    }
                  }
                ],
                "missingValues": [
                  ""
                ],
                "primaryKey": [
                  "id_empenho"
                ]
              },
              "sources": [
                {
                  "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
                  "table": "dm_empenho_resto"
                }
              ],
              "format": "csv",
              "mediatype": "text/csv",
              "encoding": "utf-8-sig",
              "dialect": {
                "delimiter": ";"
              },
              "profile": "tabular-data-resource",
              "scheme": "file",
              "hashing": "md5",
              "compression": "gz",
              "stats": {
                "hash": "2f7fbc7140007cf17a0f59742d21c9d9",
                "bytes": 2803942,
                "fields": 8,
                "rows": 227715
              }
            },
            "time": 17.622,
            "scope": [
              "hash-count-error",
              "byte-count-error",
              "field-count-error",
              "row-count-error",
              "blank-header",
              "extra-label",
              "missing-label",
              "blank-label",
              "duplicate-label",
              "incorrect-label",
              "blank-row",
              "primary-key-error",
              "foreign-key-error",
              "extra-cell",
              "missing-cell",
              "type-error",
              "constraint-error",
              "unique-error"
            ],
            "partial": false,
            "errors": [],
            "stats": {
              "errors": 0
            },
            "valid": true
          }
        ],
        "stats": {
          "errors": 0,
          "tasks": 1
        },
        "valid": true
      }
    },
    {
      "name": "dm_empenho_resto_2021",
      "title": "Empenho Restos a Pagar 2021",
      "path": "data/dm_empenho_resto_2021.csv.gz",
      "schema": {
        "fields": [
          {
            "name": "id_empenho",
            "title": "Número do Empenho - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "ano_exercicio",
            "title": "Ano de Exercício",
            "type": "year",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "nr_empenho",
            "title": "Número de Empenho",
            "description": "Número de identificação do documento de empenho.",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "dt_empenho",
            "title": "Data de registro do documento de empenho",
            "type": "date",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "dt_original",
            "title": "Data de registro original do documento de Empenho",
            "type": "date",
            "format": "default"
          },
          {
            "name": "unidade_executora",
            "title": "Unidade Executora",
            "description": "Código composto do órgão executor (4 dígitos) e número sequencial da unidade executora (3 dígitos) e nome da unidade executora.",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "tipo_empenho",
            "title": "Tipo de Empenho - Descrição",
            "description": "Descrição do tipo de empenho: global, estimado, ordinário, extra-orçamentário.\n",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "vr_empenho",
            "title": "Valor do Empenho",
            "description": "Valor do orçamento reservado para fazer face a compromisso formalmente assumido com fornecedor ou credor.",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          }
        ],
        "missingValues": [
          ""
        ],
        "primaryKey": [
          "id_empenho"
        ]
      },
      "sources": [
        {
          "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
          "table": "dm_empenho_resto"
        }
      ],
      "format": "csv",
      "mediatype": "text/csv",
      "encoding": "utf-8-sig",
      "dialect": {
        "delimiter": ";",
        "lineTerminator": "\r\n",
        "quoteChar": "\"",
        "doubleQuote": true,
        "skipInitialSpace": false
      },
      "profile": "tabular-data-resource",
      "validation": {
        "version": "4.16.6",
        "time": 19.395,
        "errors": [],
        "tasks": [
          {
            "resource": {
              "name": "dm_empenho_resto_2021",
              "title": "Empenho Restos a Pagar 2021",
              "path": "data/dm_empenho_resto_2021.csv.gz",
              "schema": {
                "fields": [
                  {
                    "name": "id_empenho",
                    "title": "Número do Empenho - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "ano_exercicio",
                    "title": "Ano de Exercício",
                    "type": "year",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "nr_empenho",
                    "title": "Número de Empenho",
                    "description": "Número de identificação do documento de empenho.",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "dt_empenho",
                    "title": "Data de registro do documento de empenho",
                    "type": "date",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "dt_original",
                    "title": "Data de registro original do documento de Empenho",
                    "type": "date",
                    "format": "default"
                  },
                  {
                    "name": "unidade_executora",
                    "title": "Unidade Executora",
                    "description": "Código composto do órgão executor (4 dígitos) e número sequencial da unidade executora (3 dígitos) e nome da unidade executora.",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "tipo_empenho",
                    "title": "Tipo de Empenho - Descrição",
                    "description": "Descrição do tipo de empenho: global, estimado, ordinário, extra-orçamentário.\n",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_empenho",
                    "title": "Valor do Empenho",
                    "description": "Valor do orçamento reservado para fazer face a compromisso formalmente assumido com fornecedor ou credor.",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "constraints": {
                      "required": true
                    }
                  }
                ],
                "missingValues": [
                  ""
                ],
                "primaryKey": [
                  "id_empenho"
                ]
              },
              "sources": [
                {
                  "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
                  "table": "dm_empenho_resto"
                }
              ],
              "format": "csv",
              "mediatype": "text/csv",
              "encoding": "utf-8-sig",
              "dialect": {
                "delimiter": ";"
              },
              "profile": "tabular-data-resource",
              "scheme": "file",
              "hashing": "md5",
              "compression": "gz",
              "stats": {
                "hash": "5c0e49733507c733c5be564e325caac8",
                "bytes": 2579124,
                "fields": 8,
                "rows": 252932
              }
            },
            "time": 19.395,
            "scope": [
              "hash-count-error",
              "byte-count-error",
              "field-count-error",
              "row-count-error",
              "blank-header",
              "extra-label",
              "missing-label",
              "blank-label",
              "duplicate-label",
              "incorrect-label",
              "blank-row",
              "primary-key-error",
              "foreign-key-error",
              "extra-cell",
              "missing-cell",
              "type-error",
              "constraint-error",
              "unique-error"
            ],
            "partial": false,
            "errors": [],
            "stats": {
              "errors": 0
            },
            "valid": true
          }
        ],
        "stats": {
          "errors": 0,
          "tasks": 1
        },
        "valid": true
      }
    },
    {
      "name": "dm_empenho_resto_2022",
      "title": "Empenho Restos a Pagar 2022",
      "path": "data/dm_empenho_resto_2022.csv.gz",
      "schema": {
        "fields": [
          {
            "name": "id_empenho",
            "title": "Número do Empenho - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "ano_exercicio",
            "title": "Ano de Exercício",
            "type": "year",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "nr_empenho",
            "title": "Número de Empenho",
            "description": "Número de identificação do documento de empenho.",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "dt_empenho",
            "title": "Data de registro do documento de empenho",
            "type": "date",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "dt_original",
            "title": "Data de registro original do documento de Empenho",
            "type": "date",
            "format": "default"
          },
          {
            "name": "unidade_executora",
            "title": "Unidade Executora",
            "description": "Código composto do órgão executor (4 dígitos) e número sequencial da unidade executora (3 dígitos) e nome da unidade executora.",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "tipo_empenho",
            "title": "Tipo de Empenho - Descrição",
            "description": "Descrição do tipo de empenho: global, estimado, ordinário, extra-orçamentário.\n",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "vr_empenho",
            "title": "Valor do Empenho",
            "description": "Valor do orçamento reservado para fazer face a compromisso formalmente assumido com fornecedor ou credor.",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          }
        ],
        "missingValues": [
          ""
        ],
        "primaryKey": [
          "id_empenho"
        ]
      },
      "sources": [
        {
          "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
          "table": "dm_empenho_resto"
        }
      ],
      "format": "csv",
      "mediatype": "text/csv",
      "encoding": "utf-8-sig",
      "dialect": {
        "delimiter": ";",
        "lineTerminator": "\r\n",
        "quoteChar": "\"",
        "doubleQuote": true,
        "skipInitialSpace": false
      },
      "profile": "tabular-data-resource",
      "validation": {
        "version": "4.16.6",
        "time": 17.227,
        "errors": [],
        "tasks": [
          {
            "resource": {
              "name": "dm_empenho_resto_2022",
              "title": "Empenho Restos a Pagar 2022",
              "path": "data/dm_empenho_resto_2022.csv.gz",
              "schema": {
                "fields": [
                  {
                    "name": "id_empenho",
                    "title": "Número do Empenho - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "ano_exercicio",
                    "title": "Ano de Exercício",
                    "type": "year",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "nr_empenho",
                    "title": "Número de Empenho",
                    "description": "Número de identificação do documento de empenho.",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "dt_empenho",
                    "title": "Data de registro do documento de empenho",
                    "type": "date",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "dt_original",
                    "title": "Data de registro original do documento de Empenho",
                    "type": "date",
                    "format": "default"
                  },
                  {
                    "name": "unidade_executora",
                    "title": "Unidade Executora",
                    "description": "Código composto do órgão executor (4 dígitos) e número sequencial da unidade executora (3 dígitos) e nome da unidade executora.",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "tipo_empenho",
                    "title": "Tipo de Empenho - Descrição",
                    "description": "Descrição do tipo de empenho: global, estimado, ordinário, extra-orçamentário.\n",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_empenho",
                    "title": "Valor do Empenho",
                    "description": "Valor do orçamento reservado para fazer face a compromisso formalmente assumido com fornecedor ou credor.",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "constraints": {
                      "required": true
                    }
                  }
                ],
                "missingValues": [
                  ""
                ],
                "primaryKey": [
                  "id_empenho"
                ]
              },
              "sources": [
                {
                  "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
                  "table": "dm_empenho_resto"
                }
              ],
              "format": "csv",
              "mediatype": "text/csv",
              "encoding": "utf-8-sig",
              "dialect": {
                "delimiter": ";"
              },
              "profile": "tabular-data-resource",
              "scheme": "file",
              "hashing": "md5",
              "compression": "gz",
              "stats": {
                "hash": "bd70d308362b1463f28fadaa29868407",
                "bytes": 2578171,
                "fields": 8,
                "rows": 223830
              }
            },
            "time": 17.227,
            "scope": [
              "hash-count-error",
              "byte-count-error",
              "field-count-error",
              "row-count-error",
              "blank-header",
              "extra-label",
              "missing-label",
              "blank-label",
              "duplicate-label",
              "incorrect-label",
              "blank-row",
              "primary-key-error",
              "foreign-key-error",
              "extra-cell",
              "missing-cell",
              "type-error",
              "constraint-error",
              "unique-error"
            ],
            "partial": false,
            "errors": [],
            "stats": {
              "errors": 0
            },
            "valid": true
          }
        ],
        "stats": {
          "errors": 0,
          "tasks": 1
        },
        "valid": true
      }
    },
    {
      "name": "dm_empenho_resto_2023",
      "title": "Empenho Restos a Pagar 2023",
      "path": "data/dm_empenho_resto_2023.csv.gz",
      "schema": {
        "fields": [
          {
            "name": "id_empenho",
            "title": "Número do Empenho - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "ano_exercicio",
            "title": "Ano de Exercício",
            "type": "year",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "nr_empenho",
            "title": "Número de Empenho",
            "description": "Número de identificação do documento de empenho.",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "dt_empenho",
            "title": "Data de registro do documento de empenho",
            "type": "date",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "dt_original",
            "title": "Data de registro original do documento de Empenho",
            "type": "date",
            "format": "default"
          },
          {
            "name": "unidade_executora",
            "title": "Unidade Executora",
            "description": "Código composto do órgão executor (4 dígitos) e número sequencial da unidade executora (3 dígitos) e nome da unidade executora.",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "tipo_empenho",
            "title": "Tipo de Empenho - Descrição",
            "description": "Descrição do tipo de empenho: global, estimado, ordinário, extra-orçamentário.\n",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "vr_empenho",
            "title": "Valor do Empenho",
            "description": "Valor do orçamento reservado para fazer face a compromisso formalmente assumido com fornecedor ou credor.",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          }
        ],
        "missingValues": [
          ""
        ],
        "primaryKey": [
          "id_empenho"
        ]
      },
      "sources": [
        {
          "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
          "table": "dm_empenho_resto"
        }
      ],
      "format": "csv",
      "mediatype": "text/csv",
      "encoding": "utf-8-sig",
      "dialect": {
        "delimiter": ";",
        "lineTerminator": "\r\n",
        "quoteChar": "\"",
        "doubleQuote": true,
        "skipInitialSpace": false
      },
      "profile": "tabular-data-resource",
      "validation": {
        "version": "4.16.6",
        "time": 16.956,
        "errors": [],
        "tasks": [
          {
            "resource": {
              "name": "dm_empenho_resto_2023",
              "title": "Empenho Restos a Pagar 2023",
              "path": "data/dm_empenho_resto_2023.csv.gz",
              "schema": {
                "fields": [
                  {
                    "name": "id_empenho",
                    "title": "Número do Empenho - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "ano_exercicio",
                    "title": "Ano de Exercício",
                    "type": "year",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "nr_empenho",
                    "title": "Número de Empenho",
                    "description": "Número de identificação do documento de empenho.",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "dt_empenho",
                    "title": "Data de registro do documento de empenho",
                    "type": "date",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "dt_original",
                    "title": "Data de registro original do documento de Empenho",
                    "type": "date",
                    "format": "default"
                  },
                  {
                    "name": "unidade_executora",
                    "title": "Unidade Executora",
                    "description": "Código composto do órgão executor (4 dígitos) e número sequencial da unidade executora (3 dígitos) e nome da unidade executora.",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "tipo_empenho",
                    "title": "Tipo de Empenho - Descrição",
                    "description": "Descrição do tipo de empenho: global, estimado, ordinário, extra-orçamentário.\n",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_empenho",
                    "title": "Valor do Empenho",
                    "description": "Valor do orçamento reservado para fazer face a compromisso formalmente assumido com fornecedor ou credor.",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "constraints": {
                      "required": true
                    }
                  }
                ],
                "missingValues": [
                  ""
                ],
                "primaryKey": [
                  "id_empenho"
                ]
              },
              "sources": [
                {
                  "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
                  "table": "dm_empenho_resto"
                }
              ],
              "format": "csv",
              "mediatype": "text/csv",
              "encoding": "utf-8-sig",
              "dialect": {
                "delimiter": ";"
              },
              "profile": "tabular-data-resource",
              "scheme": "file",
              "hashing": "md5",
              "compression": "gz",
              "stats": {
                "hash": "f7a223ad37b14b3230e62c4d17618005",
                "bytes": 2529754,
                "fields": 8,
                "rows": 219205
              }
            },
            "time": 16.956,
            "scope": [
              "hash-count-error",
              "byte-count-error",
              "field-count-error",
              "row-count-error",
              "blank-header",
              "extra-label",
              "missing-label",
              "blank-label",
              "duplicate-label",
              "incorrect-label",
              "blank-row",
              "primary-key-error",
              "foreign-key-error",
              "extra-cell",
              "missing-cell",
              "type-error",
              "constraint-error",
              "unique-error"
            ],
            "partial": false,
            "errors": [],
            "stats": {
              "errors": 0
            },
            "valid": true
          }
        ],
        "stats": {
          "errors": 0,
          "tasks": 1
        },
        "valid": true
      }
    },
    {
      "name": "dm_empenho_resto_2024",
      "title": "Empenho Restos a Pagar 2024",
      "path": "data/dm_empenho_resto_2024.csv.gz",
      "schema": {
        "fields": [
          {
            "name": "id_empenho",
            "title": "Número do Empenho - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "ano_exercicio",
            "title": "Ano de Exercício",
            "type": "year",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "nr_empenho",
            "title": "Número de Empenho",
            "description": "Número de identificação do documento de empenho.",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "dt_empenho",
            "title": "Data de registro do documento de empenho",
            "type": "date",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "dt_original",
            "title": "Data de registro original do documento de Empenho",
            "type": "date",
            "format": "default"
          },
          {
            "name": "unidade_executora",
            "title": "Unidade Executora",
            "description": "Código composto do órgão executor (4 dígitos) e número sequencial da unidade executora (3 dígitos) e nome da unidade executora.",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "tipo_empenho",
            "title": "Tipo de Empenho - Descrição",
            "description": "Descrição do tipo de empenho: global, estimado, ordinário, extra-orçamentário.\n",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "vr_empenho",
            "title": "Valor do Empenho",
            "description": "Valor do orçamento reservado para fazer face a compromisso formalmente assumido com fornecedor ou credor.",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          }
        ],
        "missingValues": [
          ""
        ],
        "primaryKey": [
          "id_empenho"
        ]
      },
      "sources": [
        {
          "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
          "table": "dm_empenho_resto"
        }
      ],
      "format": "csv",
      "mediatype": "text/csv",
      "encoding": "utf-8-sig",
      "dialect": {
        "delimiter": ";",
        "lineTerminator": "\r\n",
        "quoteChar": "\"",
        "doubleQuote": true,
        "skipInitialSpace": false
      },
      "profile": "tabular-data-resource",
      "validation": {
        "version": "4.16.6",
        "time": 16.035,
        "errors": [],
        "tasks": [
          {
            "resource": {
              "name": "dm_empenho_resto_2024",
              "title": "Empenho Restos a Pagar 2024",
              "path": "data/dm_empenho_resto_2024.csv.gz",
              "schema": {
                "fields": [
                  {
                    "name": "id_empenho",
                    "title": "Número do Empenho - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "ano_exercicio",
                    "title": "Ano de Exercício",
                    "type": "year",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "nr_empenho",
                    "title": "Número de Empenho",
                    "description": "Número de identificação do documento de empenho.",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "dt_empenho",
                    "title": "Data de registro do documento de empenho",
                    "type": "date",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "dt_original",
                    "title": "Data de registro original do documento de Empenho",
                    "type": "date",
                    "format": "default"
                  },
                  {
                    "name": "unidade_executora",
                    "title": "Unidade Executora",
                    "description": "Código composto do órgão executor (4 dígitos) e número sequencial da unidade executora (3 dígitos) e nome da unidade executora.",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "tipo_empenho",
                    "title": "Tipo de Empenho - Descrição",
                    "description": "Descrição do tipo de empenho: global, estimado, ordinário, extra-orçamentário.\n",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_empenho",
                    "title": "Valor do Empenho",
                    "description": "Valor do orçamento reservado para fazer face a compromisso formalmente assumido com fornecedor ou credor.",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "constraints": {
                      "required": true
                    }
                  }
                ],
                "missingValues": [
                  ""
                ],
                "primaryKey": [
                  "id_empenho"
                ]
              },
              "sources": [
                {
                  "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
                  "table": "dm_empenho_resto"
                }
              ],
              "format": "csv",
              "mediatype": "text/csv",
              "encoding": "utf-8-sig",
              "dialect": {
                "delimiter": ";"
              },
              "profile": "tabular-data-resource",
              "scheme": "file",
              "hashing": "md5",
              "compression": "gz",
              "stats": {
                "hash": "a2a50133b8daf9ecee0c946b3c8165a9",
                "bytes": 2430505,
                "fields": 8,
                "rows": 206332
              }
            },
            "time": 16.035,
            "scope": [
              "hash-count-error",
              "byte-count-error",
              "field-count-error",
              "row-count-error",
              "blank-header",
              "extra-label",
              "missing-label",
              "blank-label",
              "duplicate-label",
              "incorrect-label",
              "blank-row",
              "primary-key-error",
              "foreign-key-error",
              "extra-cell",
              "missing-cell",
              "type-error",
              "constraint-error",
              "unique-error"
            ],
            "partial": false,
            "errors": [],
            "stats": {
              "errors": 0
            },
            "valid": true
          }
        ],
        "stats": {
          "errors": 0,
          "tasks": 1
        },
        "valid": true
      }
    },
    {
      "name": "dm_empenho_resto_2025",
      "title": "Empenho Restos a Pagar 2025",
      "path": "data/dm_empenho_resto_2025.csv.gz",
      "schema": {
        "fields": [
          {
            "name": "id_empenho",
            "title": "Número do Empenho - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "ano_exercicio",
            "title": "Ano de Exercício",
            "type": "year",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "nr_empenho",
            "title": "Número de Empenho",
            "description": "Número de identificação do documento de empenho.",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "dt_empenho",
            "title": "Data de registro do documento de empenho",
            "type": "date",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "dt_original",
            "title": "Data de registro original do documento de Empenho",
            "type": "date",
            "format": "default"
          },
          {
            "name": "unidade_executora",
            "title": "Unidade Executora",
            "description": "Código composto do órgão executor (4 dígitos) e número sequencial da unidade executora (3 dígitos) e nome da unidade executora.",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "tipo_empenho",
            "title": "Tipo de Empenho - Descrição",
            "description": "Descrição do tipo de empenho: global, estimado, ordinário, extra-orçamentário.\n",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "vr_empenho",
            "title": "Valor do Empenho",
            "description": "Valor do orçamento reservado para fazer face a compromisso formalmente assumido com fornecedor ou credor.",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          }
        ],
        "missingValues": [
          ""
        ],
        "primaryKey": [
          "id_empenho"
        ]
      },
      "sources": [
        {
          "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
          "table": "dm_empenho_resto"
        }
      ],
      "format": "csv",
      "mediatype": "text/csv",
      "encoding": "utf-8-sig",
      "dialect": {
        "delimiter": ";",
        "lineTerminator": "\r\n",
        "quoteChar": "\"",
        "doubleQuote": true,
        "skipInitialSpace": false
      },
      "profile": "tabular-data-resource",
      "validation": {
        "version": "4.16.6",
        "time": 13.386,
        "errors": [],
        "tasks": [
          {
            "resource": {
              "name": "dm_empenho_resto_2025",
              "title": "Empenho Restos a Pagar 2025",
              "path": "data/dm_empenho_resto_2025.csv.gz",
              "schema": {
                "fields": [
                  {
                    "name": "id_empenho",
                    "title": "Número do Empenho - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "ano_exercicio",
                    "title": "Ano de Exercício",
                    "type": "year",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "nr_empenho",
                    "title": "Número de Empenho",
                    "description": "Número de identificação do documento de empenho.",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "dt_empenho",
                    "title": "Data de registro do documento de empenho",
                    "type": "date",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "dt_original",
                    "title": "Data de registro original do documento de Empenho",
                    "type": "date",
                    "format": "default"
                  },
                  {
                    "name": "unidade_executora",
                    "title": "Unidade Executora",
                    "description": "Código composto do órgão executor (4 dígitos) e número sequencial da unidade executora (3 dígitos) e nome da unidade executora.",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "tipo_empenho",
                    "title": "Tipo de Empenho - Descrição",
                    "description": "Descrição do tipo de empenho: global, estimado, ordinário, extra-orçamentário.\n",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_empenho",
                    "title": "Valor do Empenho",
                    "description": "Valor do orçamento reservado para fazer face a compromisso formalmente assumido com fornecedor ou credor.",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "constraints": {
                      "required": true
                    }
                  }
                ],
                "missingValues": [
                  ""
                ],
                "primaryKey": [
                  "id_empenho"
                ]
              },
              "sources": [
                {
                  "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
                  "table": "dm_empenho_resto"
                }
              ],
              "format": "csv",
              "mediatype": "text/csv",
              "encoding": "utf-8-sig",
              "dialect": {
                "delimiter": ";"
              },
              "profile": "tabular-data-resource",
              "scheme": "file",
              "hashing": "md5",
              "compression": "gz",
              "stats": {
                "hash": "ee561a378a484bcdc9aa7e7512b43b22",
                "bytes": 2057538,
                "fields": 8,
                "rows": 171366
              }
            },
            "time": 13.386,
            "scope": [
              "hash-count-error",
              "byte-count-error",
              "field-count-error",
              "row-count-error",
              "blank-header",
              "extra-label",
              "missing-label",
              "blank-label",
              "duplicate-label",
              "incorrect-label",
              "blank-row",
              "primary-key-error",
              "foreign-key-error",
              "extra-cell",
              "missing-cell",
              "type-error",
              "constraint-error",
              "unique-error"
            ],
            "partial": false,
            "errors": [],
            "stats": {
              "errors": 0
            },
            "valid": true
          }
        ],
        "stats": {
          "errors": 0,
          "tasks": 1
        },
        "valid": true
      }
    },
    {
      "name": "dm_empenho_resto_2026",
      "title": "Empenho Restos a Pagar 2026",
      "path": "data/dm_empenho_resto_2026.csv.gz",
      "schema": {
        "fields": [
          {
            "name": "id_empenho",
            "title": "Número do Empenho - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "ano_exercicio",
            "title": "Ano de Exercício",
            "type": "year",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "nr_empenho",
            "title": "Número de Empenho",
            "description": "Número de identificação do documento de empenho.",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "dt_empenho",
            "title": "Data de registro do documento de empenho",
            "type": "date",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "dt_original",
            "title": "Data de registro original do documento de Empenho",
            "type": "date",
            "format": "default"
          },
          {
            "name": "unidade_executora",
            "title": "Unidade Executora",
            "description": "Código composto do órgão executor (4 dígitos) e número sequencial da unidade executora (3 dígitos) e nome da unidade executora.",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "tipo_empenho",
            "title": "Tipo de Empenho - Descrição",
            "description": "Descrição do tipo de empenho: global, estimado, ordinário, extra-orçamentário.\n",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "vr_empenho",
            "title": "Valor do Empenho",
            "description": "Valor do orçamento reservado para fazer face a compromisso formalmente assumido com fornecedor ou credor.",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          }
        ],
        "missingValues": [
          ""
        ],
        "primaryKey": [
          "id_empenho"
        ]
      },
      "sources": [
        {
          "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
          "table": "dm_empenho_resto"
        }
      ],
      "format": "csv",
      "mediatype": "text/csv",
      "encoding": "utf-8-sig",
      "dialect": {
        "delimiter": ";",
        "lineTerminator": "\r\n",
        "quoteChar": "\"",
        "doubleQuote": true,
        "skipInitialSpace": false
      },
      "profile": "tabular-data-resource",
      "validation": {
        "version": "4.16.6",
        "time": 12.704,
        "errors": [],
        "tasks": [
          {
            "resource": {
              "name": "dm_empenho_resto_2026",
              "title": "Empenho Restos a Pagar 2026",
              "path": "data/dm_empenho_resto_2026.csv.gz",
              "schema": {
                "fields": [
                  {
                    "name": "id_empenho",
                    "title": "Número do Empenho - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "ano_exercicio",
                    "title": "Ano de Exercício",
                    "type": "year",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "nr_empenho",
                    "title": "Número de Empenho",
                    "description": "Número de identificação do documento de empenho.",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "dt_empenho",
                    "title": "Data de registro do documento de empenho",
                    "type": "date",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "dt_original",
                    "title": "Data de registro original do documento de Empenho",
                    "type": "date",
                    "format": "default"
                  },
                  {
                    "name": "unidade_executora",
                    "title": "Unidade Executora",
                    "description": "Código composto do órgão executor (4 dígitos) e número sequencial da unidade executora (3 dígitos) e nome da unidade executora.",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "tipo_empenho",
                    "title": "Tipo de Empenho - Descrição",
                    "description": "Descrição do tipo de empenho: global, estimado, ordinário, extra-orçamentário.\n",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_empenho",
                    "title": "Valor do Empenho",
                    "description": "Valor do orçamento reservado para fazer face a compromisso formalmente assumido com fornecedor ou credor.",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "constraints": {
                      "required": true
                    }
                  }
                ],
                "missingValues": [
                  ""
                ],
                "primaryKey": [
                  "id_empenho"
                ]
              },
              "sources": [
                {
                  "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
                  "table": "dm_empenho_resto"
                }
              ],
              "format": "csv",
              "mediatype": "text/csv",
              "encoding": "utf-8-sig",
              "dialect": {
                "delimiter": ";"
              },
              "profile": "tabular-data-resource",
              "scheme": "file",
              "hashing": "md5",
              "compression": "gz",
              "stats": {
                "hash": "badf94133d8bdd467a71117f51c66795",
                "bytes": 1961456,
                "fields": 8,
                "rows": 164568
              }
            },
            "time": 12.704,
            "scope": [
              "hash-count-error",
              "byte-count-error",
              "field-count-error",
              "row-count-error",
              "blank-header",
              "extra-label",
              "missing-label",
              "blank-label",
              "duplicate-label",
              "incorrect-label",
              "blank-row",
              "primary-key-error",
              "foreign-key-error",
              "extra-cell",
              "missing-cell",
              "type-error",
              "constraint-error",
              "unique-error"
            ],
            "partial": false,
            "errors": [],
            "stats": {
              "errors": 0
            },
            "valid": true
          }
        ],
        "stats": {
          "errors": 0,
          "tasks": 1
        },
        "valid": true
      }
    },
    {
      "name": "dm_categ_econ",
      "title": "Categoria Econômica",
      "path": "data/dm_categ_econ.csv.gz",
      "schema": {
        "fields": [
          {
            "name": "id_categ_econ",
            "title": "Categoria Econômica da Despesa- Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "cd_categ_econ",
            "title": "Categoria Econômica da Despesa - Código",
            "type": "string",
            "format": "default",
            "description": "Código identificador da categoria econômica da despesa.\n - 3 Despesas Correntes\n - 4 Despesas de Capital\n",
            "constraints": {
              "enum": [
                "3",
                "4"
              ]
            },
            "missingValues": [
              "0",
              "9"
            ]
          },
          {
            "name": "nome",
            "title": "Categoria Econômica da Despesa - Descrição",
            "type": "string",
            "format": "default",
            "description": "- >\nClassificação da despesa quanto ao impacto econômico que ela gera, pdoendo ser corrente (funcionamento dos órgãos, pagamentos do servidores, etc) ou de capital (obras, equipamentos, etc).\n",
            "constraints": {
              "enum": [
                "DESPESAS DE CAPITAL",
                "DESPESAS CORRENTES"
              ]
            },
            "missingValues": [
              "SEM CATEGORIA",
              "A CLASSIFICAR"
            ]
          }
        ],
        "primaryKey": [
          "id_categ_econ"
        ],
        "missingValues": [
          ""
        ]
      },
      "sources": [
        {
          "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
          "table": "dm_categ_econ"
        }
      ],
      "format": "csv",
      "mediatype": "text/csv",
      "encoding": "utf-8-sig",
      "dialect": {
        "delimiter": ";",
        "lineTerminator": "\r\n",
        "quoteChar": "\"",
        "doubleQuote": true,
        "skipInitialSpace": false
      },
      "profile": "tabular-data-resource",
      "validation": {
        "version": "4.16.6",
        "time": 0.03,
        "errors": [],
        "tasks": [
          {
            "resource": {
              "name": "dm_categ_econ",
              "title": "Categoria Econômica",
              "path": "data/dm_categ_econ.csv.gz",
              "schema": {
                "fields": [
                  {
                    "name": "id_categ_econ",
                    "title": "Categoria Econômica da Despesa- Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "cd_categ_econ",
                    "title": "Categoria Econômica da Despesa - Código",
                    "type": "string",
                    "format": "default",
                    "description": "Código identificador da categoria econômica da despesa.\n - 3 Despesas Correntes\n - 4 Despesas de Capital\n",
                    "constraints": {
                      "enum": [
                        "3",
                        "4"
                      ]
                    },
                    "missingValues": [
                      "0",
                      "9"
                    ]
                  },
                  {
                    "name": "nome",
                    "title": "Categoria Econômica da Despesa - Descrição",
                    "type": "string",
                    "format": "default",
                    "description": "- >\nClassificação da despesa quanto ao impacto econômico que ela gera, pdoendo ser corrente (funcionamento dos órgãos, pagamentos do servidores, etc) ou de capital (obras, equipamentos, etc).\n",
                    "constraints": {
                      "enum": [
                        "DESPESAS DE CAPITAL",
                        "DESPESAS CORRENTES"
                      ]
                    },
                    "missingValues": [
                      "SEM CATEGORIA",
                      "A CLASSIFICAR"
                    ]
                  }
                ],
                "primaryKey": [
                  "id_categ_econ"
                ]
              },
              "sources": [
                {
                  "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
                  "table": "dm_categ_econ"
                }
              ],
              "format": "csv",
              "mediatype": "text/csv",
              "encoding": "utf-8-sig",
              "dialect": {
                "delimiter": ";"
              },
              "profile": "tabular-data-resource",
              "scheme": "file",
              "hashing": "md5",
              "compression": "gz",
              "stats": {
                "hash": "d251dab27d238cc1cf35d9571331c7ab",
                "bytes": 124,
                "fields": 3,
                "rows": 4
              }
            },
            "time": 0.03,
            "scope": [
              "hash-count-error",
              "byte-count-error",
              "field-count-error",
              "row-count-error",
              "blank-header",
              "extra-label",
              "missing-label",
              "blank-label",
              "duplicate-label",
              "incorrect-label",
              "blank-row",
              "primary-key-error",
              "foreign-key-error",
              "extra-cell",
              "missing-cell",
              "type-error",
              "constraint-error",
              "unique-error"
            ],
            "partial": false,
            "errors": [],
            "stats": {
              "errors": 0
            },
            "valid": true
          }
        ],
        "stats": {
          "errors": 0,
          "tasks": 1
        },
        "valid": true
      }
    },
    {
      "name": "dm_tempo_anual",
      "title": "Tempo Anual",
      "path": "data/dm_tempo_anual.csv.gz",
      "schema": {
        "fields": [
          {
            "name": "id_tempo",
            "title": "Tempo - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "description": "- > \n  Refere-se a chave primária (Primary keys) o qual pode ser usada como índice de referência\n  para criar relacionamentos com as demais tabelas do banco de dados.\n",
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "ano",
            "title": "Ano de Exercício",
            "type": "year",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "minimum": 1900,
              "maximum": 2050
            },
            "missingValues": [
              "0"
            ]
          }
        ],
        "primaryKey": [
          "id_tempo"
        ],
        "missingValues": [
          ""
        ]
      },
      "sources": [
        {
          "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
          "table": "dm_tempo_anual"
        }
      ],
      "format": "csv",
      "mediatype": "text/csv",
      "encoding": "utf-8-sig",
      "dialect": {
        "delimiter": ";",
        "lineTerminator": "\r\n",
        "quoteChar": "\"",
        "doubleQuote": true,
        "skipInitialSpace": false
      },
      "profile": "tabular-data-resource",
      "validation": {
        "version": "4.16.6",
        "time": 0.033,
        "errors": [],
        "tasks": [
          {
            "resource": {
              "name": "dm_tempo_anual",
              "title": "Tempo Anual",
              "path": "data/dm_tempo_anual.csv.gz",
              "schema": {
                "fields": [
                  {
                    "name": "id_tempo",
                    "title": "Tempo - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "description": "- > \n  Refere-se a chave primária (Primary keys) o qual pode ser usada como índice de referência\n  para criar relacionamentos com as demais tabelas do banco de dados.\n",
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "ano",
                    "title": "Ano de Exercício",
                    "type": "year",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "minimum": 1900,
                      "maximum": 2050
                    },
                    "missingValues": [
                      "0"
                    ]
                  }
                ],
                "primaryKey": [
                  "id_tempo"
                ]
              },
              "sources": [
                {
                  "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
                  "table": "dm_tempo_anual"
                }
              ],
              "format": "csv",
              "mediatype": "text/csv",
              "encoding": "utf-8-sig",
              "dialect": {
                "delimiter": ";"
              },
              "profile": "tabular-data-resource",
              "scheme": "file",
              "hashing": "md5",
              "compression": "gz",
              "stats": {
                "hash": "1b9496e66ddf910ead5e01636061dbd9",
                "bytes": 526,
                "fields": 2,
                "rows": 152
              }
            },
            "time": 0.033,
            "scope": [
              "hash-count-error",
              "byte-count-error",
              "field-count-error",
              "row-count-error",
              "blank-header",
              "extra-label",
              "missing-label",
              "blank-label",
              "duplicate-label",
              "incorrect-label",
              "blank-row",
              "primary-key-error",
              "foreign-key-error",
              "extra-cell",
              "missing-cell",
              "type-error",
              "constraint-error",
              "unique-error"
            ],
            "partial": false,
            "errors": [
              {
                "cell": "0",
                "fieldName": "ano",
                "fieldNumber": 2,
                "fieldPosition": 2,
                "cells": [
                  "299",
                  "0"
                ],
                "rowNumber": 1,
                "rowPosition": 2,
                "code": "constraint-error",
                "name": "Constraint Error",
                "tags": [
                  "#table",
                  "#row",
                  "#cell"
                ],
                "note": "constraint \"required\" is \"True\"",
                "message": "The cell \"0\" in row at position \"2\" and field \"ano\" at position \"2\" does not conform to a constraint: constraint \"required\" is \"True\"",
                "description": "A field value does not conform to a constraint."
              }
            ],
            "stats": {
              "errors": 1
            },
            "valid": false
          }
        ],
        "stats": {
          "errors": 1,
          "tasks": 1
        },
        "valid": false
      }
    },
    {
      "name": "dm_elemento_desp",
      "title": "Elemento de Despesa",
      "path": "data/dm_elemento_desp.csv.gz",
      "schema": {
        "fields": [
          {
            "name": "id_elemento",
            "title": "Elemento de Despesa - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "cd_elemento",
            "title": "Elemento de Despesa - Código",
            "description": "Código numérico identificador dos objeto de gasto da despesa (1 a 99).",
            "type": "string",
            "format": "default",
            "constraints": {
              "enum": [
                "1",
                "3",
                "4",
                "5",
                "6",
                "7",
                "8",
                "9",
                "10",
                "11",
                "12",
                "13",
                "14",
                "15",
                "16",
                "17",
                "18",
                "19",
                "20",
                "21",
                "22",
                "23",
                "24",
                "25",
                "27",
                "28",
                "29",
                "30",
                "31",
                "32",
                "33",
                "34",
                "35",
                "36",
                "37",
                "38",
                "39",
                "40",
                "41",
                "42",
                "43",
                "45",
                "46",
                "47",
                "48",
                "49",
                "51",
                "52",
                "53",
                "54",
                "55",
                "56",
                "57",
                "58",
                "59",
                "61",
                "62",
                "63",
                "64",
                "65",
                "66",
                "67",
                "71",
                "72",
                "73",
                "74",
                "76",
                "77",
                "81",
                "82",
                "83",
                "86",
                "91",
                "92",
                "93",
                "94",
                "95",
                "96",
                "97",
                "98",
                "99"
              ]
            },
            "missingValues": [
              "0",
              "85"
            ]
          },
          {
            "name": "nome",
            "title": "Elemento de Despesa - Descrição",
            "description": "- >\nDescrição do elemento de gasto da despesa. Identifica os objetos de gasto, tais como vencimentos e \nvantagens fixas, juros, diárias, material de consumo, serviços de terceiros prestados sob qualquer forma, \nsubvenções sociais, obras e instalações, equipamentos e material permanente, auxílios, amortização e outros\nque a administração pública utiliza para a consecução de seus fins.\n",
            "type": "string",
            "format": "default",
            "missingValues": [
              "SEM DESCRICAO"
            ]
          }
        ],
        "primaryKey": [
          "id_elemento"
        ],
        "missingValues": [
          ""
        ]
      },
      "sources": [
        {
          "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
          "table": "dm_elemento_desp"
        }
      ],
      "format": "csv",
      "mediatype": "text/csv",
      "encoding": "utf-8-sig",
      "dialect": {
        "delimiter": ";",
        "lineTerminator": "\r\n",
        "quoteChar": "\"",
        "doubleQuote": true,
        "skipInitialSpace": false
      },
      "profile": "tabular-data-resource",
      "validation": {
        "version": "4.16.6",
        "time": 0.046,
        "errors": [],
        "tasks": [
          {
            "resource": {
              "name": "dm_elemento_desp",
              "title": "Elemento de Despesa",
              "path": "data/dm_elemento_desp.csv.gz",
              "schema": {
                "fields": [
                  {
                    "name": "id_elemento",
                    "title": "Elemento de Despesa - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "cd_elemento",
                    "title": "Elemento de Despesa - Código",
                    "description": "Código numérico identificador dos objeto de gasto da despesa (1 a 99).",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "enum": [
                        "1",
                        "3",
                        "4",
                        "5",
                        "6",
                        "7",
                        "8",
                        "9",
                        "10",
                        "11",
                        "12",
                        "13",
                        "14",
                        "15",
                        "16",
                        "17",
                        "18",
                        "19",
                        "20",
                        "21",
                        "22",
                        "23",
                        "24",
                        "25",
                        "27",
                        "28",
                        "29",
                        "30",
                        "31",
                        "32",
                        "33",
                        "34",
                        "35",
                        "36",
                        "37",
                        "38",
                        "39",
                        "40",
                        "41",
                        "42",
                        "43",
                        "45",
                        "46",
                        "47",
                        "48",
                        "49",
                        "51",
                        "52",
                        "53",
                        "54",
                        "55",
                        "56",
                        "57",
                        "58",
                        "59",
                        "61",
                        "62",
                        "63",
                        "64",
                        "65",
                        "66",
                        "67",
                        "71",
                        "72",
                        "73",
                        "74",
                        "76",
                        "77",
                        "81",
                        "82",
                        "83",
                        "86",
                        "91",
                        "92",
                        "93",
                        "94",
                        "95",
                        "96",
                        "97",
                        "98",
                        "99"
                      ]
                    },
                    "missingValues": [
                      "0",
                      "85"
                    ]
                  },
                  {
                    "name": "nome",
                    "title": "Elemento de Despesa - Descrição",
                    "description": "- >\nDescrição do elemento de gasto da despesa. Identifica os objetos de gasto, tais como vencimentos e \nvantagens fixas, juros, diárias, material de consumo, serviços de terceiros prestados sob qualquer forma, \nsubvenções sociais, obras e instalações, equipamentos e material permanente, auxílios, amortização e outros\nque a administração pública utiliza para a consecução de seus fins.\n",
                    "type": "string",
                    "format": "default",
                    "missingValues": [
                      "SEM DESCRICAO"
                    ]
                  }
                ],
                "primaryKey": [
                  "id_elemento"
                ]
              },
              "sources": [
                {
                  "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
                  "table": "dm_elemento_desp"
                }
              ],
              "format": "csv",
              "mediatype": "text/csv",
              "encoding": "utf-8-sig",
              "dialect": {
                "delimiter": ";"
              },
              "profile": "tabular-data-resource",
              "scheme": "file",
              "hashing": "md5",
              "compression": "gz",
              "stats": {
                "hash": "e671f5ceb9c57e28de484a5a3c094bb0",
                "bytes": 1931,
                "fields": 3,
                "rows": 107
              }
            },
            "time": 0.046,
            "scope": [
              "hash-count-error",
              "byte-count-error",
              "field-count-error",
              "row-count-error",
              "blank-header",
              "extra-label",
              "missing-label",
              "blank-label",
              "duplicate-label",
              "incorrect-label",
              "blank-row",
              "primary-key-error",
              "foreign-key-error",
              "extra-cell",
              "missing-cell",
              "type-error",
              "constraint-error",
              "unique-error"
            ],
            "partial": false,
            "errors": [
              {
                "cell": "70",
                "fieldName": "cd_elemento",
                "fieldNumber": 2,
                "fieldPosition": 2,
                "cells": [
                  "555",
                  "70",
                  "RATEIO PELA PARTICIPACAO EM CONSORCIO PUBLICO"
                ],
                "rowNumber": 105,
                "rowPosition": 106,
                "code": "constraint-error",
                "name": "Constraint Error",
                "tags": [
                  "#table",
                  "#row",
                  "#cell"
                ],
                "note": "constraint \"enum\" is \"['1', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12', '13', '14', '15', '16', '17', '18', '19', '20', '21', '22', '23', '24', '25', '27', '28', '29', '30', '31', '32', '33', '34', '35', '36', '37', '38', '39', '40', '41', '42', '43', '45', '46', '47', '48', '49', '51', '52', '53', '54', '55', '56', '57', '58', '59', '61', '62', '63', '64', '65', '66', '67', '71', '72', '73', '74', '76', '77', '81', '82', '83', '86', '91', '92', '93', '94', '95', '96', '97', '98', '99']\"",
                "message": "The cell \"70\" in row at position \"106\" and field \"cd_elemento\" at position \"2\" does not conform to a constraint: constraint \"enum\" is \"['1', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12', '13', '14', '15', '16', '17', '18', '19', '20', '21', '22', '23', '24', '25', '27', '28', '29', '30', '31', '32', '33', '34', '35', '36', '37', '38', '39', '40', '41', '42', '43', '45', '46', '47', '48', '49', '51', '52', '53', '54', '55', '56', '57', '58', '59', '61', '62', '63', '64', '65', '66', '67', '71', '72', '73', '74', '76', '77', '81', '82', '83', '86', '91', '92', '93', '94', '95', '96', '97', '98', '99']\"",
                "description": "A field value does not conform to a constraint."
              },
              {
                "cell": "84",
                "fieldName": "cd_elemento",
                "fieldNumber": 2,
                "fieldPosition": 2,
                "cells": [
                  "554",
                  "84",
                  "DESPESAS DECORRENTES DA PARTICIPACAO EM FUNDOS, ORGANISMOS, OU ENTIDADES ASSEMELHADAS, NACIONAIS E I"
                ],
                "rowNumber": 107,
                "rowPosition": 108,
                "code": "constraint-error",
                "name": "Constraint Error",
                "tags": [
                  "#table",
                  "#row",
                  "#cell"
                ],
                "note": "constraint \"enum\" is \"['1', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12', '13', '14', '15', '16', '17', '18', '19', '20', '21', '22', '23', '24', '25', '27', '28', '29', '30', '31', '32', '33', '34', '35', '36', '37', '38', '39', '40', '41', '42', '43', '45', '46', '47', '48', '49', '51', '52', '53', '54', '55', '56', '57', '58', '59', '61', '62', '63', '64', '65', '66', '67', '71', '72', '73', '74', '76', '77', '81', '82', '83', '86', '91', '92', '93', '94', '95', '96', '97', '98', '99']\"",
                "message": "The cell \"84\" in row at position \"108\" and field \"cd_elemento\" at position \"2\" does not conform to a constraint: constraint \"enum\" is \"['1', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12', '13', '14', '15', '16', '17', '18', '19', '20', '21', '22', '23', '24', '25', '27', '28', '29', '30', '31', '32', '33', '34', '35', '36', '37', '38', '39', '40', '41', '42', '43', '45', '46', '47', '48', '49', '51', '52', '53', '54', '55', '56', '57', '58', '59', '61', '62', '63', '64', '65', '66', '67', '71', '72', '73', '74', '76', '77', '81', '82', '83', '86', '91', '92', '93', '94', '95', '96', '97', '98', '99']\"",
                "description": "A field value does not conform to a constraint."
              }
            ],
            "stats": {
              "errors": 2
            },
            "valid": false
          }
        ],
        "stats": {
          "errors": 2,
          "tasks": 1
        },
        "valid": false
      }
    },
    {
      "name": "ft_restos_pagar_2002",
      "title": "ft_restos_pagar 2002",
      "path": "data/ft_restos_pagar_2002.csv.gz",
      "schema": {
        "fields": [
          {
            "name": "id_tempo",
            "title": "Tempo - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "description": "- > \n  Chave estrangeira (Foreign Key) que aponta para a Chave Primária (Primary keys) da tabela dm_tempo_diario. \n  Ou seja, por meio dessa chave é possível identificar a data completa a qual o dado se refere.\n\n  Nota: \n  No site dados.mg.gov.br a tabela dm_tempo_diario pode ser encontrada no recurso Calendários - Dias \n  de cada conjunto.\n",
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_categ_econ",
            "title": "Categoria Econômica da Despesa - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_grupo",
            "title": "Grupo de Despesa - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_elemento",
            "title": "Elemento de Despesa - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_item",
            "title": "Item de Despesa - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_fonte",
            "title": "Fonte de Recurso - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_modalidade_aplic",
            "title": "Modalidade de Aplicação - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "id_funcao",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "id_subfuncao",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "id_programa",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "id_acao",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "id_procedencia",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "id_unidade_orc",
            "title": "Unidade Orçamentária - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_favorecido",
            "title": "Favorecido - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_empenho",
            "title": "Número do Empenho - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_tipo_documento",
            "title": "Tipo de Documento - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "ano_origem",
            "title": "Ano Origem",
            "type": "year",
            "format": "default",
            "bareNumber": true,
            "description": "Ano de origem do empenho\n",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "cd_evento",
            "title": "Evento - Código",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "tp_operacao",
            "title": "Tipo de Operação",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true,
              "enum": [
                "1",
                "2"
              ]
            }
          },
          {
            "name": "cd_documento",
            "title": "Documento - Código",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "nr_ordem",
            "title": "Número de Ordem",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "dt_documento",
            "title": "Data do Documento",
            "type": "date",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "ano_particao",
            "title": "Ano de Partição",
            "type": "year",
            "bareNumber": true,
            "constraints": {
              "required": true
            },
            "format": "default"
          },
          {
            "name": "vr_nao_processado",
            "title": "Valor Inscrito Não Processado",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "description": "Valor, em reais, de empenho inscrito em restos a pagar não processado, ou seja, são aqueles derivados de despesas “legalmente empenhadas que não foram liquidadas e nem pagas até 31 de dezembro do mesmo exercício.\n",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          },
          {
            "name": "vr_processado",
            "title": "Valor Inscrito Processado",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "description": "Valor, em reais, de despesa liquidada de exercícios anteriores, ou seja, são aqueles cujo 2º estágio da despesa (liquidação) já ocorreu restando apenas o pagamento.\n",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          },
          {
            "name": "vr_pago",
            "title": "valor Pago",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "description": "Soma do valor de restos a pagar processados e não processados referentes aos pagamentos efetuados através de movimentações bancárias, escriturais e apropriação contábil da despesa. \nO efetivo pagamento pode estar pendente de transmissão aos bancos e/ou sujeito a compensação bancária.\n",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          }
        ],
        "missingValues": [
          ""
        ],
        "foreignKeys": [
          {
            "fields": [
              "id_elemento"
            ],
            "reference": {
              "fields": [
                "id_elemento"
              ],
              "resource": "dm_elemento_desp"
            }
          },
          {
            "fields": [
              "id_modalidade_aplic"
            ],
            "reference": {
              "fields": [
                "id_modalidade_aplic"
              ],
              "resource": "dm_modalidade_aplic"
            }
          },
          {
            "fields": [
              "id_grupo"
            ],
            "reference": {
              "fields": [
                "id_grupo"
              ],
              "resource": "dm_grupo_desp"
            }
          },
          {
            "fields": [
              "id_favorecido"
            ],
            "reference": {
              "fields": [
                "id_favorecido"
              ],
              "resource": "dm_favorecido"
            }
          },
          {
            "fields": [
              "id_unidade_orc"
            ],
            "reference": {
              "fields": [
                "id_unidade_orc"
              ],
              "resource": "dm_unidade_orc"
            }
          },
          {
            "fields": [
              "id_tempo"
            ],
            "reference": {
              "fields": [
                "id_tempo"
              ],
              "resource": "dm_tempo_anual"
            }
          },
          {
            "fields": [
              "id_empenho"
            ],
            "reference": {
              "fields": [
                "id_empenho"
              ],
              "resource": "dm_empenho_resto_2002"
            }
          },
          {
            "fields": [
              "id_categ_econ"
            ],
            "reference": {
              "fields": [
                "id_categ_econ"
              ],
              "resource": "dm_categ_econ"
            }
          },
          {
            "fields": [
              "id_item"
            ],
            "reference": {
              "fields": [
                "id_item"
              ],
              "resource": "dm_item_desp"
            }
          },
          {
            "fields": [
              "id_fonte"
            ],
            "reference": {
              "fields": [
                "id_fonte"
              ],
              "resource": "dm_fonte"
            }
          },
          {
            "fields": [
              "id_tipo_documento"
            ],
            "reference": {
              "fields": [
                "id_tipo_documento"
              ],
              "resource": "dm_tipo_documento"
            }
          },
          {
            "fields": [
              "id_funcao"
            ],
            "reference": {
              "fields": [
                "id_funcao"
              ],
              "resource": "dm_funcao_resto"
            }
          },
          {
            "fields": [
              "id_subfuncao"
            ],
            "reference": {
              "fields": [
                "id_subfuncao"
              ],
              "resource": "dm_subfuncao_resto"
            }
          },
          {
            "fields": [
              "id_programa"
            ],
            "reference": {
              "fields": [
                "id_programa"
              ],
              "resource": "dm_programa_resto"
            }
          },
          {
            "fields": [
              "id_acao"
            ],
            "reference": {
              "fields": [
                "id_acao"
              ],
              "resource": "dm_acao_resto"
            }
          },
          {
            "fields": [
              "id_procedencia"
            ],
            "reference": {
              "fields": [
                "id_procedencia"
              ],
              "resource": "dm_procedencia"
            }
          }
        ]
      },
      "sources": [
        {
          "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
          "table": "ft_restos_pagar"
        }
      ],
      "format": "csv",
      "mediatype": "text/csv",
      "encoding": "utf-8-sig",
      "dialect": {
        "delimiter": ";",
        "lineTerminator": "\r\n",
        "quoteChar": "\"",
        "doubleQuote": true,
        "skipInitialSpace": false
      },
      "profile": "tabular-data-resource",
      "validation": {
        "version": "4.16.6",
        "time": 120.477,
        "errors": [],
        "tasks": [
          {
            "resource": {
              "name": "ft_restos_pagar_2002",
              "title": "ft_restos_pagar 2002",
              "path": "data/ft_restos_pagar_2002.csv.gz",
              "schema": {
                "fields": [
                  {
                    "name": "id_tempo",
                    "title": "Tempo - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "description": "- > \n  Chave estrangeira (Foreign Key) que aponta para a Chave Primária (Primary keys) da tabela dm_tempo_diario. \n  Ou seja, por meio dessa chave é possível identificar a data completa a qual o dado se refere.\n\n  Nota: \n  No site dados.mg.gov.br a tabela dm_tempo_diario pode ser encontrada no recurso Calendários - Dias \n  de cada conjunto.\n",
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_categ_econ",
                    "title": "Categoria Econômica da Despesa - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_grupo",
                    "title": "Grupo de Despesa - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_elemento",
                    "title": "Elemento de Despesa - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_item",
                    "title": "Item de Despesa - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_fonte",
                    "title": "Fonte de Recurso - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_modalidade_aplic",
                    "title": "Modalidade de Aplicação - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "id_funcao",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "id_subfuncao",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "id_programa",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "id_acao",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "id_procedencia",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "id_unidade_orc",
                    "title": "Unidade Orçamentária - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_favorecido",
                    "title": "Favorecido - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_empenho",
                    "title": "Número do Empenho - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_tipo_documento",
                    "title": "Tipo de Documento - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "ano_origem",
                    "title": "Ano Origem",
                    "type": "year",
                    "format": "default",
                    "bareNumber": true,
                    "description": "Ano de origem do empenho\n",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "cd_evento",
                    "title": "Evento - Código",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "tp_operacao",
                    "title": "Tipo de Operação",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true,
                      "enum": [
                        "1",
                        "2"
                      ]
                    }
                  },
                  {
                    "name": "cd_documento",
                    "title": "Documento - Código",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "nr_ordem",
                    "title": "Número de Ordem",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "dt_documento",
                    "title": "Data do Documento",
                    "type": "date",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "ano_particao",
                    "title": "Ano de Partição",
                    "type": "year",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_nao_processado",
                    "title": "Valor Inscrito Não Processado",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "description": "Valor, em reais, de empenho inscrito em restos a pagar não processado, ou seja, são aqueles derivados de despesas “legalmente empenhadas que não foram liquidadas e nem pagas até 31 de dezembro do mesmo exercício.\n",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_processado",
                    "title": "Valor Inscrito Processado",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "description": "Valor, em reais, de despesa liquidada de exercícios anteriores, ou seja, são aqueles cujo 2º estágio da despesa (liquidação) já ocorreu restando apenas o pagamento.\n",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_pago",
                    "title": "valor Pago",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "description": "Soma do valor de restos a pagar processados e não processados referentes aos pagamentos efetuados através de movimentações bancárias, escriturais e apropriação contábil da despesa. \nO efetivo pagamento pode estar pendente de transmissão aos bancos e/ou sujeito a compensação bancária.\n",
                    "constraints": {
                      "required": true
                    }
                  }
                ],
                "missingValues": [
                  ""
                ],
                "foreignKeys": [
                  {
                    "fields": [
                      "id_elemento"
                    ],
                    "reference": {
                      "fields": [
                        "id_elemento"
                      ],
                      "resource": "dm_elemento_desp"
                    }
                  },
                  {
                    "fields": [
                      "id_modalidade_aplic"
                    ],
                    "reference": {
                      "fields": [
                        "id_modalidade_aplic"
                      ],
                      "resource": "dm_modalidade_aplic"
                    }
                  },
                  {
                    "fields": [
                      "id_grupo"
                    ],
                    "reference": {
                      "fields": [
                        "id_grupo"
                      ],
                      "resource": "dm_grupo_desp"
                    }
                  },
                  {
                    "fields": [
                      "id_favorecido"
                    ],
                    "reference": {
                      "fields": [
                        "id_favorecido"
                      ],
                      "resource": "dm_favorecido"
                    }
                  },
                  {
                    "fields": [
                      "id_unidade_orc"
                    ],
                    "reference": {
                      "fields": [
                        "id_unidade_orc"
                      ],
                      "resource": "dm_unidade_orc"
                    }
                  },
                  {
                    "fields": [
                      "id_tempo"
                    ],
                    "reference": {
                      "fields": [
                        "id_tempo"
                      ],
                      "resource": "dm_tempo_anual"
                    }
                  },
                  {
                    "fields": [
                      "id_empenho"
                    ],
                    "reference": {
                      "fields": [
                        "id_empenho"
                      ],
                      "resource": "dm_empenho_resto_2002"
                    }
                  },
                  {
                    "fields": [
                      "id_categ_econ"
                    ],
                    "reference": {
                      "fields": [
                        "id_categ_econ"
                      ],
                      "resource": "dm_categ_econ"
                    }
                  },
                  {
                    "fields": [
                      "id_item"
                    ],
                    "reference": {
                      "fields": [
                        "id_item"
                      ],
                      "resource": "dm_item_desp"
                    }
                  },
                  {
                    "fields": [
                      "id_fonte"
                    ],
                    "reference": {
                      "fields": [
                        "id_fonte"
                      ],
                      "resource": "dm_fonte"
                    }
                  },
                  {
                    "fields": [
                      "id_tipo_documento"
                    ],
                    "reference": {
                      "fields": [
                        "id_tipo_documento"
                      ],
                      "resource": "dm_tipo_documento"
                    }
                  },
                  {
                    "fields": [
                      "id_funcao"
                    ],
                    "reference": {
                      "fields": [
                        "id_funcao"
                      ],
                      "resource": "dm_funcao_resto"
                    }
                  },
                  {
                    "fields": [
                      "id_subfuncao"
                    ],
                    "reference": {
                      "fields": [
                        "id_subfuncao"
                      ],
                      "resource": "dm_subfuncao_resto"
                    }
                  },
                  {
                    "fields": [
                      "id_programa"
                    ],
                    "reference": {
                      "fields": [
                        "id_programa"
                      ],
                      "resource": "dm_programa_resto"
                    }
                  },
                  {
                    "fields": [
                      "id_acao"
                    ],
                    "reference": {
                      "fields": [
                        "id_acao"
                      ],
                      "resource": "dm_acao_resto"
                    }
                  },
                  {
                    "fields": [
                      "id_procedencia"
                    ],
                    "reference": {
                      "fields": [
                        "id_procedencia"
                      ],
                      "resource": "dm_procedencia"
                    }
                  }
                ]
              },
              "sources": [
                {
                  "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
                  "table": "ft_restos_pagar"
                }
              ],
              "format": "csv",
              "mediatype": "text/csv",
              "encoding": "utf-8-sig",
              "dialect": {
                "delimiter": ";"
              },
              "profile": "tabular-data-resource",
              "scheme": "file",
              "hashing": "md5",
              "compression": "gz",
              "stats": {
                "hash": "1effe03da8ec199cea24317b307be03b",
                "bytes": 4980289,
                "fields": 26,
                "rows": 294027
              }
            },
            "time": 120.477,
            "scope": [
              "hash-count-error",
              "byte-count-error",
              "field-count-error",
              "row-count-error",
              "blank-header",
              "extra-label",
              "missing-label",
              "blank-label",
              "duplicate-label",
              "incorrect-label",
              "blank-row",
              "primary-key-error",
              "foreign-key-error",
              "extra-cell",
              "missing-cell",
              "type-error",
              "constraint-error",
              "unique-error"
            ],
            "partial": false,
            "errors": [],
            "stats": {
              "errors": 0
            },
            "valid": true
          }
        ],
        "stats": {
          "errors": 0,
          "tasks": 1
        },
        "valid": true
      }
    },
    {
      "name": "ft_restos_pagar_2003",
      "title": "ft_restos_pagar 2003",
      "path": "data/ft_restos_pagar_2003.csv.gz",
      "schema": {
        "fields": [
          {
            "name": "id_tempo",
            "title": "Tempo - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "description": "- > \n  Chave estrangeira (Foreign Key) que aponta para a Chave Primária (Primary keys) da tabela dm_tempo_diario. \n  Ou seja, por meio dessa chave é possível identificar a data completa a qual o dado se refere.\n\n  Nota: \n  No site dados.mg.gov.br a tabela dm_tempo_diario pode ser encontrada no recurso Calendários - Dias \n  de cada conjunto.\n",
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_categ_econ",
            "title": "Categoria Econômica da Despesa - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_grupo",
            "title": "Grupo de Despesa - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_elemento",
            "title": "Elemento de Despesa - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_item",
            "title": "Item de Despesa - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_fonte",
            "title": "Fonte de Recurso - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_modalidade_aplic",
            "title": "Modalidade de Aplicação - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "id_funcao",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "id_subfuncao",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "id_programa",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "id_acao",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "id_procedencia",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "id_unidade_orc",
            "title": "Unidade Orçamentária - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_favorecido",
            "title": "Favorecido - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_empenho",
            "title": "Número do Empenho - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_tipo_documento",
            "title": "Tipo de Documento - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "ano_origem",
            "title": "Ano Origem",
            "type": "year",
            "format": "default",
            "bareNumber": true,
            "description": "Ano de origem do empenho\n",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "cd_evento",
            "title": "Evento - Código",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "tp_operacao",
            "title": "Tipo de Operação",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true,
              "enum": [
                "1",
                "2"
              ]
            }
          },
          {
            "name": "cd_documento",
            "title": "Documento - Código",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "nr_ordem",
            "title": "Número de Ordem",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "dt_documento",
            "title": "Data do Documento",
            "type": "date",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "ano_particao",
            "title": "Ano de Partição",
            "type": "year",
            "bareNumber": true,
            "constraints": {
              "required": true
            },
            "format": "default"
          },
          {
            "name": "vr_nao_processado",
            "title": "Valor Inscrito Não Processado",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "description": "Valor, em reais, de empenho inscrito em restos a pagar não processado, ou seja, são aqueles derivados de despesas “legalmente empenhadas que não foram liquidadas e nem pagas até 31 de dezembro do mesmo exercício.\n",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          },
          {
            "name": "vr_processado",
            "title": "Valor Inscrito Processado",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "description": "Valor, em reais, de despesa liquidada de exercícios anteriores, ou seja, são aqueles cujo 2º estágio da despesa (liquidação) já ocorreu restando apenas o pagamento.\n",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          },
          {
            "name": "vr_pago",
            "title": "valor Pago",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "description": "Soma do valor de restos a pagar processados e não processados referentes aos pagamentos efetuados através de movimentações bancárias, escriturais e apropriação contábil da despesa. \nO efetivo pagamento pode estar pendente de transmissão aos bancos e/ou sujeito a compensação bancária.\n",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          }
        ],
        "missingValues": [
          ""
        ],
        "foreignKeys": [
          {
            "fields": [
              "id_elemento"
            ],
            "reference": {
              "fields": [
                "id_elemento"
              ],
              "resource": "dm_elemento_desp"
            }
          },
          {
            "fields": [
              "id_modalidade_aplic"
            ],
            "reference": {
              "fields": [
                "id_modalidade_aplic"
              ],
              "resource": "dm_modalidade_aplic"
            }
          },
          {
            "fields": [
              "id_grupo"
            ],
            "reference": {
              "fields": [
                "id_grupo"
              ],
              "resource": "dm_grupo_desp"
            }
          },
          {
            "fields": [
              "id_favorecido"
            ],
            "reference": {
              "fields": [
                "id_favorecido"
              ],
              "resource": "dm_favorecido"
            }
          },
          {
            "fields": [
              "id_unidade_orc"
            ],
            "reference": {
              "fields": [
                "id_unidade_orc"
              ],
              "resource": "dm_unidade_orc"
            }
          },
          {
            "fields": [
              "id_tempo"
            ],
            "reference": {
              "fields": [
                "id_tempo"
              ],
              "resource": "dm_tempo_anual"
            }
          },
          {
            "fields": [
              "id_empenho"
            ],
            "reference": {
              "fields": [
                "id_empenho"
              ],
              "resource": "dm_empenho_resto_2003"
            }
          },
          {
            "fields": [
              "id_categ_econ"
            ],
            "reference": {
              "fields": [
                "id_categ_econ"
              ],
              "resource": "dm_categ_econ"
            }
          },
          {
            "fields": [
              "id_item"
            ],
            "reference": {
              "fields": [
                "id_item"
              ],
              "resource": "dm_item_desp"
            }
          },
          {
            "fields": [
              "id_fonte"
            ],
            "reference": {
              "fields": [
                "id_fonte"
              ],
              "resource": "dm_fonte"
            }
          },
          {
            "fields": [
              "id_tipo_documento"
            ],
            "reference": {
              "fields": [
                "id_tipo_documento"
              ],
              "resource": "dm_tipo_documento"
            }
          },
          {
            "fields": [
              "id_funcao"
            ],
            "reference": {
              "fields": [
                "id_funcao"
              ],
              "resource": "dm_funcao_resto"
            }
          },
          {
            "fields": [
              "id_subfuncao"
            ],
            "reference": {
              "fields": [
                "id_subfuncao"
              ],
              "resource": "dm_subfuncao_resto"
            }
          },
          {
            "fields": [
              "id_programa"
            ],
            "reference": {
              "fields": [
                "id_programa"
              ],
              "resource": "dm_programa_resto"
            }
          },
          {
            "fields": [
              "id_acao"
            ],
            "reference": {
              "fields": [
                "id_acao"
              ],
              "resource": "dm_acao_resto"
            }
          },
          {
            "fields": [
              "id_procedencia"
            ],
            "reference": {
              "fields": [
                "id_procedencia"
              ],
              "resource": "dm_procedencia"
            }
          }
        ]
      },
      "sources": [
        {
          "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
          "table": "ft_restos_pagar"
        }
      ],
      "format": "csv",
      "mediatype": "text/csv",
      "encoding": "utf-8-sig",
      "dialect": {
        "delimiter": ";",
        "lineTerminator": "\r\n",
        "quoteChar": "\"",
        "doubleQuote": true,
        "skipInitialSpace": false
      },
      "profile": "tabular-data-resource",
      "validation": {
        "version": "4.16.6",
        "time": 101.359,
        "errors": [],
        "tasks": [
          {
            "resource": {
              "name": "ft_restos_pagar_2003",
              "title": "ft_restos_pagar 2003",
              "path": "data/ft_restos_pagar_2003.csv.gz",
              "schema": {
                "fields": [
                  {
                    "name": "id_tempo",
                    "title": "Tempo - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "description": "- > \n  Chave estrangeira (Foreign Key) que aponta para a Chave Primária (Primary keys) da tabela dm_tempo_diario. \n  Ou seja, por meio dessa chave é possível identificar a data completa a qual o dado se refere.\n\n  Nota: \n  No site dados.mg.gov.br a tabela dm_tempo_diario pode ser encontrada no recurso Calendários - Dias \n  de cada conjunto.\n",
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_categ_econ",
                    "title": "Categoria Econômica da Despesa - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_grupo",
                    "title": "Grupo de Despesa - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_elemento",
                    "title": "Elemento de Despesa - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_item",
                    "title": "Item de Despesa - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_fonte",
                    "title": "Fonte de Recurso - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_modalidade_aplic",
                    "title": "Modalidade de Aplicação - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "id_funcao",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "id_subfuncao",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "id_programa",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "id_acao",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "id_procedencia",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "id_unidade_orc",
                    "title": "Unidade Orçamentária - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_favorecido",
                    "title": "Favorecido - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_empenho",
                    "title": "Número do Empenho - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_tipo_documento",
                    "title": "Tipo de Documento - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "ano_origem",
                    "title": "Ano Origem",
                    "type": "year",
                    "format": "default",
                    "bareNumber": true,
                    "description": "Ano de origem do empenho\n",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "cd_evento",
                    "title": "Evento - Código",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "tp_operacao",
                    "title": "Tipo de Operação",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true,
                      "enum": [
                        "1",
                        "2"
                      ]
                    }
                  },
                  {
                    "name": "cd_documento",
                    "title": "Documento - Código",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "nr_ordem",
                    "title": "Número de Ordem",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "dt_documento",
                    "title": "Data do Documento",
                    "type": "date",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "ano_particao",
                    "title": "Ano de Partição",
                    "type": "year",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_nao_processado",
                    "title": "Valor Inscrito Não Processado",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "description": "Valor, em reais, de empenho inscrito em restos a pagar não processado, ou seja, são aqueles derivados de despesas “legalmente empenhadas que não foram liquidadas e nem pagas até 31 de dezembro do mesmo exercício.\n",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_processado",
                    "title": "Valor Inscrito Processado",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "description": "Valor, em reais, de despesa liquidada de exercícios anteriores, ou seja, são aqueles cujo 2º estágio da despesa (liquidação) já ocorreu restando apenas o pagamento.\n",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_pago",
                    "title": "valor Pago",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "description": "Soma do valor de restos a pagar processados e não processados referentes aos pagamentos efetuados através de movimentações bancárias, escriturais e apropriação contábil da despesa. \nO efetivo pagamento pode estar pendente de transmissão aos bancos e/ou sujeito a compensação bancária.\n",
                    "constraints": {
                      "required": true
                    }
                  }
                ],
                "missingValues": [
                  ""
                ],
                "foreignKeys": [
                  {
                    "fields": [
                      "id_elemento"
                    ],
                    "reference": {
                      "fields": [
                        "id_elemento"
                      ],
                      "resource": "dm_elemento_desp"
                    }
                  },
                  {
                    "fields": [
                      "id_modalidade_aplic"
                    ],
                    "reference": {
                      "fields": [
                        "id_modalidade_aplic"
                      ],
                      "resource": "dm_modalidade_aplic"
                    }
                  },
                  {
                    "fields": [
                      "id_grupo"
                    ],
                    "reference": {
                      "fields": [
                        "id_grupo"
                      ],
                      "resource": "dm_grupo_desp"
                    }
                  },
                  {
                    "fields": [
                      "id_favorecido"
                    ],
                    "reference": {
                      "fields": [
                        "id_favorecido"
                      ],
                      "resource": "dm_favorecido"
                    }
                  },
                  {
                    "fields": [
                      "id_unidade_orc"
                    ],
                    "reference": {
                      "fields": [
                        "id_unidade_orc"
                      ],
                      "resource": "dm_unidade_orc"
                    }
                  },
                  {
                    "fields": [
                      "id_tempo"
                    ],
                    "reference": {
                      "fields": [
                        "id_tempo"
                      ],
                      "resource": "dm_tempo_anual"
                    }
                  },
                  {
                    "fields": [
                      "id_empenho"
                    ],
                    "reference": {
                      "fields": [
                        "id_empenho"
                      ],
                      "resource": "dm_empenho_resto_2003"
                    }
                  },
                  {
                    "fields": [
                      "id_categ_econ"
                    ],
                    "reference": {
                      "fields": [
                        "id_categ_econ"
                      ],
                      "resource": "dm_categ_econ"
                    }
                  },
                  {
                    "fields": [
                      "id_item"
                    ],
                    "reference": {
                      "fields": [
                        "id_item"
                      ],
                      "resource": "dm_item_desp"
                    }
                  },
                  {
                    "fields": [
                      "id_fonte"
                    ],
                    "reference": {
                      "fields": [
                        "id_fonte"
                      ],
                      "resource": "dm_fonte"
                    }
                  },
                  {
                    "fields": [
                      "id_tipo_documento"
                    ],
                    "reference": {
                      "fields": [
                        "id_tipo_documento"
                      ],
                      "resource": "dm_tipo_documento"
                    }
                  },
                  {
                    "fields": [
                      "id_funcao"
                    ],
                    "reference": {
                      "fields": [
                        "id_funcao"
                      ],
                      "resource": "dm_funcao_resto"
                    }
                  },
                  {
                    "fields": [
                      "id_subfuncao"
                    ],
                    "reference": {
                      "fields": [
                        "id_subfuncao"
                      ],
                      "resource": "dm_subfuncao_resto"
                    }
                  },
                  {
                    "fields": [
                      "id_programa"
                    ],
                    "reference": {
                      "fields": [
                        "id_programa"
                      ],
                      "resource": "dm_programa_resto"
                    }
                  },
                  {
                    "fields": [
                      "id_acao"
                    ],
                    "reference": {
                      "fields": [
                        "id_acao"
                      ],
                      "resource": "dm_acao_resto"
                    }
                  },
                  {
                    "fields": [
                      "id_procedencia"
                    ],
                    "reference": {
                      "fields": [
                        "id_procedencia"
                      ],
                      "resource": "dm_procedencia"
                    }
                  }
                ]
              },
              "sources": [
                {
                  "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
                  "table": "ft_restos_pagar"
                }
              ],
              "format": "csv",
              "mediatype": "text/csv",
              "encoding": "utf-8-sig",
              "dialect": {
                "delimiter": ";"
              },
              "profile": "tabular-data-resource",
              "scheme": "file",
              "hashing": "md5",
              "compression": "gz",
              "stats": {
                "hash": "4904ad57c01ab027b0d198741d9657f8",
                "bytes": 3616191,
                "fields": 26,
                "rows": 202945
              }
            },
            "time": 101.359,
            "scope": [
              "hash-count-error",
              "byte-count-error",
              "field-count-error",
              "row-count-error",
              "blank-header",
              "extra-label",
              "missing-label",
              "blank-label",
              "duplicate-label",
              "incorrect-label",
              "blank-row",
              "primary-key-error",
              "foreign-key-error",
              "extra-cell",
              "missing-cell",
              "type-error",
              "constraint-error",
              "unique-error"
            ],
            "partial": false,
            "errors": [],
            "stats": {
              "errors": 0
            },
            "valid": true
          }
        ],
        "stats": {
          "errors": 0,
          "tasks": 1
        },
        "valid": true
      }
    },
    {
      "name": "ft_restos_pagar_2004",
      "title": "ft_restos_pagar 2004",
      "path": "data/ft_restos_pagar_2004.csv.gz",
      "schema": {
        "fields": [
          {
            "name": "id_tempo",
            "title": "Tempo - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "description": "- > \n  Chave estrangeira (Foreign Key) que aponta para a Chave Primária (Primary keys) da tabela dm_tempo_diario. \n  Ou seja, por meio dessa chave é possível identificar a data completa a qual o dado se refere.\n\n  Nota: \n  No site dados.mg.gov.br a tabela dm_tempo_diario pode ser encontrada no recurso Calendários - Dias \n  de cada conjunto.\n",
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_categ_econ",
            "title": "Categoria Econômica da Despesa - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_grupo",
            "title": "Grupo de Despesa - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_elemento",
            "title": "Elemento de Despesa - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_item",
            "title": "Item de Despesa - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_fonte",
            "title": "Fonte de Recurso - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_modalidade_aplic",
            "title": "Modalidade de Aplicação - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "id_funcao",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "id_subfuncao",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "id_programa",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "id_acao",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "id_procedencia",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "id_unidade_orc",
            "title": "Unidade Orçamentária - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_favorecido",
            "title": "Favorecido - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_empenho",
            "title": "Número do Empenho - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_tipo_documento",
            "title": "Tipo de Documento - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "ano_origem",
            "title": "Ano Origem",
            "type": "year",
            "format": "default",
            "bareNumber": true,
            "description": "Ano de origem do empenho\n",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "cd_evento",
            "title": "Evento - Código",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "tp_operacao",
            "title": "Tipo de Operação",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true,
              "enum": [
                "1",
                "2"
              ]
            }
          },
          {
            "name": "cd_documento",
            "title": "Documento - Código",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "nr_ordem",
            "title": "Número de Ordem",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "dt_documento",
            "title": "Data do Documento",
            "type": "date",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "ano_particao",
            "title": "Ano de Partição",
            "type": "year",
            "bareNumber": true,
            "constraints": {
              "required": true
            },
            "format": "default"
          },
          {
            "name": "vr_nao_processado",
            "title": "Valor Inscrito Não Processado",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "description": "Valor, em reais, de empenho inscrito em restos a pagar não processado, ou seja, são aqueles derivados de despesas “legalmente empenhadas que não foram liquidadas e nem pagas até 31 de dezembro do mesmo exercício.\n",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          },
          {
            "name": "vr_processado",
            "title": "Valor Inscrito Processado",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "description": "Valor, em reais, de despesa liquidada de exercícios anteriores, ou seja, são aqueles cujo 2º estágio da despesa (liquidação) já ocorreu restando apenas o pagamento.\n",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          },
          {
            "name": "vr_pago",
            "title": "valor Pago",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "description": "Soma do valor de restos a pagar processados e não processados referentes aos pagamentos efetuados através de movimentações bancárias, escriturais e apropriação contábil da despesa. \nO efetivo pagamento pode estar pendente de transmissão aos bancos e/ou sujeito a compensação bancária.\n",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          }
        ],
        "missingValues": [
          ""
        ],
        "foreignKeys": [
          {
            "fields": [
              "id_elemento"
            ],
            "reference": {
              "fields": [
                "id_elemento"
              ],
              "resource": "dm_elemento_desp"
            }
          },
          {
            "fields": [
              "id_modalidade_aplic"
            ],
            "reference": {
              "fields": [
                "id_modalidade_aplic"
              ],
              "resource": "dm_modalidade_aplic"
            }
          },
          {
            "fields": [
              "id_grupo"
            ],
            "reference": {
              "fields": [
                "id_grupo"
              ],
              "resource": "dm_grupo_desp"
            }
          },
          {
            "fields": [
              "id_favorecido"
            ],
            "reference": {
              "fields": [
                "id_favorecido"
              ],
              "resource": "dm_favorecido"
            }
          },
          {
            "fields": [
              "id_unidade_orc"
            ],
            "reference": {
              "fields": [
                "id_unidade_orc"
              ],
              "resource": "dm_unidade_orc"
            }
          },
          {
            "fields": [
              "id_tempo"
            ],
            "reference": {
              "fields": [
                "id_tempo"
              ],
              "resource": "dm_tempo_anual"
            }
          },
          {
            "fields": [
              "id_empenho"
            ],
            "reference": {
              "fields": [
                "id_empenho"
              ],
              "resource": "dm_empenho_resto_2004"
            }
          },
          {
            "fields": [
              "id_categ_econ"
            ],
            "reference": {
              "fields": [
                "id_categ_econ"
              ],
              "resource": "dm_categ_econ"
            }
          },
          {
            "fields": [
              "id_item"
            ],
            "reference": {
              "fields": [
                "id_item"
              ],
              "resource": "dm_item_desp"
            }
          },
          {
            "fields": [
              "id_fonte"
            ],
            "reference": {
              "fields": [
                "id_fonte"
              ],
              "resource": "dm_fonte"
            }
          },
          {
            "fields": [
              "id_tipo_documento"
            ],
            "reference": {
              "fields": [
                "id_tipo_documento"
              ],
              "resource": "dm_tipo_documento"
            }
          },
          {
            "fields": [
              "id_funcao"
            ],
            "reference": {
              "fields": [
                "id_funcao"
              ],
              "resource": "dm_funcao_resto"
            }
          },
          {
            "fields": [
              "id_subfuncao"
            ],
            "reference": {
              "fields": [
                "id_subfuncao"
              ],
              "resource": "dm_subfuncao_resto"
            }
          },
          {
            "fields": [
              "id_programa"
            ],
            "reference": {
              "fields": [
                "id_programa"
              ],
              "resource": "dm_programa_resto"
            }
          },
          {
            "fields": [
              "id_acao"
            ],
            "reference": {
              "fields": [
                "id_acao"
              ],
              "resource": "dm_acao_resto"
            }
          },
          {
            "fields": [
              "id_procedencia"
            ],
            "reference": {
              "fields": [
                "id_procedencia"
              ],
              "resource": "dm_procedencia"
            }
          }
        ]
      },
      "sources": [
        {
          "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
          "table": "ft_restos_pagar"
        }
      ],
      "format": "csv",
      "mediatype": "text/csv",
      "encoding": "utf-8-sig",
      "dialect": {
        "delimiter": ";",
        "lineTerminator": "\r\n",
        "quoteChar": "\"",
        "doubleQuote": true,
        "skipInitialSpace": false
      },
      "profile": "tabular-data-resource",
      "validation": {
        "version": "4.16.6",
        "time": 103.331,
        "errors": [],
        "tasks": [
          {
            "resource": {
              "name": "ft_restos_pagar_2004",
              "title": "ft_restos_pagar 2004",
              "path": "data/ft_restos_pagar_2004.csv.gz",
              "schema": {
                "fields": [
                  {
                    "name": "id_tempo",
                    "title": "Tempo - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "description": "- > \n  Chave estrangeira (Foreign Key) que aponta para a Chave Primária (Primary keys) da tabela dm_tempo_diario. \n  Ou seja, por meio dessa chave é possível identificar a data completa a qual o dado se refere.\n\n  Nota: \n  No site dados.mg.gov.br a tabela dm_tempo_diario pode ser encontrada no recurso Calendários - Dias \n  de cada conjunto.\n",
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_categ_econ",
                    "title": "Categoria Econômica da Despesa - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_grupo",
                    "title": "Grupo de Despesa - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_elemento",
                    "title": "Elemento de Despesa - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_item",
                    "title": "Item de Despesa - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_fonte",
                    "title": "Fonte de Recurso - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_modalidade_aplic",
                    "title": "Modalidade de Aplicação - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "id_funcao",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "id_subfuncao",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "id_programa",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "id_acao",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "id_procedencia",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "id_unidade_orc",
                    "title": "Unidade Orçamentária - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_favorecido",
                    "title": "Favorecido - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_empenho",
                    "title": "Número do Empenho - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_tipo_documento",
                    "title": "Tipo de Documento - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "ano_origem",
                    "title": "Ano Origem",
                    "type": "year",
                    "format": "default",
                    "bareNumber": true,
                    "description": "Ano de origem do empenho\n",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "cd_evento",
                    "title": "Evento - Código",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "tp_operacao",
                    "title": "Tipo de Operação",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true,
                      "enum": [
                        "1",
                        "2"
                      ]
                    }
                  },
                  {
                    "name": "cd_documento",
                    "title": "Documento - Código",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "nr_ordem",
                    "title": "Número de Ordem",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "dt_documento",
                    "title": "Data do Documento",
                    "type": "date",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "ano_particao",
                    "title": "Ano de Partição",
                    "type": "year",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_nao_processado",
                    "title": "Valor Inscrito Não Processado",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "description": "Valor, em reais, de empenho inscrito em restos a pagar não processado, ou seja, são aqueles derivados de despesas “legalmente empenhadas que não foram liquidadas e nem pagas até 31 de dezembro do mesmo exercício.\n",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_processado",
                    "title": "Valor Inscrito Processado",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "description": "Valor, em reais, de despesa liquidada de exercícios anteriores, ou seja, são aqueles cujo 2º estágio da despesa (liquidação) já ocorreu restando apenas o pagamento.\n",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_pago",
                    "title": "valor Pago",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "description": "Soma do valor de restos a pagar processados e não processados referentes aos pagamentos efetuados através de movimentações bancárias, escriturais e apropriação contábil da despesa. \nO efetivo pagamento pode estar pendente de transmissão aos bancos e/ou sujeito a compensação bancária.\n",
                    "constraints": {
                      "required": true
                    }
                  }
                ],
                "missingValues": [
                  ""
                ],
                "foreignKeys": [
                  {
                    "fields": [
                      "id_elemento"
                    ],
                    "reference": {
                      "fields": [
                        "id_elemento"
                      ],
                      "resource": "dm_elemento_desp"
                    }
                  },
                  {
                    "fields": [
                      "id_modalidade_aplic"
                    ],
                    "reference": {
                      "fields": [
                        "id_modalidade_aplic"
                      ],
                      "resource": "dm_modalidade_aplic"
                    }
                  },
                  {
                    "fields": [
                      "id_grupo"
                    ],
                    "reference": {
                      "fields": [
                        "id_grupo"
                      ],
                      "resource": "dm_grupo_desp"
                    }
                  },
                  {
                    "fields": [
                      "id_favorecido"
                    ],
                    "reference": {
                      "fields": [
                        "id_favorecido"
                      ],
                      "resource": "dm_favorecido"
                    }
                  },
                  {
                    "fields": [
                      "id_unidade_orc"
                    ],
                    "reference": {
                      "fields": [
                        "id_unidade_orc"
                      ],
                      "resource": "dm_unidade_orc"
                    }
                  },
                  {
                    "fields": [
                      "id_tempo"
                    ],
                    "reference": {
                      "fields": [
                        "id_tempo"
                      ],
                      "resource": "dm_tempo_anual"
                    }
                  },
                  {
                    "fields": [
                      "id_empenho"
                    ],
                    "reference": {
                      "fields": [
                        "id_empenho"
                      ],
                      "resource": "dm_empenho_resto_2004"
                    }
                  },
                  {
                    "fields": [
                      "id_categ_econ"
                    ],
                    "reference": {
                      "fields": [
                        "id_categ_econ"
                      ],
                      "resource": "dm_categ_econ"
                    }
                  },
                  {
                    "fields": [
                      "id_item"
                    ],
                    "reference": {
                      "fields": [
                        "id_item"
                      ],
                      "resource": "dm_item_desp"
                    }
                  },
                  {
                    "fields": [
                      "id_fonte"
                    ],
                    "reference": {
                      "fields": [
                        "id_fonte"
                      ],
                      "resource": "dm_fonte"
                    }
                  },
                  {
                    "fields": [
                      "id_tipo_documento"
                    ],
                    "reference": {
                      "fields": [
                        "id_tipo_documento"
                      ],
                      "resource": "dm_tipo_documento"
                    }
                  },
                  {
                    "fields": [
                      "id_funcao"
                    ],
                    "reference": {
                      "fields": [
                        "id_funcao"
                      ],
                      "resource": "dm_funcao_resto"
                    }
                  },
                  {
                    "fields": [
                      "id_subfuncao"
                    ],
                    "reference": {
                      "fields": [
                        "id_subfuncao"
                      ],
                      "resource": "dm_subfuncao_resto"
                    }
                  },
                  {
                    "fields": [
                      "id_programa"
                    ],
                    "reference": {
                      "fields": [
                        "id_programa"
                      ],
                      "resource": "dm_programa_resto"
                    }
                  },
                  {
                    "fields": [
                      "id_acao"
                    ],
                    "reference": {
                      "fields": [
                        "id_acao"
                      ],
                      "resource": "dm_acao_resto"
                    }
                  },
                  {
                    "fields": [
                      "id_procedencia"
                    ],
                    "reference": {
                      "fields": [
                        "id_procedencia"
                      ],
                      "resource": "dm_procedencia"
                    }
                  }
                ]
              },
              "sources": [
                {
                  "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
                  "table": "ft_restos_pagar"
                }
              ],
              "format": "csv",
              "mediatype": "text/csv",
              "encoding": "utf-8-sig",
              "dialect": {
                "delimiter": ";"
              },
              "profile": "tabular-data-resource",
              "scheme": "file",
              "hashing": "md5",
              "compression": "gz",
              "stats": {
                "hash": "00dd4a41f22950ee34fbf1add8134414",
                "bytes": 3795937,
                "fields": 26,
                "rows": 213308
              }
            },
            "time": 103.331,
            "scope": [
              "hash-count-error",
              "byte-count-error",
              "field-count-error",
              "row-count-error",
              "blank-header",
              "extra-label",
              "missing-label",
              "blank-label",
              "duplicate-label",
              "incorrect-label",
              "blank-row",
              "primary-key-error",
              "foreign-key-error",
              "extra-cell",
              "missing-cell",
              "type-error",
              "constraint-error",
              "unique-error"
            ],
            "partial": false,
            "errors": [],
            "stats": {
              "errors": 0
            },
            "valid": true
          }
        ],
        "stats": {
          "errors": 0,
          "tasks": 1
        },
        "valid": true
      }
    },
    {
      "name": "ft_restos_pagar_2005",
      "title": "ft_restos_pagar 2005",
      "path": "data/ft_restos_pagar_2005.csv.gz",
      "schema": {
        "fields": [
          {
            "name": "id_tempo",
            "title": "Tempo - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "description": "- > \n  Chave estrangeira (Foreign Key) que aponta para a Chave Primária (Primary keys) da tabela dm_tempo_diario. \n  Ou seja, por meio dessa chave é possível identificar a data completa a qual o dado se refere.\n\n  Nota: \n  No site dados.mg.gov.br a tabela dm_tempo_diario pode ser encontrada no recurso Calendários - Dias \n  de cada conjunto.\n",
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_categ_econ",
            "title": "Categoria Econômica da Despesa - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_grupo",
            "title": "Grupo de Despesa - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_elemento",
            "title": "Elemento de Despesa - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_item",
            "title": "Item de Despesa - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_fonte",
            "title": "Fonte de Recurso - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_modalidade_aplic",
            "title": "Modalidade de Aplicação - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "id_funcao",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "id_subfuncao",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "id_programa",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "id_acao",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "id_procedencia",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "id_unidade_orc",
            "title": "Unidade Orçamentária - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_favorecido",
            "title": "Favorecido - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_empenho",
            "title": "Número do Empenho - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_tipo_documento",
            "title": "Tipo de Documento - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "ano_origem",
            "title": "Ano Origem",
            "type": "year",
            "format": "default",
            "bareNumber": true,
            "description": "Ano de origem do empenho\n",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "cd_evento",
            "title": "Evento - Código",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "tp_operacao",
            "title": "Tipo de Operação",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true,
              "enum": [
                "1",
                "2"
              ]
            }
          },
          {
            "name": "cd_documento",
            "title": "Documento - Código",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "nr_ordem",
            "title": "Número de Ordem",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "dt_documento",
            "title": "Data do Documento",
            "type": "date",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "ano_particao",
            "title": "Ano de Partição",
            "type": "year",
            "bareNumber": true,
            "constraints": {
              "required": true
            },
            "format": "default"
          },
          {
            "name": "vr_nao_processado",
            "title": "Valor Inscrito Não Processado",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "description": "Valor, em reais, de empenho inscrito em restos a pagar não processado, ou seja, são aqueles derivados de despesas “legalmente empenhadas que não foram liquidadas e nem pagas até 31 de dezembro do mesmo exercício.\n",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          },
          {
            "name": "vr_processado",
            "title": "Valor Inscrito Processado",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "description": "Valor, em reais, de despesa liquidada de exercícios anteriores, ou seja, são aqueles cujo 2º estágio da despesa (liquidação) já ocorreu restando apenas o pagamento.\n",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          },
          {
            "name": "vr_pago",
            "title": "valor Pago",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "description": "Soma do valor de restos a pagar processados e não processados referentes aos pagamentos efetuados através de movimentações bancárias, escriturais e apropriação contábil da despesa. \nO efetivo pagamento pode estar pendente de transmissão aos bancos e/ou sujeito a compensação bancária.\n",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          }
        ],
        "missingValues": [
          ""
        ],
        "foreignKeys": [
          {
            "fields": [
              "id_elemento"
            ],
            "reference": {
              "fields": [
                "id_elemento"
              ],
              "resource": "dm_elemento_desp"
            }
          },
          {
            "fields": [
              "id_modalidade_aplic"
            ],
            "reference": {
              "fields": [
                "id_modalidade_aplic"
              ],
              "resource": "dm_modalidade_aplic"
            }
          },
          {
            "fields": [
              "id_grupo"
            ],
            "reference": {
              "fields": [
                "id_grupo"
              ],
              "resource": "dm_grupo_desp"
            }
          },
          {
            "fields": [
              "id_favorecido"
            ],
            "reference": {
              "fields": [
                "id_favorecido"
              ],
              "resource": "dm_favorecido"
            }
          },
          {
            "fields": [
              "id_unidade_orc"
            ],
            "reference": {
              "fields": [
                "id_unidade_orc"
              ],
              "resource": "dm_unidade_orc"
            }
          },
          {
            "fields": [
              "id_tempo"
            ],
            "reference": {
              "fields": [
                "id_tempo"
              ],
              "resource": "dm_tempo_anual"
            }
          },
          {
            "fields": [
              "id_empenho"
            ],
            "reference": {
              "fields": [
                "id_empenho"
              ],
              "resource": "dm_empenho_resto_2005"
            }
          },
          {
            "fields": [
              "id_categ_econ"
            ],
            "reference": {
              "fields": [
                "id_categ_econ"
              ],
              "resource": "dm_categ_econ"
            }
          },
          {
            "fields": [
              "id_item"
            ],
            "reference": {
              "fields": [
                "id_item"
              ],
              "resource": "dm_item_desp"
            }
          },
          {
            "fields": [
              "id_fonte"
            ],
            "reference": {
              "fields": [
                "id_fonte"
              ],
              "resource": "dm_fonte"
            }
          },
          {
            "fields": [
              "id_tipo_documento"
            ],
            "reference": {
              "fields": [
                "id_tipo_documento"
              ],
              "resource": "dm_tipo_documento"
            }
          },
          {
            "fields": [
              "id_funcao"
            ],
            "reference": {
              "fields": [
                "id_funcao"
              ],
              "resource": "dm_funcao_resto"
            }
          },
          {
            "fields": [
              "id_subfuncao"
            ],
            "reference": {
              "fields": [
                "id_subfuncao"
              ],
              "resource": "dm_subfuncao_resto"
            }
          },
          {
            "fields": [
              "id_programa"
            ],
            "reference": {
              "fields": [
                "id_programa"
              ],
              "resource": "dm_programa_resto"
            }
          },
          {
            "fields": [
              "id_acao"
            ],
            "reference": {
              "fields": [
                "id_acao"
              ],
              "resource": "dm_acao_resto"
            }
          },
          {
            "fields": [
              "id_procedencia"
            ],
            "reference": {
              "fields": [
                "id_procedencia"
              ],
              "resource": "dm_procedencia"
            }
          }
        ]
      },
      "sources": [
        {
          "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
          "table": "ft_restos_pagar"
        }
      ],
      "format": "csv",
      "mediatype": "text/csv",
      "encoding": "utf-8-sig",
      "dialect": {
        "delimiter": ";",
        "lineTerminator": "\r\n",
        "quoteChar": "\"",
        "doubleQuote": true,
        "skipInitialSpace": false
      },
      "profile": "tabular-data-resource",
      "validation": {
        "version": "4.16.6",
        "time": 89.328,
        "errors": [],
        "tasks": [
          {
            "resource": {
              "name": "ft_restos_pagar_2005",
              "title": "ft_restos_pagar 2005",
              "path": "data/ft_restos_pagar_2005.csv.gz",
              "schema": {
                "fields": [
                  {
                    "name": "id_tempo",
                    "title": "Tempo - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "description": "- > \n  Chave estrangeira (Foreign Key) que aponta para a Chave Primária (Primary keys) da tabela dm_tempo_diario. \n  Ou seja, por meio dessa chave é possível identificar a data completa a qual o dado se refere.\n\n  Nota: \n  No site dados.mg.gov.br a tabela dm_tempo_diario pode ser encontrada no recurso Calendários - Dias \n  de cada conjunto.\n",
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_categ_econ",
                    "title": "Categoria Econômica da Despesa - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_grupo",
                    "title": "Grupo de Despesa - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_elemento",
                    "title": "Elemento de Despesa - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_item",
                    "title": "Item de Despesa - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_fonte",
                    "title": "Fonte de Recurso - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_modalidade_aplic",
                    "title": "Modalidade de Aplicação - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "id_funcao",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "id_subfuncao",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "id_programa",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "id_acao",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "id_procedencia",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "id_unidade_orc",
                    "title": "Unidade Orçamentária - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_favorecido",
                    "title": "Favorecido - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_empenho",
                    "title": "Número do Empenho - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_tipo_documento",
                    "title": "Tipo de Documento - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "ano_origem",
                    "title": "Ano Origem",
                    "type": "year",
                    "format": "default",
                    "bareNumber": true,
                    "description": "Ano de origem do empenho\n",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "cd_evento",
                    "title": "Evento - Código",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "tp_operacao",
                    "title": "Tipo de Operação",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true,
                      "enum": [
                        "1",
                        "2"
                      ]
                    }
                  },
                  {
                    "name": "cd_documento",
                    "title": "Documento - Código",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "nr_ordem",
                    "title": "Número de Ordem",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "dt_documento",
                    "title": "Data do Documento",
                    "type": "date",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "ano_particao",
                    "title": "Ano de Partição",
                    "type": "year",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_nao_processado",
                    "title": "Valor Inscrito Não Processado",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "description": "Valor, em reais, de empenho inscrito em restos a pagar não processado, ou seja, são aqueles derivados de despesas “legalmente empenhadas que não foram liquidadas e nem pagas até 31 de dezembro do mesmo exercício.\n",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_processado",
                    "title": "Valor Inscrito Processado",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "description": "Valor, em reais, de despesa liquidada de exercícios anteriores, ou seja, são aqueles cujo 2º estágio da despesa (liquidação) já ocorreu restando apenas o pagamento.\n",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_pago",
                    "title": "valor Pago",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "description": "Soma do valor de restos a pagar processados e não processados referentes aos pagamentos efetuados através de movimentações bancárias, escriturais e apropriação contábil da despesa. \nO efetivo pagamento pode estar pendente de transmissão aos bancos e/ou sujeito a compensação bancária.\n",
                    "constraints": {
                      "required": true
                    }
                  }
                ],
                "missingValues": [
                  ""
                ],
                "foreignKeys": [
                  {
                    "fields": [
                      "id_elemento"
                    ],
                    "reference": {
                      "fields": [
                        "id_elemento"
                      ],
                      "resource": "dm_elemento_desp"
                    }
                  },
                  {
                    "fields": [
                      "id_modalidade_aplic"
                    ],
                    "reference": {
                      "fields": [
                        "id_modalidade_aplic"
                      ],
                      "resource": "dm_modalidade_aplic"
                    }
                  },
                  {
                    "fields": [
                      "id_grupo"
                    ],
                    "reference": {
                      "fields": [
                        "id_grupo"
                      ],
                      "resource": "dm_grupo_desp"
                    }
                  },
                  {
                    "fields": [
                      "id_favorecido"
                    ],
                    "reference": {
                      "fields": [
                        "id_favorecido"
                      ],
                      "resource": "dm_favorecido"
                    }
                  },
                  {
                    "fields": [
                      "id_unidade_orc"
                    ],
                    "reference": {
                      "fields": [
                        "id_unidade_orc"
                      ],
                      "resource": "dm_unidade_orc"
                    }
                  },
                  {
                    "fields": [
                      "id_tempo"
                    ],
                    "reference": {
                      "fields": [
                        "id_tempo"
                      ],
                      "resource": "dm_tempo_anual"
                    }
                  },
                  {
                    "fields": [
                      "id_empenho"
                    ],
                    "reference": {
                      "fields": [
                        "id_empenho"
                      ],
                      "resource": "dm_empenho_resto_2005"
                    }
                  },
                  {
                    "fields": [
                      "id_categ_econ"
                    ],
                    "reference": {
                      "fields": [
                        "id_categ_econ"
                      ],
                      "resource": "dm_categ_econ"
                    }
                  },
                  {
                    "fields": [
                      "id_item"
                    ],
                    "reference": {
                      "fields": [
                        "id_item"
                      ],
                      "resource": "dm_item_desp"
                    }
                  },
                  {
                    "fields": [
                      "id_fonte"
                    ],
                    "reference": {
                      "fields": [
                        "id_fonte"
                      ],
                      "resource": "dm_fonte"
                    }
                  },
                  {
                    "fields": [
                      "id_tipo_documento"
                    ],
                    "reference": {
                      "fields": [
                        "id_tipo_documento"
                      ],
                      "resource": "dm_tipo_documento"
                    }
                  },
                  {
                    "fields": [
                      "id_funcao"
                    ],
                    "reference": {
                      "fields": [
                        "id_funcao"
                      ],
                      "resource": "dm_funcao_resto"
                    }
                  },
                  {
                    "fields": [
                      "id_subfuncao"
                    ],
                    "reference": {
                      "fields": [
                        "id_subfuncao"
                      ],
                      "resource": "dm_subfuncao_resto"
                    }
                  },
                  {
                    "fields": [
                      "id_programa"
                    ],
                    "reference": {
                      "fields": [
                        "id_programa"
                      ],
                      "resource": "dm_programa_resto"
                    }
                  },
                  {
                    "fields": [
                      "id_acao"
                    ],
                    "reference": {
                      "fields": [
                        "id_acao"
                      ],
                      "resource": "dm_acao_resto"
                    }
                  },
                  {
                    "fields": [
                      "id_procedencia"
                    ],
                    "reference": {
                      "fields": [
                        "id_procedencia"
                      ],
                      "resource": "dm_procedencia"
                    }
                  }
                ]
              },
              "sources": [
                {
                  "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
                  "table": "ft_restos_pagar"
                }
              ],
              "format": "csv",
              "mediatype": "text/csv",
              "encoding": "utf-8-sig",
              "dialect": {
                "delimiter": ";"
              },
              "profile": "tabular-data-resource",
              "scheme": "file",
              "hashing": "md5",
              "compression": "gz",
              "stats": {
                "hash": "bbbade282e69bec98c7f78a0baa829b6",
                "bytes": 2598829,
                "fields": 26,
                "rows": 145059
              }
            },
            "time": 89.328,
            "scope": [
              "hash-count-error",
              "byte-count-error",
              "field-count-error",
              "row-count-error",
              "blank-header",
              "extra-label",
              "missing-label",
              "blank-label",
              "duplicate-label",
              "incorrect-label",
              "blank-row",
              "primary-key-error",
              "foreign-key-error",
              "extra-cell",
              "missing-cell",
              "type-error",
              "constraint-error",
              "unique-error"
            ],
            "partial": false,
            "errors": [],
            "stats": {
              "errors": 0
            },
            "valid": true
          }
        ],
        "stats": {
          "errors": 0,
          "tasks": 1
        },
        "valid": true
      }
    },
    {
      "name": "ft_restos_pagar_2006",
      "title": "ft_restos_pagar 2006",
      "path": "data/ft_restos_pagar_2006.csv.gz",
      "schema": {
        "fields": [
          {
            "name": "id_tempo",
            "title": "Tempo - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "description": "- > \n  Chave estrangeira (Foreign Key) que aponta para a Chave Primária (Primary keys) da tabela dm_tempo_diario. \n  Ou seja, por meio dessa chave é possível identificar a data completa a qual o dado se refere.\n\n  Nota: \n  No site dados.mg.gov.br a tabela dm_tempo_diario pode ser encontrada no recurso Calendários - Dias \n  de cada conjunto.\n",
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_categ_econ",
            "title": "Categoria Econômica da Despesa - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_grupo",
            "title": "Grupo de Despesa - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_elemento",
            "title": "Elemento de Despesa - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_item",
            "title": "Item de Despesa - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_fonte",
            "title": "Fonte de Recurso - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_modalidade_aplic",
            "title": "Modalidade de Aplicação - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "id_funcao",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "id_subfuncao",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "id_programa",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "id_acao",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "id_procedencia",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "id_unidade_orc",
            "title": "Unidade Orçamentária - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_favorecido",
            "title": "Favorecido - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_empenho",
            "title": "Número do Empenho - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_tipo_documento",
            "title": "Tipo de Documento - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "ano_origem",
            "title": "Ano Origem",
            "type": "year",
            "format": "default",
            "bareNumber": true,
            "description": "Ano de origem do empenho\n",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "cd_evento",
            "title": "Evento - Código",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "tp_operacao",
            "title": "Tipo de Operação",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true,
              "enum": [
                "1",
                "2"
              ]
            }
          },
          {
            "name": "cd_documento",
            "title": "Documento - Código",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "nr_ordem",
            "title": "Número de Ordem",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "dt_documento",
            "title": "Data do Documento",
            "type": "date",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "ano_particao",
            "title": "Ano de Partição",
            "type": "year",
            "bareNumber": true,
            "constraints": {
              "required": true
            },
            "format": "default"
          },
          {
            "name": "vr_nao_processado",
            "title": "Valor Inscrito Não Processado",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "description": "Valor, em reais, de empenho inscrito em restos a pagar não processado, ou seja, são aqueles derivados de despesas “legalmente empenhadas que não foram liquidadas e nem pagas até 31 de dezembro do mesmo exercício.\n",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          },
          {
            "name": "vr_processado",
            "title": "Valor Inscrito Processado",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "description": "Valor, em reais, de despesa liquidada de exercícios anteriores, ou seja, são aqueles cujo 2º estágio da despesa (liquidação) já ocorreu restando apenas o pagamento.\n",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          },
          {
            "name": "vr_pago",
            "title": "valor Pago",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "description": "Soma do valor de restos a pagar processados e não processados referentes aos pagamentos efetuados através de movimentações bancárias, escriturais e apropriação contábil da despesa. \nO efetivo pagamento pode estar pendente de transmissão aos bancos e/ou sujeito a compensação bancária.\n",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          }
        ],
        "missingValues": [
          ""
        ],
        "foreignKeys": [
          {
            "fields": [
              "id_elemento"
            ],
            "reference": {
              "fields": [
                "id_elemento"
              ],
              "resource": "dm_elemento_desp"
            }
          },
          {
            "fields": [
              "id_modalidade_aplic"
            ],
            "reference": {
              "fields": [
                "id_modalidade_aplic"
              ],
              "resource": "dm_modalidade_aplic"
            }
          },
          {
            "fields": [
              "id_grupo"
            ],
            "reference": {
              "fields": [
                "id_grupo"
              ],
              "resource": "dm_grupo_desp"
            }
          },
          {
            "fields": [
              "id_favorecido"
            ],
            "reference": {
              "fields": [
                "id_favorecido"
              ],
              "resource": "dm_favorecido"
            }
          },
          {
            "fields": [
              "id_unidade_orc"
            ],
            "reference": {
              "fields": [
                "id_unidade_orc"
              ],
              "resource": "dm_unidade_orc"
            }
          },
          {
            "fields": [
              "id_tempo"
            ],
            "reference": {
              "fields": [
                "id_tempo"
              ],
              "resource": "dm_tempo_anual"
            }
          },
          {
            "fields": [
              "id_empenho"
            ],
            "reference": {
              "fields": [
                "id_empenho"
              ],
              "resource": "dm_empenho_resto_2006"
            }
          },
          {
            "fields": [
              "id_categ_econ"
            ],
            "reference": {
              "fields": [
                "id_categ_econ"
              ],
              "resource": "dm_categ_econ"
            }
          },
          {
            "fields": [
              "id_item"
            ],
            "reference": {
              "fields": [
                "id_item"
              ],
              "resource": "dm_item_desp"
            }
          },
          {
            "fields": [
              "id_fonte"
            ],
            "reference": {
              "fields": [
                "id_fonte"
              ],
              "resource": "dm_fonte"
            }
          },
          {
            "fields": [
              "id_tipo_documento"
            ],
            "reference": {
              "fields": [
                "id_tipo_documento"
              ],
              "resource": "dm_tipo_documento"
            }
          },
          {
            "fields": [
              "id_funcao"
            ],
            "reference": {
              "fields": [
                "id_funcao"
              ],
              "resource": "dm_funcao_resto"
            }
          },
          {
            "fields": [
              "id_subfuncao"
            ],
            "reference": {
              "fields": [
                "id_subfuncao"
              ],
              "resource": "dm_subfuncao_resto"
            }
          },
          {
            "fields": [
              "id_programa"
            ],
            "reference": {
              "fields": [
                "id_programa"
              ],
              "resource": "dm_programa_resto"
            }
          },
          {
            "fields": [
              "id_acao"
            ],
            "reference": {
              "fields": [
                "id_acao"
              ],
              "resource": "dm_acao_resto"
            }
          },
          {
            "fields": [
              "id_procedencia"
            ],
            "reference": {
              "fields": [
                "id_procedencia"
              ],
              "resource": "dm_procedencia"
            }
          }
        ]
      },
      "sources": [
        {
          "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
          "table": "ft_restos_pagar"
        }
      ],
      "format": "csv",
      "mediatype": "text/csv",
      "encoding": "utf-8-sig",
      "dialect": {
        "delimiter": ";",
        "lineTerminator": "\r\n",
        "quoteChar": "\"",
        "doubleQuote": true,
        "skipInitialSpace": false
      },
      "profile": "tabular-data-resource",
      "validation": {
        "version": "4.16.6",
        "time": 90.139,
        "errors": [],
        "tasks": [
          {
            "resource": {
              "name": "ft_restos_pagar_2006",
              "title": "ft_restos_pagar 2006",
              "path": "data/ft_restos_pagar_2006.csv.gz",
              "schema": {
                "fields": [
                  {
                    "name": "id_tempo",
                    "title": "Tempo - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "description": "- > \n  Chave estrangeira (Foreign Key) que aponta para a Chave Primária (Primary keys) da tabela dm_tempo_diario. \n  Ou seja, por meio dessa chave é possível identificar a data completa a qual o dado se refere.\n\n  Nota: \n  No site dados.mg.gov.br a tabela dm_tempo_diario pode ser encontrada no recurso Calendários - Dias \n  de cada conjunto.\n",
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_categ_econ",
                    "title": "Categoria Econômica da Despesa - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_grupo",
                    "title": "Grupo de Despesa - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_elemento",
                    "title": "Elemento de Despesa - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_item",
                    "title": "Item de Despesa - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_fonte",
                    "title": "Fonte de Recurso - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_modalidade_aplic",
                    "title": "Modalidade de Aplicação - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "id_funcao",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "id_subfuncao",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "id_programa",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "id_acao",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "id_procedencia",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "id_unidade_orc",
                    "title": "Unidade Orçamentária - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_favorecido",
                    "title": "Favorecido - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_empenho",
                    "title": "Número do Empenho - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_tipo_documento",
                    "title": "Tipo de Documento - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "ano_origem",
                    "title": "Ano Origem",
                    "type": "year",
                    "format": "default",
                    "bareNumber": true,
                    "description": "Ano de origem do empenho\n",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "cd_evento",
                    "title": "Evento - Código",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "tp_operacao",
                    "title": "Tipo de Operação",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true,
                      "enum": [
                        "1",
                        "2"
                      ]
                    }
                  },
                  {
                    "name": "cd_documento",
                    "title": "Documento - Código",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "nr_ordem",
                    "title": "Número de Ordem",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "dt_documento",
                    "title": "Data do Documento",
                    "type": "date",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "ano_particao",
                    "title": "Ano de Partição",
                    "type": "year",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_nao_processado",
                    "title": "Valor Inscrito Não Processado",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "description": "Valor, em reais, de empenho inscrito em restos a pagar não processado, ou seja, são aqueles derivados de despesas “legalmente empenhadas que não foram liquidadas e nem pagas até 31 de dezembro do mesmo exercício.\n",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_processado",
                    "title": "Valor Inscrito Processado",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "description": "Valor, em reais, de despesa liquidada de exercícios anteriores, ou seja, são aqueles cujo 2º estágio da despesa (liquidação) já ocorreu restando apenas o pagamento.\n",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_pago",
                    "title": "valor Pago",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "description": "Soma do valor de restos a pagar processados e não processados referentes aos pagamentos efetuados através de movimentações bancárias, escriturais e apropriação contábil da despesa. \nO efetivo pagamento pode estar pendente de transmissão aos bancos e/ou sujeito a compensação bancária.\n",
                    "constraints": {
                      "required": true
                    }
                  }
                ],
                "missingValues": [
                  ""
                ],
                "foreignKeys": [
                  {
                    "fields": [
                      "id_elemento"
                    ],
                    "reference": {
                      "fields": [
                        "id_elemento"
                      ],
                      "resource": "dm_elemento_desp"
                    }
                  },
                  {
                    "fields": [
                      "id_modalidade_aplic"
                    ],
                    "reference": {
                      "fields": [
                        "id_modalidade_aplic"
                      ],
                      "resource": "dm_modalidade_aplic"
                    }
                  },
                  {
                    "fields": [
                      "id_grupo"
                    ],
                    "reference": {
                      "fields": [
                        "id_grupo"
                      ],
                      "resource": "dm_grupo_desp"
                    }
                  },
                  {
                    "fields": [
                      "id_favorecido"
                    ],
                    "reference": {
                      "fields": [
                        "id_favorecido"
                      ],
                      "resource": "dm_favorecido"
                    }
                  },
                  {
                    "fields": [
                      "id_unidade_orc"
                    ],
                    "reference": {
                      "fields": [
                        "id_unidade_orc"
                      ],
                      "resource": "dm_unidade_orc"
                    }
                  },
                  {
                    "fields": [
                      "id_tempo"
                    ],
                    "reference": {
                      "fields": [
                        "id_tempo"
                      ],
                      "resource": "dm_tempo_anual"
                    }
                  },
                  {
                    "fields": [
                      "id_empenho"
                    ],
                    "reference": {
                      "fields": [
                        "id_empenho"
                      ],
                      "resource": "dm_empenho_resto_2006"
                    }
                  },
                  {
                    "fields": [
                      "id_categ_econ"
                    ],
                    "reference": {
                      "fields": [
                        "id_categ_econ"
                      ],
                      "resource": "dm_categ_econ"
                    }
                  },
                  {
                    "fields": [
                      "id_item"
                    ],
                    "reference": {
                      "fields": [
                        "id_item"
                      ],
                      "resource": "dm_item_desp"
                    }
                  },
                  {
                    "fields": [
                      "id_fonte"
                    ],
                    "reference": {
                      "fields": [
                        "id_fonte"
                      ],
                      "resource": "dm_fonte"
                    }
                  },
                  {
                    "fields": [
                      "id_tipo_documento"
                    ],
                    "reference": {
                      "fields": [
                        "id_tipo_documento"
                      ],
                      "resource": "dm_tipo_documento"
                    }
                  },
                  {
                    "fields": [
                      "id_funcao"
                    ],
                    "reference": {
                      "fields": [
                        "id_funcao"
                      ],
                      "resource": "dm_funcao_resto"
                    }
                  },
                  {
                    "fields": [
                      "id_subfuncao"
                    ],
                    "reference": {
                      "fields": [
                        "id_subfuncao"
                      ],
                      "resource": "dm_subfuncao_resto"
                    }
                  },
                  {
                    "fields": [
                      "id_programa"
                    ],
                    "reference": {
                      "fields": [
                        "id_programa"
                      ],
                      "resource": "dm_programa_resto"
                    }
                  },
                  {
                    "fields": [
                      "id_acao"
                    ],
                    "reference": {
                      "fields": [
                        "id_acao"
                      ],
                      "resource": "dm_acao_resto"
                    }
                  },
                  {
                    "fields": [
                      "id_procedencia"
                    ],
                    "reference": {
                      "fields": [
                        "id_procedencia"
                      ],
                      "resource": "dm_procedencia"
                    }
                  }
                ]
              },
              "sources": [
                {
                  "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
                  "table": "ft_restos_pagar"
                }
              ],
              "format": "csv",
              "mediatype": "text/csv",
              "encoding": "utf-8-sig",
              "dialect": {
                "delimiter": ";"
              },
              "profile": "tabular-data-resource",
              "scheme": "file",
              "hashing": "md5",
              "compression": "gz",
              "stats": {
                "hash": "a3010f0cf92b623b6876eee696f301ec",
                "bytes": 2684249,
                "fields": 26,
                "rows": 150380
              }
            },
            "time": 90.139,
            "scope": [
              "hash-count-error",
              "byte-count-error",
              "field-count-error",
              "row-count-error",
              "blank-header",
              "extra-label",
              "missing-label",
              "blank-label",
              "duplicate-label",
              "incorrect-label",
              "blank-row",
              "primary-key-error",
              "foreign-key-error",
              "extra-cell",
              "missing-cell",
              "type-error",
              "constraint-error",
              "unique-error"
            ],
            "partial": false,
            "errors": [],
            "stats": {
              "errors": 0
            },
            "valid": true
          }
        ],
        "stats": {
          "errors": 0,
          "tasks": 1
        },
        "valid": true
      }
    },
    {
      "name": "ft_restos_pagar_2007",
      "title": "ft_restos_pagar 2007",
      "path": "data/ft_restos_pagar_2007.csv.gz",
      "schema": {
        "fields": [
          {
            "name": "id_tempo",
            "title": "Tempo - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "description": "- > \n  Chave estrangeira (Foreign Key) que aponta para a Chave Primária (Primary keys) da tabela dm_tempo_diario. \n  Ou seja, por meio dessa chave é possível identificar a data completa a qual o dado se refere.\n\n  Nota: \n  No site dados.mg.gov.br a tabela dm_tempo_diario pode ser encontrada no recurso Calendários - Dias \n  de cada conjunto.\n",
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_categ_econ",
            "title": "Categoria Econômica da Despesa - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_grupo",
            "title": "Grupo de Despesa - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_elemento",
            "title": "Elemento de Despesa - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_item",
            "title": "Item de Despesa - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_fonte",
            "title": "Fonte de Recurso - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_modalidade_aplic",
            "title": "Modalidade de Aplicação - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "id_funcao",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "id_subfuncao",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "id_programa",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "id_acao",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "id_procedencia",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "id_unidade_orc",
            "title": "Unidade Orçamentária - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_favorecido",
            "title": "Favorecido - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_empenho",
            "title": "Número do Empenho - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_tipo_documento",
            "title": "Tipo de Documento - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "ano_origem",
            "title": "Ano Origem",
            "type": "year",
            "format": "default",
            "bareNumber": true,
            "description": "Ano de origem do empenho\n",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "cd_evento",
            "title": "Evento - Código",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "tp_operacao",
            "title": "Tipo de Operação",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true,
              "enum": [
                "1",
                "2"
              ]
            }
          },
          {
            "name": "cd_documento",
            "title": "Documento - Código",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "nr_ordem",
            "title": "Número de Ordem",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "dt_documento",
            "title": "Data do Documento",
            "type": "date",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "ano_particao",
            "title": "Ano de Partição",
            "type": "year",
            "bareNumber": true,
            "constraints": {
              "required": true
            },
            "format": "default"
          },
          {
            "name": "vr_nao_processado",
            "title": "Valor Inscrito Não Processado",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "description": "Valor, em reais, de empenho inscrito em restos a pagar não processado, ou seja, são aqueles derivados de despesas “legalmente empenhadas que não foram liquidadas e nem pagas até 31 de dezembro do mesmo exercício.\n",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          },
          {
            "name": "vr_processado",
            "title": "Valor Inscrito Processado",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "description": "Valor, em reais, de despesa liquidada de exercícios anteriores, ou seja, são aqueles cujo 2º estágio da despesa (liquidação) já ocorreu restando apenas o pagamento.\n",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          },
          {
            "name": "vr_pago",
            "title": "valor Pago",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "description": "Soma do valor de restos a pagar processados e não processados referentes aos pagamentos efetuados através de movimentações bancárias, escriturais e apropriação contábil da despesa. \nO efetivo pagamento pode estar pendente de transmissão aos bancos e/ou sujeito a compensação bancária.\n",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          }
        ],
        "missingValues": [
          ""
        ],
        "foreignKeys": [
          {
            "fields": [
              "id_elemento"
            ],
            "reference": {
              "fields": [
                "id_elemento"
              ],
              "resource": "dm_elemento_desp"
            }
          },
          {
            "fields": [
              "id_modalidade_aplic"
            ],
            "reference": {
              "fields": [
                "id_modalidade_aplic"
              ],
              "resource": "dm_modalidade_aplic"
            }
          },
          {
            "fields": [
              "id_grupo"
            ],
            "reference": {
              "fields": [
                "id_grupo"
              ],
              "resource": "dm_grupo_desp"
            }
          },
          {
            "fields": [
              "id_favorecido"
            ],
            "reference": {
              "fields": [
                "id_favorecido"
              ],
              "resource": "dm_favorecido"
            }
          },
          {
            "fields": [
              "id_unidade_orc"
            ],
            "reference": {
              "fields": [
                "id_unidade_orc"
              ],
              "resource": "dm_unidade_orc"
            }
          },
          {
            "fields": [
              "id_tempo"
            ],
            "reference": {
              "fields": [
                "id_tempo"
              ],
              "resource": "dm_tempo_anual"
            }
          },
          {
            "fields": [
              "id_empenho"
            ],
            "reference": {
              "fields": [
                "id_empenho"
              ],
              "resource": "dm_empenho_resto_2007"
            }
          },
          {
            "fields": [
              "id_categ_econ"
            ],
            "reference": {
              "fields": [
                "id_categ_econ"
              ],
              "resource": "dm_categ_econ"
            }
          },
          {
            "fields": [
              "id_item"
            ],
            "reference": {
              "fields": [
                "id_item"
              ],
              "resource": "dm_item_desp"
            }
          },
          {
            "fields": [
              "id_fonte"
            ],
            "reference": {
              "fields": [
                "id_fonte"
              ],
              "resource": "dm_fonte"
            }
          },
          {
            "fields": [
              "id_tipo_documento"
            ],
            "reference": {
              "fields": [
                "id_tipo_documento"
              ],
              "resource": "dm_tipo_documento"
            }
          },
          {
            "fields": [
              "id_funcao"
            ],
            "reference": {
              "fields": [
                "id_funcao"
              ],
              "resource": "dm_funcao_resto"
            }
          },
          {
            "fields": [
              "id_subfuncao"
            ],
            "reference": {
              "fields": [
                "id_subfuncao"
              ],
              "resource": "dm_subfuncao_resto"
            }
          },
          {
            "fields": [
              "id_programa"
            ],
            "reference": {
              "fields": [
                "id_programa"
              ],
              "resource": "dm_programa_resto"
            }
          },
          {
            "fields": [
              "id_acao"
            ],
            "reference": {
              "fields": [
                "id_acao"
              ],
              "resource": "dm_acao_resto"
            }
          },
          {
            "fields": [
              "id_procedencia"
            ],
            "reference": {
              "fields": [
                "id_procedencia"
              ],
              "resource": "dm_procedencia"
            }
          }
        ]
      },
      "sources": [
        {
          "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
          "table": "ft_restos_pagar"
        }
      ],
      "format": "csv",
      "mediatype": "text/csv",
      "encoding": "utf-8-sig",
      "dialect": {
        "delimiter": ";",
        "lineTerminator": "\r\n",
        "quoteChar": "\"",
        "doubleQuote": true,
        "skipInitialSpace": false
      },
      "profile": "tabular-data-resource",
      "validation": {
        "version": "4.16.6",
        "time": 91.576,
        "errors": [],
        "tasks": [
          {
            "resource": {
              "name": "ft_restos_pagar_2007",
              "title": "ft_restos_pagar 2007",
              "path": "data/ft_restos_pagar_2007.csv.gz",
              "schema": {
                "fields": [
                  {
                    "name": "id_tempo",
                    "title": "Tempo - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "description": "- > \n  Chave estrangeira (Foreign Key) que aponta para a Chave Primária (Primary keys) da tabela dm_tempo_diario. \n  Ou seja, por meio dessa chave é possível identificar a data completa a qual o dado se refere.\n\n  Nota: \n  No site dados.mg.gov.br a tabela dm_tempo_diario pode ser encontrada no recurso Calendários - Dias \n  de cada conjunto.\n",
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_categ_econ",
                    "title": "Categoria Econômica da Despesa - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_grupo",
                    "title": "Grupo de Despesa - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_elemento",
                    "title": "Elemento de Despesa - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_item",
                    "title": "Item de Despesa - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_fonte",
                    "title": "Fonte de Recurso - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_modalidade_aplic",
                    "title": "Modalidade de Aplicação - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "id_funcao",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "id_subfuncao",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "id_programa",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "id_acao",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "id_procedencia",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "id_unidade_orc",
                    "title": "Unidade Orçamentária - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_favorecido",
                    "title": "Favorecido - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_empenho",
                    "title": "Número do Empenho - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_tipo_documento",
                    "title": "Tipo de Documento - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "ano_origem",
                    "title": "Ano Origem",
                    "type": "year",
                    "format": "default",
                    "bareNumber": true,
                    "description": "Ano de origem do empenho\n",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "cd_evento",
                    "title": "Evento - Código",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "tp_operacao",
                    "title": "Tipo de Operação",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true,
                      "enum": [
                        "1",
                        "2"
                      ]
                    }
                  },
                  {
                    "name": "cd_documento",
                    "title": "Documento - Código",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "nr_ordem",
                    "title": "Número de Ordem",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "dt_documento",
                    "title": "Data do Documento",
                    "type": "date",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "ano_particao",
                    "title": "Ano de Partição",
                    "type": "year",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_nao_processado",
                    "title": "Valor Inscrito Não Processado",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "description": "Valor, em reais, de empenho inscrito em restos a pagar não processado, ou seja, são aqueles derivados de despesas “legalmente empenhadas que não foram liquidadas e nem pagas até 31 de dezembro do mesmo exercício.\n",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_processado",
                    "title": "Valor Inscrito Processado",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "description": "Valor, em reais, de despesa liquidada de exercícios anteriores, ou seja, são aqueles cujo 2º estágio da despesa (liquidação) já ocorreu restando apenas o pagamento.\n",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_pago",
                    "title": "valor Pago",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "description": "Soma do valor de restos a pagar processados e não processados referentes aos pagamentos efetuados através de movimentações bancárias, escriturais e apropriação contábil da despesa. \nO efetivo pagamento pode estar pendente de transmissão aos bancos e/ou sujeito a compensação bancária.\n",
                    "constraints": {
                      "required": true
                    }
                  }
                ],
                "missingValues": [
                  ""
                ],
                "foreignKeys": [
                  {
                    "fields": [
                      "id_elemento"
                    ],
                    "reference": {
                      "fields": [
                        "id_elemento"
                      ],
                      "resource": "dm_elemento_desp"
                    }
                  },
                  {
                    "fields": [
                      "id_modalidade_aplic"
                    ],
                    "reference": {
                      "fields": [
                        "id_modalidade_aplic"
                      ],
                      "resource": "dm_modalidade_aplic"
                    }
                  },
                  {
                    "fields": [
                      "id_grupo"
                    ],
                    "reference": {
                      "fields": [
                        "id_grupo"
                      ],
                      "resource": "dm_grupo_desp"
                    }
                  },
                  {
                    "fields": [
                      "id_favorecido"
                    ],
                    "reference": {
                      "fields": [
                        "id_favorecido"
                      ],
                      "resource": "dm_favorecido"
                    }
                  },
                  {
                    "fields": [
                      "id_unidade_orc"
                    ],
                    "reference": {
                      "fields": [
                        "id_unidade_orc"
                      ],
                      "resource": "dm_unidade_orc"
                    }
                  },
                  {
                    "fields": [
                      "id_tempo"
                    ],
                    "reference": {
                      "fields": [
                        "id_tempo"
                      ],
                      "resource": "dm_tempo_anual"
                    }
                  },
                  {
                    "fields": [
                      "id_empenho"
                    ],
                    "reference": {
                      "fields": [
                        "id_empenho"
                      ],
                      "resource": "dm_empenho_resto_2007"
                    }
                  },
                  {
                    "fields": [
                      "id_categ_econ"
                    ],
                    "reference": {
                      "fields": [
                        "id_categ_econ"
                      ],
                      "resource": "dm_categ_econ"
                    }
                  },
                  {
                    "fields": [
                      "id_item"
                    ],
                    "reference": {
                      "fields": [
                        "id_item"
                      ],
                      "resource": "dm_item_desp"
                    }
                  },
                  {
                    "fields": [
                      "id_fonte"
                    ],
                    "reference": {
                      "fields": [
                        "id_fonte"
                      ],
                      "resource": "dm_fonte"
                    }
                  },
                  {
                    "fields": [
                      "id_tipo_documento"
                    ],
                    "reference": {
                      "fields": [
                        "id_tipo_documento"
                      ],
                      "resource": "dm_tipo_documento"
                    }
                  },
                  {
                    "fields": [
                      "id_funcao"
                    ],
                    "reference": {
                      "fields": [
                        "id_funcao"
                      ],
                      "resource": "dm_funcao_resto"
                    }
                  },
                  {
                    "fields": [
                      "id_subfuncao"
                    ],
                    "reference": {
                      "fields": [
                        "id_subfuncao"
                      ],
                      "resource": "dm_subfuncao_resto"
                    }
                  },
                  {
                    "fields": [
                      "id_programa"
                    ],
                    "reference": {
                      "fields": [
                        "id_programa"
                      ],
                      "resource": "dm_programa_resto"
                    }
                  },
                  {
                    "fields": [
                      "id_acao"
                    ],
                    "reference": {
                      "fields": [
                        "id_acao"
                      ],
                      "resource": "dm_acao_resto"
                    }
                  },
                  {
                    "fields": [
                      "id_procedencia"
                    ],
                    "reference": {
                      "fields": [
                        "id_procedencia"
                      ],
                      "resource": "dm_procedencia"
                    }
                  }
                ]
              },
              "sources": [
                {
                  "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
                  "table": "ft_restos_pagar"
                }
              ],
              "format": "csv",
              "mediatype": "text/csv",
              "encoding": "utf-8-sig",
              "dialect": {
                "delimiter": ";"
              },
              "profile": "tabular-data-resource",
              "scheme": "file",
              "hashing": "md5",
              "compression": "gz",
              "stats": {
                "hash": "c936c7a96ed0fae35d0e1ea29d01f01f",
                "bytes": 2741138,
                "fields": 26,
                "rows": 150404
              }
            },
            "time": 91.576,
            "scope": [
              "hash-count-error",
              "byte-count-error",
              "field-count-error",
              "row-count-error",
              "blank-header",
              "extra-label",
              "missing-label",
              "blank-label",
              "duplicate-label",
              "incorrect-label",
              "blank-row",
              "primary-key-error",
              "foreign-key-error",
              "extra-cell",
              "missing-cell",
              "type-error",
              "constraint-error",
              "unique-error"
            ],
            "partial": false,
            "errors": [],
            "stats": {
              "errors": 0
            },
            "valid": true
          }
        ],
        "stats": {
          "errors": 0,
          "tasks": 1
        },
        "valid": true
      }
    },
    {
      "name": "ft_restos_pagar_2008",
      "title": "ft_restos_pagar 2008",
      "path": "data/ft_restos_pagar_2008.csv.gz",
      "schema": {
        "fields": [
          {
            "name": "id_tempo",
            "title": "Tempo - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "description": "- > \n  Chave estrangeira (Foreign Key) que aponta para a Chave Primária (Primary keys) da tabela dm_tempo_diario. \n  Ou seja, por meio dessa chave é possível identificar a data completa a qual o dado se refere.\n\n  Nota: \n  No site dados.mg.gov.br a tabela dm_tempo_diario pode ser encontrada no recurso Calendários - Dias \n  de cada conjunto.\n",
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_categ_econ",
            "title": "Categoria Econômica da Despesa - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_grupo",
            "title": "Grupo de Despesa - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_elemento",
            "title": "Elemento de Despesa - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_item",
            "title": "Item de Despesa - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_fonte",
            "title": "Fonte de Recurso - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_modalidade_aplic",
            "title": "Modalidade de Aplicação - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "id_funcao",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "id_subfuncao",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "id_programa",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "id_acao",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "id_procedencia",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "id_unidade_orc",
            "title": "Unidade Orçamentária - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_favorecido",
            "title": "Favorecido - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_empenho",
            "title": "Número do Empenho - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_tipo_documento",
            "title": "Tipo de Documento - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "ano_origem",
            "title": "Ano Origem",
            "type": "year",
            "format": "default",
            "bareNumber": true,
            "description": "Ano de origem do empenho\n",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "cd_evento",
            "title": "Evento - Código",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "tp_operacao",
            "title": "Tipo de Operação",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true,
              "enum": [
                "1",
                "2"
              ]
            }
          },
          {
            "name": "cd_documento",
            "title": "Documento - Código",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "nr_ordem",
            "title": "Número de Ordem",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "dt_documento",
            "title": "Data do Documento",
            "type": "date",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "ano_particao",
            "title": "Ano de Partição",
            "type": "year",
            "bareNumber": true,
            "constraints": {
              "required": true
            },
            "format": "default"
          },
          {
            "name": "vr_nao_processado",
            "title": "Valor Inscrito Não Processado",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "description": "Valor, em reais, de empenho inscrito em restos a pagar não processado, ou seja, são aqueles derivados de despesas “legalmente empenhadas que não foram liquidadas e nem pagas até 31 de dezembro do mesmo exercício.\n",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          },
          {
            "name": "vr_processado",
            "title": "Valor Inscrito Processado",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "description": "Valor, em reais, de despesa liquidada de exercícios anteriores, ou seja, são aqueles cujo 2º estágio da despesa (liquidação) já ocorreu restando apenas o pagamento.\n",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          },
          {
            "name": "vr_pago",
            "title": "valor Pago",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "description": "Soma do valor de restos a pagar processados e não processados referentes aos pagamentos efetuados através de movimentações bancárias, escriturais e apropriação contábil da despesa. \nO efetivo pagamento pode estar pendente de transmissão aos bancos e/ou sujeito a compensação bancária.\n",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          }
        ],
        "missingValues": [
          ""
        ],
        "foreignKeys": [
          {
            "fields": [
              "id_elemento"
            ],
            "reference": {
              "fields": [
                "id_elemento"
              ],
              "resource": "dm_elemento_desp"
            }
          },
          {
            "fields": [
              "id_modalidade_aplic"
            ],
            "reference": {
              "fields": [
                "id_modalidade_aplic"
              ],
              "resource": "dm_modalidade_aplic"
            }
          },
          {
            "fields": [
              "id_grupo"
            ],
            "reference": {
              "fields": [
                "id_grupo"
              ],
              "resource": "dm_grupo_desp"
            }
          },
          {
            "fields": [
              "id_favorecido"
            ],
            "reference": {
              "fields": [
                "id_favorecido"
              ],
              "resource": "dm_favorecido"
            }
          },
          {
            "fields": [
              "id_unidade_orc"
            ],
            "reference": {
              "fields": [
                "id_unidade_orc"
              ],
              "resource": "dm_unidade_orc"
            }
          },
          {
            "fields": [
              "id_tempo"
            ],
            "reference": {
              "fields": [
                "id_tempo"
              ],
              "resource": "dm_tempo_anual"
            }
          },
          {
            "fields": [
              "id_empenho"
            ],
            "reference": {
              "fields": [
                "id_empenho"
              ],
              "resource": "dm_empenho_resto_2008"
            }
          },
          {
            "fields": [
              "id_categ_econ"
            ],
            "reference": {
              "fields": [
                "id_categ_econ"
              ],
              "resource": "dm_categ_econ"
            }
          },
          {
            "fields": [
              "id_item"
            ],
            "reference": {
              "fields": [
                "id_item"
              ],
              "resource": "dm_item_desp"
            }
          },
          {
            "fields": [
              "id_fonte"
            ],
            "reference": {
              "fields": [
                "id_fonte"
              ],
              "resource": "dm_fonte"
            }
          },
          {
            "fields": [
              "id_tipo_documento"
            ],
            "reference": {
              "fields": [
                "id_tipo_documento"
              ],
              "resource": "dm_tipo_documento"
            }
          },
          {
            "fields": [
              "id_funcao"
            ],
            "reference": {
              "fields": [
                "id_funcao"
              ],
              "resource": "dm_funcao_resto"
            }
          },
          {
            "fields": [
              "id_subfuncao"
            ],
            "reference": {
              "fields": [
                "id_subfuncao"
              ],
              "resource": "dm_subfuncao_resto"
            }
          },
          {
            "fields": [
              "id_programa"
            ],
            "reference": {
              "fields": [
                "id_programa"
              ],
              "resource": "dm_programa_resto"
            }
          },
          {
            "fields": [
              "id_acao"
            ],
            "reference": {
              "fields": [
                "id_acao"
              ],
              "resource": "dm_acao_resto"
            }
          },
          {
            "fields": [
              "id_procedencia"
            ],
            "reference": {
              "fields": [
                "id_procedencia"
              ],
              "resource": "dm_procedencia"
            }
          }
        ]
      },
      "sources": [
        {
          "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
          "table": "ft_restos_pagar"
        }
      ],
      "format": "csv",
      "mediatype": "text/csv",
      "encoding": "utf-8-sig",
      "dialect": {
        "delimiter": ";",
        "lineTerminator": "\r\n",
        "quoteChar": "\"",
        "doubleQuote": true,
        "skipInitialSpace": false
      },
      "profile": "tabular-data-resource",
      "validation": {
        "version": "4.16.6",
        "time": 95.605,
        "errors": [],
        "tasks": [
          {
            "resource": {
              "name": "ft_restos_pagar_2008",
              "title": "ft_restos_pagar 2008",
              "path": "data/ft_restos_pagar_2008.csv.gz",
              "schema": {
                "fields": [
                  {
                    "name": "id_tempo",
                    "title": "Tempo - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "description": "- > \n  Chave estrangeira (Foreign Key) que aponta para a Chave Primária (Primary keys) da tabela dm_tempo_diario. \n  Ou seja, por meio dessa chave é possível identificar a data completa a qual o dado se refere.\n\n  Nota: \n  No site dados.mg.gov.br a tabela dm_tempo_diario pode ser encontrada no recurso Calendários - Dias \n  de cada conjunto.\n",
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_categ_econ",
                    "title": "Categoria Econômica da Despesa - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_grupo",
                    "title": "Grupo de Despesa - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_elemento",
                    "title": "Elemento de Despesa - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_item",
                    "title": "Item de Despesa - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_fonte",
                    "title": "Fonte de Recurso - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_modalidade_aplic",
                    "title": "Modalidade de Aplicação - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "id_funcao",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "id_subfuncao",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "id_programa",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "id_acao",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "id_procedencia",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "id_unidade_orc",
                    "title": "Unidade Orçamentária - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_favorecido",
                    "title": "Favorecido - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_empenho",
                    "title": "Número do Empenho - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_tipo_documento",
                    "title": "Tipo de Documento - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "ano_origem",
                    "title": "Ano Origem",
                    "type": "year",
                    "format": "default",
                    "bareNumber": true,
                    "description": "Ano de origem do empenho\n",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "cd_evento",
                    "title": "Evento - Código",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "tp_operacao",
                    "title": "Tipo de Operação",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true,
                      "enum": [
                        "1",
                        "2"
                      ]
                    }
                  },
                  {
                    "name": "cd_documento",
                    "title": "Documento - Código",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "nr_ordem",
                    "title": "Número de Ordem",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "dt_documento",
                    "title": "Data do Documento",
                    "type": "date",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "ano_particao",
                    "title": "Ano de Partição",
                    "type": "year",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_nao_processado",
                    "title": "Valor Inscrito Não Processado",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "description": "Valor, em reais, de empenho inscrito em restos a pagar não processado, ou seja, são aqueles derivados de despesas “legalmente empenhadas que não foram liquidadas e nem pagas até 31 de dezembro do mesmo exercício.\n",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_processado",
                    "title": "Valor Inscrito Processado",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "description": "Valor, em reais, de despesa liquidada de exercícios anteriores, ou seja, são aqueles cujo 2º estágio da despesa (liquidação) já ocorreu restando apenas o pagamento.\n",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_pago",
                    "title": "valor Pago",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "description": "Soma do valor de restos a pagar processados e não processados referentes aos pagamentos efetuados através de movimentações bancárias, escriturais e apropriação contábil da despesa. \nO efetivo pagamento pode estar pendente de transmissão aos bancos e/ou sujeito a compensação bancária.\n",
                    "constraints": {
                      "required": true
                    }
                  }
                ],
                "missingValues": [
                  ""
                ],
                "foreignKeys": [
                  {
                    "fields": [
                      "id_elemento"
                    ],
                    "reference": {
                      "fields": [
                        "id_elemento"
                      ],
                      "resource": "dm_elemento_desp"
                    }
                  },
                  {
                    "fields": [
                      "id_modalidade_aplic"
                    ],
                    "reference": {
                      "fields": [
                        "id_modalidade_aplic"
                      ],
                      "resource": "dm_modalidade_aplic"
                    }
                  },
                  {
                    "fields": [
                      "id_grupo"
                    ],
                    "reference": {
                      "fields": [
                        "id_grupo"
                      ],
                      "resource": "dm_grupo_desp"
                    }
                  },
                  {
                    "fields": [
                      "id_favorecido"
                    ],
                    "reference": {
                      "fields": [
                        "id_favorecido"
                      ],
                      "resource": "dm_favorecido"
                    }
                  },
                  {
                    "fields": [
                      "id_unidade_orc"
                    ],
                    "reference": {
                      "fields": [
                        "id_unidade_orc"
                      ],
                      "resource": "dm_unidade_orc"
                    }
                  },
                  {
                    "fields": [
                      "id_tempo"
                    ],
                    "reference": {
                      "fields": [
                        "id_tempo"
                      ],
                      "resource": "dm_tempo_anual"
                    }
                  },
                  {
                    "fields": [
                      "id_empenho"
                    ],
                    "reference": {
                      "fields": [
                        "id_empenho"
                      ],
                      "resource": "dm_empenho_resto_2008"
                    }
                  },
                  {
                    "fields": [
                      "id_categ_econ"
                    ],
                    "reference": {
                      "fields": [
                        "id_categ_econ"
                      ],
                      "resource": "dm_categ_econ"
                    }
                  },
                  {
                    "fields": [
                      "id_item"
                    ],
                    "reference": {
                      "fields": [
                        "id_item"
                      ],
                      "resource": "dm_item_desp"
                    }
                  },
                  {
                    "fields": [
                      "id_fonte"
                    ],
                    "reference": {
                      "fields": [
                        "id_fonte"
                      ],
                      "resource": "dm_fonte"
                    }
                  },
                  {
                    "fields": [
                      "id_tipo_documento"
                    ],
                    "reference": {
                      "fields": [
                        "id_tipo_documento"
                      ],
                      "resource": "dm_tipo_documento"
                    }
                  },
                  {
                    "fields": [
                      "id_funcao"
                    ],
                    "reference": {
                      "fields": [
                        "id_funcao"
                      ],
                      "resource": "dm_funcao_resto"
                    }
                  },
                  {
                    "fields": [
                      "id_subfuncao"
                    ],
                    "reference": {
                      "fields": [
                        "id_subfuncao"
                      ],
                      "resource": "dm_subfuncao_resto"
                    }
                  },
                  {
                    "fields": [
                      "id_programa"
                    ],
                    "reference": {
                      "fields": [
                        "id_programa"
                      ],
                      "resource": "dm_programa_resto"
                    }
                  },
                  {
                    "fields": [
                      "id_acao"
                    ],
                    "reference": {
                      "fields": [
                        "id_acao"
                      ],
                      "resource": "dm_acao_resto"
                    }
                  },
                  {
                    "fields": [
                      "id_procedencia"
                    ],
                    "reference": {
                      "fields": [
                        "id_procedencia"
                      ],
                      "resource": "dm_procedencia"
                    }
                  }
                ]
              },
              "sources": [
                {
                  "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
                  "table": "ft_restos_pagar"
                }
              ],
              "format": "csv",
              "mediatype": "text/csv",
              "encoding": "utf-8-sig",
              "dialect": {
                "delimiter": ";"
              },
              "profile": "tabular-data-resource",
              "scheme": "file",
              "hashing": "md5",
              "compression": "gz",
              "stats": {
                "hash": "b7674491222cbdeaf445762de8493699",
                "bytes": 3248053,
                "fields": 26,
                "rows": 177826
              }
            },
            "time": 95.605,
            "scope": [
              "hash-count-error",
              "byte-count-error",
              "field-count-error",
              "row-count-error",
              "blank-header",
              "extra-label",
              "missing-label",
              "blank-label",
              "duplicate-label",
              "incorrect-label",
              "blank-row",
              "primary-key-error",
              "foreign-key-error",
              "extra-cell",
              "missing-cell",
              "type-error",
              "constraint-error",
              "unique-error"
            ],
            "partial": false,
            "errors": [],
            "stats": {
              "errors": 0
            },
            "valid": true
          }
        ],
        "stats": {
          "errors": 0,
          "tasks": 1
        },
        "valid": true
      }
    },
    {
      "name": "ft_restos_pagar_2009",
      "title": "ft_restos_pagar 2009",
      "path": "data/ft_restos_pagar_2009.csv.gz",
      "schema": {
        "fields": [
          {
            "name": "id_tempo",
            "title": "Tempo - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "description": "- > \n  Chave estrangeira (Foreign Key) que aponta para a Chave Primária (Primary keys) da tabela dm_tempo_diario. \n  Ou seja, por meio dessa chave é possível identificar a data completa a qual o dado se refere.\n\n  Nota: \n  No site dados.mg.gov.br a tabela dm_tempo_diario pode ser encontrada no recurso Calendários - Dias \n  de cada conjunto.\n",
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_categ_econ",
            "title": "Categoria Econômica da Despesa - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_grupo",
            "title": "Grupo de Despesa - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_elemento",
            "title": "Elemento de Despesa - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_item",
            "title": "Item de Despesa - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_fonte",
            "title": "Fonte de Recurso - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_modalidade_aplic",
            "title": "Modalidade de Aplicação - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "id_funcao",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "id_subfuncao",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "id_programa",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "id_acao",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "id_procedencia",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "id_unidade_orc",
            "title": "Unidade Orçamentária - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_favorecido",
            "title": "Favorecido - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_empenho",
            "title": "Número do Empenho - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_tipo_documento",
            "title": "Tipo de Documento - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "ano_origem",
            "title": "Ano Origem",
            "type": "year",
            "format": "default",
            "bareNumber": true,
            "description": "Ano de origem do empenho\n",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "cd_evento",
            "title": "Evento - Código",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "tp_operacao",
            "title": "Tipo de Operação",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true,
              "enum": [
                "1",
                "2"
              ]
            }
          },
          {
            "name": "cd_documento",
            "title": "Documento - Código",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "nr_ordem",
            "title": "Número de Ordem",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "dt_documento",
            "title": "Data do Documento",
            "type": "date",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "ano_particao",
            "title": "Ano de Partição",
            "type": "year",
            "bareNumber": true,
            "constraints": {
              "required": true
            },
            "format": "default"
          },
          {
            "name": "vr_nao_processado",
            "title": "Valor Inscrito Não Processado",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "description": "Valor, em reais, de empenho inscrito em restos a pagar não processado, ou seja, são aqueles derivados de despesas “legalmente empenhadas que não foram liquidadas e nem pagas até 31 de dezembro do mesmo exercício.\n",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          },
          {
            "name": "vr_processado",
            "title": "Valor Inscrito Processado",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "description": "Valor, em reais, de despesa liquidada de exercícios anteriores, ou seja, são aqueles cujo 2º estágio da despesa (liquidação) já ocorreu restando apenas o pagamento.\n",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          },
          {
            "name": "vr_pago",
            "title": "valor Pago",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "description": "Soma do valor de restos a pagar processados e não processados referentes aos pagamentos efetuados através de movimentações bancárias, escriturais e apropriação contábil da despesa. \nO efetivo pagamento pode estar pendente de transmissão aos bancos e/ou sujeito a compensação bancária.\n",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          }
        ],
        "missingValues": [
          ""
        ],
        "foreignKeys": [
          {
            "fields": [
              "id_elemento"
            ],
            "reference": {
              "fields": [
                "id_elemento"
              ],
              "resource": "dm_elemento_desp"
            }
          },
          {
            "fields": [
              "id_modalidade_aplic"
            ],
            "reference": {
              "fields": [
                "id_modalidade_aplic"
              ],
              "resource": "dm_modalidade_aplic"
            }
          },
          {
            "fields": [
              "id_grupo"
            ],
            "reference": {
              "fields": [
                "id_grupo"
              ],
              "resource": "dm_grupo_desp"
            }
          },
          {
            "fields": [
              "id_favorecido"
            ],
            "reference": {
              "fields": [
                "id_favorecido"
              ],
              "resource": "dm_favorecido"
            }
          },
          {
            "fields": [
              "id_unidade_orc"
            ],
            "reference": {
              "fields": [
                "id_unidade_orc"
              ],
              "resource": "dm_unidade_orc"
            }
          },
          {
            "fields": [
              "id_tempo"
            ],
            "reference": {
              "fields": [
                "id_tempo"
              ],
              "resource": "dm_tempo_anual"
            }
          },
          {
            "fields": [
              "id_empenho"
            ],
            "reference": {
              "fields": [
                "id_empenho"
              ],
              "resource": "dm_empenho_resto_2009"
            }
          },
          {
            "fields": [
              "id_categ_econ"
            ],
            "reference": {
              "fields": [
                "id_categ_econ"
              ],
              "resource": "dm_categ_econ"
            }
          },
          {
            "fields": [
              "id_item"
            ],
            "reference": {
              "fields": [
                "id_item"
              ],
              "resource": "dm_item_desp"
            }
          },
          {
            "fields": [
              "id_fonte"
            ],
            "reference": {
              "fields": [
                "id_fonte"
              ],
              "resource": "dm_fonte"
            }
          },
          {
            "fields": [
              "id_tipo_documento"
            ],
            "reference": {
              "fields": [
                "id_tipo_documento"
              ],
              "resource": "dm_tipo_documento"
            }
          },
          {
            "fields": [
              "id_funcao"
            ],
            "reference": {
              "fields": [
                "id_funcao"
              ],
              "resource": "dm_funcao_resto"
            }
          },
          {
            "fields": [
              "id_subfuncao"
            ],
            "reference": {
              "fields": [
                "id_subfuncao"
              ],
              "resource": "dm_subfuncao_resto"
            }
          },
          {
            "fields": [
              "id_programa"
            ],
            "reference": {
              "fields": [
                "id_programa"
              ],
              "resource": "dm_programa_resto"
            }
          },
          {
            "fields": [
              "id_acao"
            ],
            "reference": {
              "fields": [
                "id_acao"
              ],
              "resource": "dm_acao_resto"
            }
          },
          {
            "fields": [
              "id_procedencia"
            ],
            "reference": {
              "fields": [
                "id_procedencia"
              ],
              "resource": "dm_procedencia"
            }
          }
        ]
      },
      "sources": [
        {
          "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
          "table": "ft_restos_pagar"
        }
      ],
      "format": "csv",
      "mediatype": "text/csv",
      "encoding": "utf-8-sig",
      "dialect": {
        "delimiter": ";",
        "lineTerminator": "\r\n",
        "quoteChar": "\"",
        "doubleQuote": true,
        "skipInitialSpace": false
      },
      "profile": "tabular-data-resource",
      "validation": {
        "version": "4.16.6",
        "time": 95.006,
        "errors": [],
        "tasks": [
          {
            "resource": {
              "name": "ft_restos_pagar_2009",
              "title": "ft_restos_pagar 2009",
              "path": "data/ft_restos_pagar_2009.csv.gz",
              "schema": {
                "fields": [
                  {
                    "name": "id_tempo",
                    "title": "Tempo - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "description": "- > \n  Chave estrangeira (Foreign Key) que aponta para a Chave Primária (Primary keys) da tabela dm_tempo_diario. \n  Ou seja, por meio dessa chave é possível identificar a data completa a qual o dado se refere.\n\n  Nota: \n  No site dados.mg.gov.br a tabela dm_tempo_diario pode ser encontrada no recurso Calendários - Dias \n  de cada conjunto.\n",
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_categ_econ",
                    "title": "Categoria Econômica da Despesa - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_grupo",
                    "title": "Grupo de Despesa - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_elemento",
                    "title": "Elemento de Despesa - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_item",
                    "title": "Item de Despesa - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_fonte",
                    "title": "Fonte de Recurso - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_modalidade_aplic",
                    "title": "Modalidade de Aplicação - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "id_funcao",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "id_subfuncao",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "id_programa",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "id_acao",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "id_procedencia",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "id_unidade_orc",
                    "title": "Unidade Orçamentária - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_favorecido",
                    "title": "Favorecido - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_empenho",
                    "title": "Número do Empenho - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_tipo_documento",
                    "title": "Tipo de Documento - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "ano_origem",
                    "title": "Ano Origem",
                    "type": "year",
                    "format": "default",
                    "bareNumber": true,
                    "description": "Ano de origem do empenho\n",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "cd_evento",
                    "title": "Evento - Código",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "tp_operacao",
                    "title": "Tipo de Operação",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true,
                      "enum": [
                        "1",
                        "2"
                      ]
                    }
                  },
                  {
                    "name": "cd_documento",
                    "title": "Documento - Código",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "nr_ordem",
                    "title": "Número de Ordem",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "dt_documento",
                    "title": "Data do Documento",
                    "type": "date",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "ano_particao",
                    "title": "Ano de Partição",
                    "type": "year",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_nao_processado",
                    "title": "Valor Inscrito Não Processado",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "description": "Valor, em reais, de empenho inscrito em restos a pagar não processado, ou seja, são aqueles derivados de despesas “legalmente empenhadas que não foram liquidadas e nem pagas até 31 de dezembro do mesmo exercício.\n",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_processado",
                    "title": "Valor Inscrito Processado",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "description": "Valor, em reais, de despesa liquidada de exercícios anteriores, ou seja, são aqueles cujo 2º estágio da despesa (liquidação) já ocorreu restando apenas o pagamento.\n",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_pago",
                    "title": "valor Pago",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "description": "Soma do valor de restos a pagar processados e não processados referentes aos pagamentos efetuados através de movimentações bancárias, escriturais e apropriação contábil da despesa. \nO efetivo pagamento pode estar pendente de transmissão aos bancos e/ou sujeito a compensação bancária.\n",
                    "constraints": {
                      "required": true
                    }
                  }
                ],
                "missingValues": [
                  ""
                ],
                "foreignKeys": [
                  {
                    "fields": [
                      "id_elemento"
                    ],
                    "reference": {
                      "fields": [
                        "id_elemento"
                      ],
                      "resource": "dm_elemento_desp"
                    }
                  },
                  {
                    "fields": [
                      "id_modalidade_aplic"
                    ],
                    "reference": {
                      "fields": [
                        "id_modalidade_aplic"
                      ],
                      "resource": "dm_modalidade_aplic"
                    }
                  },
                  {
                    "fields": [
                      "id_grupo"
                    ],
                    "reference": {
                      "fields": [
                        "id_grupo"
                      ],
                      "resource": "dm_grupo_desp"
                    }
                  },
                  {
                    "fields": [
                      "id_favorecido"
                    ],
                    "reference": {
                      "fields": [
                        "id_favorecido"
                      ],
                      "resource": "dm_favorecido"
                    }
                  },
                  {
                    "fields": [
                      "id_unidade_orc"
                    ],
                    "reference": {
                      "fields": [
                        "id_unidade_orc"
                      ],
                      "resource": "dm_unidade_orc"
                    }
                  },
                  {
                    "fields": [
                      "id_tempo"
                    ],
                    "reference": {
                      "fields": [
                        "id_tempo"
                      ],
                      "resource": "dm_tempo_anual"
                    }
                  },
                  {
                    "fields": [
                      "id_empenho"
                    ],
                    "reference": {
                      "fields": [
                        "id_empenho"
                      ],
                      "resource": "dm_empenho_resto_2009"
                    }
                  },
                  {
                    "fields": [
                      "id_categ_econ"
                    ],
                    "reference": {
                      "fields": [
                        "id_categ_econ"
                      ],
                      "resource": "dm_categ_econ"
                    }
                  },
                  {
                    "fields": [
                      "id_item"
                    ],
                    "reference": {
                      "fields": [
                        "id_item"
                      ],
                      "resource": "dm_item_desp"
                    }
                  },
                  {
                    "fields": [
                      "id_fonte"
                    ],
                    "reference": {
                      "fields": [
                        "id_fonte"
                      ],
                      "resource": "dm_fonte"
                    }
                  },
                  {
                    "fields": [
                      "id_tipo_documento"
                    ],
                    "reference": {
                      "fields": [
                        "id_tipo_documento"
                      ],
                      "resource": "dm_tipo_documento"
                    }
                  },
                  {
                    "fields": [
                      "id_funcao"
                    ],
                    "reference": {
                      "fields": [
                        "id_funcao"
                      ],
                      "resource": "dm_funcao_resto"
                    }
                  },
                  {
                    "fields": [
                      "id_subfuncao"
                    ],
                    "reference": {
                      "fields": [
                        "id_subfuncao"
                      ],
                      "resource": "dm_subfuncao_resto"
                    }
                  },
                  {
                    "fields": [
                      "id_programa"
                    ],
                    "reference": {
                      "fields": [
                        "id_programa"
                      ],
                      "resource": "dm_programa_resto"
                    }
                  },
                  {
                    "fields": [
                      "id_acao"
                    ],
                    "reference": {
                      "fields": [
                        "id_acao"
                      ],
                      "resource": "dm_acao_resto"
                    }
                  },
                  {
                    "fields": [
                      "id_procedencia"
                    ],
                    "reference": {
                      "fields": [
                        "id_procedencia"
                      ],
                      "resource": "dm_procedencia"
                    }
                  }
                ]
              },
              "sources": [
                {
                  "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
                  "table": "ft_restos_pagar"
                }
              ],
              "format": "csv",
              "mediatype": "text/csv",
              "encoding": "utf-8-sig",
              "dialect": {
                "delimiter": ";"
              },
              "profile": "tabular-data-resource",
              "scheme": "file",
              "hashing": "md5",
              "compression": "gz",
              "stats": {
                "hash": "422ac0563de4a55cf351267c4940544d",
                "bytes": 3347541,
                "fields": 26,
                "rows": 182991
              }
            },
            "time": 95.006,
            "scope": [
              "hash-count-error",
              "byte-count-error",
              "field-count-error",
              "row-count-error",
              "blank-header",
              "extra-label",
              "missing-label",
              "blank-label",
              "duplicate-label",
              "incorrect-label",
              "blank-row",
              "primary-key-error",
              "foreign-key-error",
              "extra-cell",
              "missing-cell",
              "type-error",
              "constraint-error",
              "unique-error"
            ],
            "partial": false,
            "errors": [],
            "stats": {
              "errors": 0
            },
            "valid": true
          }
        ],
        "stats": {
          "errors": 0,
          "tasks": 1
        },
        "valid": true
      }
    },
    {
      "name": "ft_restos_pagar_2010",
      "title": "ft_restos_pagar 2010",
      "path": "data/ft_restos_pagar_2010.csv.gz",
      "schema": {
        "fields": [
          {
            "name": "id_tempo",
            "title": "Tempo - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "description": "- > \n  Chave estrangeira (Foreign Key) que aponta para a Chave Primária (Primary keys) da tabela dm_tempo_diario. \n  Ou seja, por meio dessa chave é possível identificar a data completa a qual o dado se refere.\n\n  Nota: \n  No site dados.mg.gov.br a tabela dm_tempo_diario pode ser encontrada no recurso Calendários - Dias \n  de cada conjunto.\n",
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_categ_econ",
            "title": "Categoria Econômica da Despes - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_grupo",
            "title": "Grupo de Despesa - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_elemento",
            "title": "Elemento de Despesa - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_item",
            "title": "Item de Despesa - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_fonte",
            "title": "Fonte de Recurso - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_modalidade_aplic",
            "title": "Modalidade de Aplicação - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "id_funcao",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "id_subfuncao",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "id_programa",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "id_acao",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "id_procedencia",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "id_unidade_orc",
            "title": "Unidade Orçamentária - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_favorecido",
            "title": "Favorecido - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_empenho",
            "title": "Número do Empenho - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_tipo_documento",
            "title": "Tipo de Documento - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "ano_origem",
            "title": "Ano Origem",
            "type": "year",
            "format": "default",
            "bareNumber": true,
            "description": "Ano de origem do empenho\n",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "cd_evento",
            "title": "Evento - Código",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "tp_operacao",
            "title": "Tipo de Operação",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true,
              "enum": [
                "1",
                "2"
              ]
            }
          },
          {
            "name": "cd_documento",
            "title": "Documento - Código",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "nr_ordem",
            "title": "Número de Ordem",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "dt_documento",
            "title": "Data do Documento",
            "type": "date",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "ano_particao",
            "title": "Ano de Partição",
            "type": "year",
            "bareNumber": true,
            "constraints": {
              "required": true
            },
            "format": "default"
          },
          {
            "name": "vr_nao_processado",
            "title": "Valor Inscrito Não Processado",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "description": "Valor, em reais, de empenho inscrito em restos a pagar não processado, ou seja, são aqueles derivados de despesas “legalmente empenhadas que não foram liquidadas e nem pagas até 31 de dezembro do mesmo exercício.\n",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          },
          {
            "name": "vr_processado",
            "title": "Valor Inscrito Processado",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "description": "Valor, em reais, de despesa liquidada de exercícios anteriores, ou seja, são aqueles cujo 2º estágio da despesa (liquidação) já ocorreu restando apenas o pagamento.\n",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          },
          {
            "name": "vr_pago",
            "title": "valor Pago",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "description": "Soma do valor de restos a pagar processados e não processados referentes aos pagamentos efetuados através de movimentações bancárias, escriturais e apropriação contábil da despesa. \nO efetivo pagamento pode estar pendente de transmissão aos bancos e/ou sujeito a compensação bancária.\n",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          }
        ],
        "missingValues": [
          ""
        ],
        "foreignKeys": [
          {
            "fields": [
              "id_elemento"
            ],
            "reference": {
              "fields": [
                "id_elemento"
              ],
              "resource": "dm_elemento_desp"
            }
          },
          {
            "fields": [
              "id_modalidade_aplic"
            ],
            "reference": {
              "fields": [
                "id_modalidade_aplic"
              ],
              "resource": "dm_modalidade_aplic"
            }
          },
          {
            "fields": [
              "id_grupo"
            ],
            "reference": {
              "fields": [
                "id_grupo"
              ],
              "resource": "dm_grupo_desp"
            }
          },
          {
            "fields": [
              "id_favorecido"
            ],
            "reference": {
              "fields": [
                "id_favorecido"
              ],
              "resource": "dm_favorecido"
            }
          },
          {
            "fields": [
              "id_unidade_orc"
            ],
            "reference": {
              "fields": [
                "id_unidade_orc"
              ],
              "resource": "dm_unidade_orc"
            }
          },
          {
            "fields": [
              "id_tempo"
            ],
            "reference": {
              "fields": [
                "id_tempo"
              ],
              "resource": "dm_tempo_anual"
            }
          },
          {
            "fields": [
              "id_empenho"
            ],
            "reference": {
              "fields": [
                "id_empenho"
              ],
              "resource": "dm_empenho_resto_2010"
            }
          },
          {
            "fields": [
              "id_categ_econ"
            ],
            "reference": {
              "fields": [
                "id_categ_econ"
              ],
              "resource": "dm_categ_econ"
            }
          },
          {
            "fields": [
              "id_item"
            ],
            "reference": {
              "fields": [
                "id_item"
              ],
              "resource": "dm_item_desp"
            }
          },
          {
            "fields": [
              "id_fonte"
            ],
            "reference": {
              "fields": [
                "id_fonte"
              ],
              "resource": "dm_fonte"
            }
          },
          {
            "fields": [
              "id_tipo_documento"
            ],
            "reference": {
              "fields": [
                "id_tipo_documento"
              ],
              "resource": "dm_tipo_documento"
            }
          },
          {
            "fields": [
              "id_funcao"
            ],
            "reference": {
              "fields": [
                "id_funcao"
              ],
              "resource": "dm_funcao_resto"
            }
          },
          {
            "fields": [
              "id_subfuncao"
            ],
            "reference": {
              "fields": [
                "id_subfuncao"
              ],
              "resource": "dm_subfuncao_resto"
            }
          },
          {
            "fields": [
              "id_programa"
            ],
            "reference": {
              "fields": [
                "id_programa"
              ],
              "resource": "dm_programa_resto"
            }
          },
          {
            "fields": [
              "id_acao"
            ],
            "reference": {
              "fields": [
                "id_acao"
              ],
              "resource": "dm_acao_resto"
            }
          },
          {
            "fields": [
              "id_procedencia"
            ],
            "reference": {
              "fields": [
                "id_procedencia"
              ],
              "resource": "dm_procedencia"
            }
          }
        ]
      },
      "sources": [
        {
          "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
          "table": "ft_restos_pagar"
        }
      ],
      "format": "csv",
      "mediatype": "text/csv",
      "encoding": "utf-8-sig",
      "dialect": {
        "delimiter": ";",
        "lineTerminator": "\r\n",
        "quoteChar": "\"",
        "doubleQuote": true,
        "skipInitialSpace": false
      },
      "profile": "tabular-data-resource",
      "validation": {
        "version": "4.16.6",
        "time": 93.08,
        "errors": [],
        "tasks": [
          {
            "resource": {
              "name": "ft_restos_pagar_2010",
              "title": "ft_restos_pagar 2010",
              "path": "data/ft_restos_pagar_2010.csv.gz",
              "schema": {
                "fields": [
                  {
                    "name": "id_tempo",
                    "title": "Tempo - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "description": "- > \n  Chave estrangeira (Foreign Key) que aponta para a Chave Primária (Primary keys) da tabela dm_tempo_diario. \n  Ou seja, por meio dessa chave é possível identificar a data completa a qual o dado se refere.\n\n  Nota: \n  No site dados.mg.gov.br a tabela dm_tempo_diario pode ser encontrada no recurso Calendários - Dias \n  de cada conjunto.\n",
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_categ_econ",
                    "title": "Categoria Econômica da Despes - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_grupo",
                    "title": "Grupo de Despesa - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_elemento",
                    "title": "Elemento de Despesa - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_item",
                    "title": "Item de Despesa - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_fonte",
                    "title": "Fonte de Recurso - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_modalidade_aplic",
                    "title": "Modalidade de Aplicação - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "id_funcao",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "id_subfuncao",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "id_programa",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "id_acao",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "id_procedencia",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "id_unidade_orc",
                    "title": "Unidade Orçamentária - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_favorecido",
                    "title": "Favorecido - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_empenho",
                    "title": "Número do Empenho - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_tipo_documento",
                    "title": "Tipo de Documento - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "ano_origem",
                    "title": "Ano Origem",
                    "type": "year",
                    "format": "default",
                    "bareNumber": true,
                    "description": "Ano de origem do empenho\n",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "cd_evento",
                    "title": "Evento - Código",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "tp_operacao",
                    "title": "Tipo de Operação",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true,
                      "enum": [
                        "1",
                        "2"
                      ]
                    }
                  },
                  {
                    "name": "cd_documento",
                    "title": "Documento - Código",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "nr_ordem",
                    "title": "Número de Ordem",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "dt_documento",
                    "title": "Data do Documento",
                    "type": "date",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "ano_particao",
                    "title": "Ano de Partição",
                    "type": "year",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_nao_processado",
                    "title": "Valor Inscrito Não Processado",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "description": "Valor, em reais, de empenho inscrito em restos a pagar não processado, ou seja, são aqueles derivados de despesas “legalmente empenhadas que não foram liquidadas e nem pagas até 31 de dezembro do mesmo exercício.\n",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_processado",
                    "title": "Valor Inscrito Processado",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "description": "Valor, em reais, de despesa liquidada de exercícios anteriores, ou seja, são aqueles cujo 2º estágio da despesa (liquidação) já ocorreu restando apenas o pagamento.\n",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_pago",
                    "title": "valor Pago",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "description": "Soma do valor de restos a pagar processados e não processados referentes aos pagamentos efetuados através de movimentações bancárias, escriturais e apropriação contábil da despesa. \nO efetivo pagamento pode estar pendente de transmissão aos bancos e/ou sujeito a compensação bancária.\n",
                    "constraints": {
                      "required": true
                    }
                  }
                ],
                "missingValues": [
                  ""
                ],
                "foreignKeys": [
                  {
                    "fields": [
                      "id_elemento"
                    ],
                    "reference": {
                      "fields": [
                        "id_elemento"
                      ],
                      "resource": "dm_elemento_desp"
                    }
                  },
                  {
                    "fields": [
                      "id_modalidade_aplic"
                    ],
                    "reference": {
                      "fields": [
                        "id_modalidade_aplic"
                      ],
                      "resource": "dm_modalidade_aplic"
                    }
                  },
                  {
                    "fields": [
                      "id_grupo"
                    ],
                    "reference": {
                      "fields": [
                        "id_grupo"
                      ],
                      "resource": "dm_grupo_desp"
                    }
                  },
                  {
                    "fields": [
                      "id_favorecido"
                    ],
                    "reference": {
                      "fields": [
                        "id_favorecido"
                      ],
                      "resource": "dm_favorecido"
                    }
                  },
                  {
                    "fields": [
                      "id_unidade_orc"
                    ],
                    "reference": {
                      "fields": [
                        "id_unidade_orc"
                      ],
                      "resource": "dm_unidade_orc"
                    }
                  },
                  {
                    "fields": [
                      "id_tempo"
                    ],
                    "reference": {
                      "fields": [
                        "id_tempo"
                      ],
                      "resource": "dm_tempo_anual"
                    }
                  },
                  {
                    "fields": [
                      "id_empenho"
                    ],
                    "reference": {
                      "fields": [
                        "id_empenho"
                      ],
                      "resource": "dm_empenho_resto_2010"
                    }
                  },
                  {
                    "fields": [
                      "id_categ_econ"
                    ],
                    "reference": {
                      "fields": [
                        "id_categ_econ"
                      ],
                      "resource": "dm_categ_econ"
                    }
                  },
                  {
                    "fields": [
                      "id_item"
                    ],
                    "reference": {
                      "fields": [
                        "id_item"
                      ],
                      "resource": "dm_item_desp"
                    }
                  },
                  {
                    "fields": [
                      "id_fonte"
                    ],
                    "reference": {
                      "fields": [
                        "id_fonte"
                      ],
                      "resource": "dm_fonte"
                    }
                  },
                  {
                    "fields": [
                      "id_tipo_documento"
                    ],
                    "reference": {
                      "fields": [
                        "id_tipo_documento"
                      ],
                      "resource": "dm_tipo_documento"
                    }
                  },
                  {
                    "fields": [
                      "id_funcao"
                    ],
                    "reference": {
                      "fields": [
                        "id_funcao"
                      ],
                      "resource": "dm_funcao_resto"
                    }
                  },
                  {
                    "fields": [
                      "id_subfuncao"
                    ],
                    "reference": {
                      "fields": [
                        "id_subfuncao"
                      ],
                      "resource": "dm_subfuncao_resto"
                    }
                  },
                  {
                    "fields": [
                      "id_programa"
                    ],
                    "reference": {
                      "fields": [
                        "id_programa"
                      ],
                      "resource": "dm_programa_resto"
                    }
                  },
                  {
                    "fields": [
                      "id_acao"
                    ],
                    "reference": {
                      "fields": [
                        "id_acao"
                      ],
                      "resource": "dm_acao_resto"
                    }
                  },
                  {
                    "fields": [
                      "id_procedencia"
                    ],
                    "reference": {
                      "fields": [
                        "id_procedencia"
                      ],
                      "resource": "dm_procedencia"
                    }
                  }
                ]
              },
              "sources": [
                {
                  "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
                  "table": "ft_restos_pagar"
                }
              ],
              "format": "csv",
              "mediatype": "text/csv",
              "encoding": "utf-8-sig",
              "dialect": {
                "delimiter": ";"
              },
              "profile": "tabular-data-resource",
              "scheme": "file",
              "hashing": "md5",
              "compression": "gz",
              "stats": {
                "hash": "110f643890c6bdf2df85ceaae232ed71",
                "bytes": 2952234,
                "fields": 26,
                "rows": 172022
              }
            },
            "time": 93.08,
            "scope": [
              "hash-count-error",
              "byte-count-error",
              "field-count-error",
              "row-count-error",
              "blank-header",
              "extra-label",
              "missing-label",
              "blank-label",
              "duplicate-label",
              "incorrect-label",
              "blank-row",
              "primary-key-error",
              "foreign-key-error",
              "extra-cell",
              "missing-cell",
              "type-error",
              "constraint-error",
              "unique-error"
            ],
            "partial": false,
            "errors": [],
            "stats": {
              "errors": 0
            },
            "valid": true
          }
        ],
        "stats": {
          "errors": 0,
          "tasks": 1
        },
        "valid": true
      }
    },
    {
      "name": "ft_restos_pagar_2011",
      "title": "ft_restos_pagar 2011",
      "path": "data/ft_restos_pagar_2011.csv.gz",
      "schema": {
        "fields": [
          {
            "name": "id_tempo",
            "title": "Tempo - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "description": "- > \n  Chave estrangeira (Foreign Key) que aponta para a Chave Primária (Primary keys) da tabela dm_tempo_diario. \n  Ou seja, por meio dessa chave é possível identificar a data completa a qual o dado se refere.\n\n  Nota: \n  No site dados.mg.gov.br a tabela dm_tempo_diario pode ser encontrada no recurso Calendários - Dias \n  de cada conjunto.\n",
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_categ_econ",
            "title": "Categoria Econômica da Despesa - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_grupo",
            "title": "Grupo de Despesa - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_elemento",
            "title": "Elemento de Despesa - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_item",
            "title": "Item de Despesa - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_fonte",
            "title": "Fonte de Recurso - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_modalidade_aplic",
            "title": "Modalidade de Aplicação - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "id_funcao",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "id_subfuncao",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "id_programa",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "id_acao",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "id_procedencia",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "id_unidade_orc",
            "title": "Unidade Orçamentária - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_favorecido",
            "title": "Favorecido - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_empenho",
            "title": "Número do Empenho - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_tipo_documento",
            "title": "Tipo de Documento - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "ano_origem",
            "title": "Ano Origem",
            "type": "year",
            "format": "default",
            "bareNumber": true,
            "description": "Ano de origem do empenho\n",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "cd_evento",
            "title": "Evento - Código",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "tp_operacao",
            "title": "Tipo de Operação",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true,
              "enum": [
                "1",
                "2"
              ]
            }
          },
          {
            "name": "cd_documento",
            "title": "Documento - Código",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "nr_ordem",
            "title": "Número de Ordem",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "dt_documento",
            "title": "Data do Documento",
            "type": "date",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "ano_particao",
            "title": "Ano de Partição",
            "type": "year",
            "bareNumber": true,
            "constraints": {
              "required": true
            },
            "format": "default"
          },
          {
            "name": "vr_nao_processado",
            "title": "Valor Inscrito Não Processado",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "description": "Valor, em reais, de empenho inscrito em restos a pagar não processado, ou seja, são aqueles derivados de despesas “legalmente empenhadas que não foram liquidadas e nem pagas até 31 de dezembro do mesmo exercício.\n",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          },
          {
            "name": "vr_processado",
            "title": "Valor Inscrito Processado",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "description": "Valor, em reais, de despesa liquidada de exercícios anteriores, ou seja, são aqueles cujo 2º estágio da despesa (liquidação) já ocorreu restando apenas o pagamento.\n",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          },
          {
            "name": "vr_pago",
            "title": "valor Pago",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "description": "Soma do valor de restos a pagar processados e não processados referentes aos pagamentos efetuados através de movimentações bancárias, escriturais e apropriação contábil da despesa. \nO efetivo pagamento pode estar pendente de transmissão aos bancos e/ou sujeito a compensação bancária.\n",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          }
        ],
        "missingValues": [
          ""
        ],
        "foreignKeys": [
          {
            "fields": [
              "id_elemento"
            ],
            "reference": {
              "fields": [
                "id_elemento"
              ],
              "resource": "dm_elemento_desp"
            }
          },
          {
            "fields": [
              "id_modalidade_aplic"
            ],
            "reference": {
              "fields": [
                "id_modalidade_aplic"
              ],
              "resource": "dm_modalidade_aplic"
            }
          },
          {
            "fields": [
              "id_grupo"
            ],
            "reference": {
              "fields": [
                "id_grupo"
              ],
              "resource": "dm_grupo_desp"
            }
          },
          {
            "fields": [
              "id_favorecido"
            ],
            "reference": {
              "fields": [
                "id_favorecido"
              ],
              "resource": "dm_favorecido"
            }
          },
          {
            "fields": [
              "id_unidade_orc"
            ],
            "reference": {
              "fields": [
                "id_unidade_orc"
              ],
              "resource": "dm_unidade_orc"
            }
          },
          {
            "fields": [
              "id_tempo"
            ],
            "reference": {
              "fields": [
                "id_tempo"
              ],
              "resource": "dm_tempo_anual"
            }
          },
          {
            "fields": [
              "id_empenho"
            ],
            "reference": {
              "fields": [
                "id_empenho"
              ],
              "resource": "dm_empenho_resto_2011"
            }
          },
          {
            "fields": [
              "id_categ_econ"
            ],
            "reference": {
              "fields": [
                "id_categ_econ"
              ],
              "resource": "dm_categ_econ"
            }
          },
          {
            "fields": [
              "id_item"
            ],
            "reference": {
              "fields": [
                "id_item"
              ],
              "resource": "dm_item_desp"
            }
          },
          {
            "fields": [
              "id_fonte"
            ],
            "reference": {
              "fields": [
                "id_fonte"
              ],
              "resource": "dm_fonte"
            }
          },
          {
            "fields": [
              "id_tipo_documento"
            ],
            "reference": {
              "fields": [
                "id_tipo_documento"
              ],
              "resource": "dm_tipo_documento"
            }
          },
          {
            "fields": [
              "id_funcao"
            ],
            "reference": {
              "fields": [
                "id_funcao"
              ],
              "resource": "dm_funcao_resto"
            }
          },
          {
            "fields": [
              "id_subfuncao"
            ],
            "reference": {
              "fields": [
                "id_subfuncao"
              ],
              "resource": "dm_subfuncao_resto"
            }
          },
          {
            "fields": [
              "id_programa"
            ],
            "reference": {
              "fields": [
                "id_programa"
              ],
              "resource": "dm_programa_resto"
            }
          },
          {
            "fields": [
              "id_acao"
            ],
            "reference": {
              "fields": [
                "id_acao"
              ],
              "resource": "dm_acao_resto"
            }
          },
          {
            "fields": [
              "id_procedencia"
            ],
            "reference": {
              "fields": [
                "id_procedencia"
              ],
              "resource": "dm_procedencia"
            }
          }
        ]
      },
      "sources": [
        {
          "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
          "table": "ft_restos_pagar"
        }
      ],
      "format": "csv",
      "mediatype": "text/csv",
      "encoding": "utf-8-sig",
      "dialect": {
        "delimiter": ";",
        "lineTerminator": "\r\n",
        "quoteChar": "\"",
        "doubleQuote": true,
        "skipInitialSpace": false
      },
      "profile": "tabular-data-resource",
      "validation": {
        "version": "4.16.6",
        "time": 89.705,
        "errors": [],
        "tasks": [
          {
            "resource": {
              "name": "ft_restos_pagar_2011",
              "title": "ft_restos_pagar 2011",
              "path": "data/ft_restos_pagar_2011.csv.gz",
              "schema": {
                "fields": [
                  {
                    "name": "id_tempo",
                    "title": "Tempo - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "description": "- > \n  Chave estrangeira (Foreign Key) que aponta para a Chave Primária (Primary keys) da tabela dm_tempo_diario. \n  Ou seja, por meio dessa chave é possível identificar a data completa a qual o dado se refere.\n\n  Nota: \n  No site dados.mg.gov.br a tabela dm_tempo_diario pode ser encontrada no recurso Calendários - Dias \n  de cada conjunto.\n",
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_categ_econ",
                    "title": "Categoria Econômica da Despesa - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_grupo",
                    "title": "Grupo de Despesa - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_elemento",
                    "title": "Elemento de Despesa - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_item",
                    "title": "Item de Despesa - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_fonte",
                    "title": "Fonte de Recurso - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_modalidade_aplic",
                    "title": "Modalidade de Aplicação - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "id_funcao",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "id_subfuncao",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "id_programa",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "id_acao",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "id_procedencia",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "id_unidade_orc",
                    "title": "Unidade Orçamentária - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_favorecido",
                    "title": "Favorecido - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_empenho",
                    "title": "Número do Empenho - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_tipo_documento",
                    "title": "Tipo de Documento - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "ano_origem",
                    "title": "Ano Origem",
                    "type": "year",
                    "format": "default",
                    "bareNumber": true,
                    "description": "Ano de origem do empenho\n",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "cd_evento",
                    "title": "Evento - Código",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "tp_operacao",
                    "title": "Tipo de Operação",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true,
                      "enum": [
                        "1",
                        "2"
                      ]
                    }
                  },
                  {
                    "name": "cd_documento",
                    "title": "Documento - Código",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "nr_ordem",
                    "title": "Número de Ordem",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "dt_documento",
                    "title": "Data do Documento",
                    "type": "date",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "ano_particao",
                    "title": "Ano de Partição",
                    "type": "year",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_nao_processado",
                    "title": "Valor Inscrito Não Processado",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "description": "Valor, em reais, de empenho inscrito em restos a pagar não processado, ou seja, são aqueles derivados de despesas “legalmente empenhadas que não foram liquidadas e nem pagas até 31 de dezembro do mesmo exercício.\n",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_processado",
                    "title": "Valor Inscrito Processado",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "description": "Valor, em reais, de despesa liquidada de exercícios anteriores, ou seja, são aqueles cujo 2º estágio da despesa (liquidação) já ocorreu restando apenas o pagamento.\n",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_pago",
                    "title": "valor Pago",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "description": "Soma do valor de restos a pagar processados e não processados referentes aos pagamentos efetuados através de movimentações bancárias, escriturais e apropriação contábil da despesa. \nO efetivo pagamento pode estar pendente de transmissão aos bancos e/ou sujeito a compensação bancária.\n",
                    "constraints": {
                      "required": true
                    }
                  }
                ],
                "missingValues": [
                  ""
                ],
                "foreignKeys": [
                  {
                    "fields": [
                      "id_elemento"
                    ],
                    "reference": {
                      "fields": [
                        "id_elemento"
                      ],
                      "resource": "dm_elemento_desp"
                    }
                  },
                  {
                    "fields": [
                      "id_modalidade_aplic"
                    ],
                    "reference": {
                      "fields": [
                        "id_modalidade_aplic"
                      ],
                      "resource": "dm_modalidade_aplic"
                    }
                  },
                  {
                    "fields": [
                      "id_grupo"
                    ],
                    "reference": {
                      "fields": [
                        "id_grupo"
                      ],
                      "resource": "dm_grupo_desp"
                    }
                  },
                  {
                    "fields": [
                      "id_favorecido"
                    ],
                    "reference": {
                      "fields": [
                        "id_favorecido"
                      ],
                      "resource": "dm_favorecido"
                    }
                  },
                  {
                    "fields": [
                      "id_unidade_orc"
                    ],
                    "reference": {
                      "fields": [
                        "id_unidade_orc"
                      ],
                      "resource": "dm_unidade_orc"
                    }
                  },
                  {
                    "fields": [
                      "id_tempo"
                    ],
                    "reference": {
                      "fields": [
                        "id_tempo"
                      ],
                      "resource": "dm_tempo_anual"
                    }
                  },
                  {
                    "fields": [
                      "id_empenho"
                    ],
                    "reference": {
                      "fields": [
                        "id_empenho"
                      ],
                      "resource": "dm_empenho_resto_2011"
                    }
                  },
                  {
                    "fields": [
                      "id_categ_econ"
                    ],
                    "reference": {
                      "fields": [
                        "id_categ_econ"
                      ],
                      "resource": "dm_categ_econ"
                    }
                  },
                  {
                    "fields": [
                      "id_item"
                    ],
                    "reference": {
                      "fields": [
                        "id_item"
                      ],
                      "resource": "dm_item_desp"
                    }
                  },
                  {
                    "fields": [
                      "id_fonte"
                    ],
                    "reference": {
                      "fields": [
                        "id_fonte"
                      ],
                      "resource": "dm_fonte"
                    }
                  },
                  {
                    "fields": [
                      "id_tipo_documento"
                    ],
                    "reference": {
                      "fields": [
                        "id_tipo_documento"
                      ],
                      "resource": "dm_tipo_documento"
                    }
                  },
                  {
                    "fields": [
                      "id_funcao"
                    ],
                    "reference": {
                      "fields": [
                        "id_funcao"
                      ],
                      "resource": "dm_funcao_resto"
                    }
                  },
                  {
                    "fields": [
                      "id_subfuncao"
                    ],
                    "reference": {
                      "fields": [
                        "id_subfuncao"
                      ],
                      "resource": "dm_subfuncao_resto"
                    }
                  },
                  {
                    "fields": [
                      "id_programa"
                    ],
                    "reference": {
                      "fields": [
                        "id_programa"
                      ],
                      "resource": "dm_programa_resto"
                    }
                  },
                  {
                    "fields": [
                      "id_acao"
                    ],
                    "reference": {
                      "fields": [
                        "id_acao"
                      ],
                      "resource": "dm_acao_resto"
                    }
                  },
                  {
                    "fields": [
                      "id_procedencia"
                    ],
                    "reference": {
                      "fields": [
                        "id_procedencia"
                      ],
                      "resource": "dm_procedencia"
                    }
                  }
                ]
              },
              "sources": [
                {
                  "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
                  "table": "ft_restos_pagar"
                }
              ],
              "format": "csv",
              "mediatype": "text/csv",
              "encoding": "utf-8-sig",
              "dialect": {
                "delimiter": ";"
              },
              "profile": "tabular-data-resource",
              "scheme": "file",
              "hashing": "md5",
              "compression": "gz",
              "stats": {
                "hash": "b514f17118eaacae6407c0548348bf28",
                "bytes": 2518330,
                "fields": 26,
                "rows": 145992
              }
            },
            "time": 89.705,
            "scope": [
              "hash-count-error",
              "byte-count-error",
              "field-count-error",
              "row-count-error",
              "blank-header",
              "extra-label",
              "missing-label",
              "blank-label",
              "duplicate-label",
              "incorrect-label",
              "blank-row",
              "primary-key-error",
              "foreign-key-error",
              "extra-cell",
              "missing-cell",
              "type-error",
              "constraint-error",
              "unique-error"
            ],
            "partial": false,
            "errors": [],
            "stats": {
              "errors": 0
            },
            "valid": true
          }
        ],
        "stats": {
          "errors": 0,
          "tasks": 1
        },
        "valid": true
      }
    },
    {
      "name": "ft_restos_pagar_2012",
      "title": "ft_restos_pagar 2012",
      "path": "data/ft_restos_pagar_2012.csv.gz",
      "schema": {
        "fields": [
          {
            "name": "id_tempo",
            "title": "Tempo - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "description": "- > \n  Chave estrangeira (Foreign Key) que aponta para a Chave Primária (Primary keys) da tabela dm_tempo_diario. \n  Ou seja, por meio dessa chave é possível identificar a data completa a qual o dado se refere.\n\n  Nota: \n  No site dados.mg.gov.br a tabela dm_tempo_diario pode ser encontrada no recurso Calendários - Dias \n  de cada conjunto.\n",
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_categ_econ",
            "title": "Categoria Econômica da Despesa - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_grupo",
            "title": "Grupo de Despesa - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_elemento",
            "title": "Elemento de Despesa - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_item",
            "title": "Item de Despesa - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_fonte",
            "title": "Fonte de Recurso - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_modalidade_aplic",
            "title": "Modalidade de Aplicação - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "id_funcao",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "id_subfuncao",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "id_programa",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "id_acao",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "id_procedencia",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "id_unidade_orc",
            "title": "Unidade Orçamentária - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_favorecido",
            "title": "Favorecido - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_empenho",
            "title": "Número do Empenho - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_tipo_documento",
            "title": "Tipo de Documento - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "ano_origem",
            "title": "Ano Origem",
            "type": "year",
            "format": "default",
            "bareNumber": true,
            "description": "Ano de origem do empenho\n",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "cd_evento",
            "title": "Evento - Código",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "tp_operacao",
            "title": "Tipo de Operação",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true,
              "enum": [
                "1",
                "2"
              ]
            }
          },
          {
            "name": "cd_documento",
            "title": "Documento - Código",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "nr_ordem",
            "title": "Número de Ordem",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "dt_documento",
            "title": "Data do Documento",
            "type": "date",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "ano_particao",
            "title": "Ano de Partição",
            "type": "year",
            "bareNumber": true,
            "constraints": {
              "required": true
            },
            "format": "default"
          },
          {
            "name": "vr_nao_processado",
            "title": "Valor Inscrito Não Processado",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "description": "Valor, em reais, de empenho inscrito em restos a pagar não processado, ou seja, são aqueles derivados de despesas “legalmente empenhadas que não foram liquidadas e nem pagas até 31 de dezembro do mesmo exercício.\n",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          },
          {
            "name": "vr_processado",
            "title": "Valor Inscrito Processado",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "description": "Valor, em reais, de despesa liquidada de exercícios anteriores, ou seja, são aqueles cujo 2º estágio da despesa (liquidação) já ocorreu restando apenas o pagamento.\n",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          },
          {
            "name": "vr_pago",
            "title": "valor Pago",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "description": "Soma do valor de restos a pagar processados e não processados referentes aos pagamentos efetuados através de movimentações bancárias, escriturais e apropriação contábil da despesa. \nO efetivo pagamento pode estar pendente de transmissão aos bancos e/ou sujeito a compensação bancária.\n",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          }
        ],
        "missingValues": [
          ""
        ],
        "foreignKeys": [
          {
            "fields": [
              "id_elemento"
            ],
            "reference": {
              "fields": [
                "id_elemento"
              ],
              "resource": "dm_elemento_desp"
            }
          },
          {
            "fields": [
              "id_modalidade_aplic"
            ],
            "reference": {
              "fields": [
                "id_modalidade_aplic"
              ],
              "resource": "dm_modalidade_aplic"
            }
          },
          {
            "fields": [
              "id_grupo"
            ],
            "reference": {
              "fields": [
                "id_grupo"
              ],
              "resource": "dm_grupo_desp"
            }
          },
          {
            "fields": [
              "id_favorecido"
            ],
            "reference": {
              "fields": [
                "id_favorecido"
              ],
              "resource": "dm_favorecido"
            }
          },
          {
            "fields": [
              "id_unidade_orc"
            ],
            "reference": {
              "fields": [
                "id_unidade_orc"
              ],
              "resource": "dm_unidade_orc"
            }
          },
          {
            "fields": [
              "id_tempo"
            ],
            "reference": {
              "fields": [
                "id_tempo"
              ],
              "resource": "dm_tempo_anual"
            }
          },
          {
            "fields": [
              "id_empenho"
            ],
            "reference": {
              "fields": [
                "id_empenho"
              ],
              "resource": "dm_empenho_resto_2012"
            }
          },
          {
            "fields": [
              "id_categ_econ"
            ],
            "reference": {
              "fields": [
                "id_categ_econ"
              ],
              "resource": "dm_categ_econ"
            }
          },
          {
            "fields": [
              "id_item"
            ],
            "reference": {
              "fields": [
                "id_item"
              ],
              "resource": "dm_item_desp"
            }
          },
          {
            "fields": [
              "id_fonte"
            ],
            "reference": {
              "fields": [
                "id_fonte"
              ],
              "resource": "dm_fonte"
            }
          },
          {
            "fields": [
              "id_tipo_documento"
            ],
            "reference": {
              "fields": [
                "id_tipo_documento"
              ],
              "resource": "dm_tipo_documento"
            }
          },
          {
            "fields": [
              "id_funcao"
            ],
            "reference": {
              "fields": [
                "id_funcao"
              ],
              "resource": "dm_funcao_resto"
            }
          },
          {
            "fields": [
              "id_subfuncao"
            ],
            "reference": {
              "fields": [
                "id_subfuncao"
              ],
              "resource": "dm_subfuncao_resto"
            }
          },
          {
            "fields": [
              "id_programa"
            ],
            "reference": {
              "fields": [
                "id_programa"
              ],
              "resource": "dm_programa_resto"
            }
          },
          {
            "fields": [
              "id_acao"
            ],
            "reference": {
              "fields": [
                "id_acao"
              ],
              "resource": "dm_acao_resto"
            }
          },
          {
            "fields": [
              "id_procedencia"
            ],
            "reference": {
              "fields": [
                "id_procedencia"
              ],
              "resource": "dm_procedencia"
            }
          }
        ]
      },
      "sources": [
        {
          "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
          "table": "ft_restos_pagar"
        }
      ],
      "format": "csv",
      "mediatype": "text/csv",
      "encoding": "utf-8-sig",
      "dialect": {
        "delimiter": ";",
        "lineTerminator": "\r\n",
        "quoteChar": "\"",
        "doubleQuote": true,
        "skipInitialSpace": false
      },
      "profile": "tabular-data-resource",
      "validation": {
        "version": "4.16.6",
        "time": 89.778,
        "errors": [],
        "tasks": [
          {
            "resource": {
              "name": "ft_restos_pagar_2012",
              "title": "ft_restos_pagar 2012",
              "path": "data/ft_restos_pagar_2012.csv.gz",
              "schema": {
                "fields": [
                  {
                    "name": "id_tempo",
                    "title": "Tempo - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "description": "- > \n  Chave estrangeira (Foreign Key) que aponta para a Chave Primária (Primary keys) da tabela dm_tempo_diario. \n  Ou seja, por meio dessa chave é possível identificar a data completa a qual o dado se refere.\n\n  Nota: \n  No site dados.mg.gov.br a tabela dm_tempo_diario pode ser encontrada no recurso Calendários - Dias \n  de cada conjunto.\n",
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_categ_econ",
                    "title": "Categoria Econômica da Despesa - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_grupo",
                    "title": "Grupo de Despesa - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_elemento",
                    "title": "Elemento de Despesa - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_item",
                    "title": "Item de Despesa - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_fonte",
                    "title": "Fonte de Recurso - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_modalidade_aplic",
                    "title": "Modalidade de Aplicação - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "id_funcao",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "id_subfuncao",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "id_programa",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "id_acao",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "id_procedencia",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "id_unidade_orc",
                    "title": "Unidade Orçamentária - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_favorecido",
                    "title": "Favorecido - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_empenho",
                    "title": "Número do Empenho - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_tipo_documento",
                    "title": "Tipo de Documento - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "ano_origem",
                    "title": "Ano Origem",
                    "type": "year",
                    "format": "default",
                    "bareNumber": true,
                    "description": "Ano de origem do empenho\n",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "cd_evento",
                    "title": "Evento - Código",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "tp_operacao",
                    "title": "Tipo de Operação",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true,
                      "enum": [
                        "1",
                        "2"
                      ]
                    }
                  },
                  {
                    "name": "cd_documento",
                    "title": "Documento - Código",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "nr_ordem",
                    "title": "Número de Ordem",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "dt_documento",
                    "title": "Data do Documento",
                    "type": "date",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "ano_particao",
                    "title": "Ano de Partição",
                    "type": "year",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_nao_processado",
                    "title": "Valor Inscrito Não Processado",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "description": "Valor, em reais, de empenho inscrito em restos a pagar não processado, ou seja, são aqueles derivados de despesas “legalmente empenhadas que não foram liquidadas e nem pagas até 31 de dezembro do mesmo exercício.\n",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_processado",
                    "title": "Valor Inscrito Processado",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "description": "Valor, em reais, de despesa liquidada de exercícios anteriores, ou seja, são aqueles cujo 2º estágio da despesa (liquidação) já ocorreu restando apenas o pagamento.\n",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_pago",
                    "title": "valor Pago",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "description": "Soma do valor de restos a pagar processados e não processados referentes aos pagamentos efetuados através de movimentações bancárias, escriturais e apropriação contábil da despesa. \nO efetivo pagamento pode estar pendente de transmissão aos bancos e/ou sujeito a compensação bancária.\n",
                    "constraints": {
                      "required": true
                    }
                  }
                ],
                "missingValues": [
                  ""
                ],
                "foreignKeys": [
                  {
                    "fields": [
                      "id_elemento"
                    ],
                    "reference": {
                      "fields": [
                        "id_elemento"
                      ],
                      "resource": "dm_elemento_desp"
                    }
                  },
                  {
                    "fields": [
                      "id_modalidade_aplic"
                    ],
                    "reference": {
                      "fields": [
                        "id_modalidade_aplic"
                      ],
                      "resource": "dm_modalidade_aplic"
                    }
                  },
                  {
                    "fields": [
                      "id_grupo"
                    ],
                    "reference": {
                      "fields": [
                        "id_grupo"
                      ],
                      "resource": "dm_grupo_desp"
                    }
                  },
                  {
                    "fields": [
                      "id_favorecido"
                    ],
                    "reference": {
                      "fields": [
                        "id_favorecido"
                      ],
                      "resource": "dm_favorecido"
                    }
                  },
                  {
                    "fields": [
                      "id_unidade_orc"
                    ],
                    "reference": {
                      "fields": [
                        "id_unidade_orc"
                      ],
                      "resource": "dm_unidade_orc"
                    }
                  },
                  {
                    "fields": [
                      "id_tempo"
                    ],
                    "reference": {
                      "fields": [
                        "id_tempo"
                      ],
                      "resource": "dm_tempo_anual"
                    }
                  },
                  {
                    "fields": [
                      "id_empenho"
                    ],
                    "reference": {
                      "fields": [
                        "id_empenho"
                      ],
                      "resource": "dm_empenho_resto_2012"
                    }
                  },
                  {
                    "fields": [
                      "id_categ_econ"
                    ],
                    "reference": {
                      "fields": [
                        "id_categ_econ"
                      ],
                      "resource": "dm_categ_econ"
                    }
                  },
                  {
                    "fields": [
                      "id_item"
                    ],
                    "reference": {
                      "fields": [
                        "id_item"
                      ],
                      "resource": "dm_item_desp"
                    }
                  },
                  {
                    "fields": [
                      "id_fonte"
                    ],
                    "reference": {
                      "fields": [
                        "id_fonte"
                      ],
                      "resource": "dm_fonte"
                    }
                  },
                  {
                    "fields": [
                      "id_tipo_documento"
                    ],
                    "reference": {
                      "fields": [
                        "id_tipo_documento"
                      ],
                      "resource": "dm_tipo_documento"
                    }
                  },
                  {
                    "fields": [
                      "id_funcao"
                    ],
                    "reference": {
                      "fields": [
                        "id_funcao"
                      ],
                      "resource": "dm_funcao_resto"
                    }
                  },
                  {
                    "fields": [
                      "id_subfuncao"
                    ],
                    "reference": {
                      "fields": [
                        "id_subfuncao"
                      ],
                      "resource": "dm_subfuncao_resto"
                    }
                  },
                  {
                    "fields": [
                      "id_programa"
                    ],
                    "reference": {
                      "fields": [
                        "id_programa"
                      ],
                      "resource": "dm_programa_resto"
                    }
                  },
                  {
                    "fields": [
                      "id_acao"
                    ],
                    "reference": {
                      "fields": [
                        "id_acao"
                      ],
                      "resource": "dm_acao_resto"
                    }
                  },
                  {
                    "fields": [
                      "id_procedencia"
                    ],
                    "reference": {
                      "fields": [
                        "id_procedencia"
                      ],
                      "resource": "dm_procedencia"
                    }
                  }
                ]
              },
              "sources": [
                {
                  "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
                  "table": "ft_restos_pagar"
                }
              ],
              "format": "csv",
              "mediatype": "text/csv",
              "encoding": "utf-8-sig",
              "dialect": {
                "delimiter": ";"
              },
              "profile": "tabular-data-resource",
              "scheme": "file",
              "hashing": "md5",
              "compression": "gz",
              "stats": {
                "hash": "31099b40c9d459870d451f86520b3a92",
                "bytes": 2703856,
                "fields": 26,
                "rows": 152955
              }
            },
            "time": 89.778,
            "scope": [
              "hash-count-error",
              "byte-count-error",
              "field-count-error",
              "row-count-error",
              "blank-header",
              "extra-label",
              "missing-label",
              "blank-label",
              "duplicate-label",
              "incorrect-label",
              "blank-row",
              "primary-key-error",
              "foreign-key-error",
              "extra-cell",
              "missing-cell",
              "type-error",
              "constraint-error",
              "unique-error"
            ],
            "partial": false,
            "errors": [],
            "stats": {
              "errors": 0
            },
            "valid": true
          }
        ],
        "stats": {
          "errors": 0,
          "tasks": 1
        },
        "valid": true
      }
    },
    {
      "name": "ft_restos_pagar_2013",
      "title": "ft_restos_pagar 2013",
      "path": "data/ft_restos_pagar_2013.csv.gz",
      "schema": {
        "fields": [
          {
            "name": "id_tempo",
            "title": "Tempo - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "description": "- > \n  Chave estrangeira (Foreign Key) que aponta para a Chave Primária (Primary keys) da tabela dm_tempo_diario. \n  Ou seja, por meio dessa chave é possível identificar a data completa a qual o dado se refere.\n\n  Nota: \n  No site dados.mg.gov.br a tabela dm_tempo_diario pode ser encontrada no recurso Calendários - Dias \n  de cada conjunto.\n",
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_categ_econ",
            "title": "Categoria Econômica da Despesa - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_grupo",
            "title": "Grupo de Despesa - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_elemento",
            "title": "Elemento de Despesa - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_item",
            "title": "Item de Despesa - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_fonte",
            "title": "Fonte de Recurso - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_modalidade_aplic",
            "title": "Modalidade de Aplicação - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "id_funcao",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "id_subfuncao",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "id_programa",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "id_acao",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "id_procedencia",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "id_unidade_orc",
            "title": "Unidade Orçamentária - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_favorecido",
            "title": "Favorecido - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_empenho",
            "title": "Número do Empenho - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_tipo_documento",
            "title": "Tipo de Documento - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "ano_origem",
            "title": "Ano Origem",
            "type": "year",
            "format": "default",
            "bareNumber": true,
            "description": "Ano de origem do empenho\n",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "cd_evento",
            "title": "Evento - Código",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "tp_operacao",
            "title": "Tipo de Operação",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true,
              "enum": [
                "1",
                "2"
              ]
            }
          },
          {
            "name": "cd_documento",
            "title": "Documento - Código",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "nr_ordem",
            "title": "Número de Ordem",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "dt_documento",
            "title": "Data do Documento",
            "type": "date",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "ano_particao",
            "title": "Ano de Partição",
            "type": "year",
            "bareNumber": true,
            "constraints": {
              "required": true
            },
            "format": "default"
          },
          {
            "name": "vr_nao_processado",
            "title": "Valor Inscrito Não Processado",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "description": "Valor, em reais, de empenho inscrito em restos a pagar não processado, ou seja, são aqueles derivados de despesas “legalmente empenhadas que não foram liquidadas e nem pagas até 31 de dezembro do mesmo exercício.\n",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          },
          {
            "name": "vr_processado",
            "title": "Valor Inscrito Processado",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "description": "Valor, em reais, de despesa liquidada de exercícios anteriores, ou seja, são aqueles cujo 2º estágio da despesa (liquidação) já ocorreu restando apenas o pagamento.\n",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          },
          {
            "name": "vr_pago",
            "title": "valor Pago",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "description": "Soma do valor de restos a pagar processados e não processados referentes aos pagamentos efetuados através de movimentações bancárias, escriturais e apropriação contábil da despesa. \nO efetivo pagamento pode estar pendente de transmissão aos bancos e/ou sujeito a compensação bancária.\n",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          }
        ],
        "missingValues": [
          ""
        ],
        "foreignKeys": [
          {
            "fields": [
              "id_elemento"
            ],
            "reference": {
              "fields": [
                "id_elemento"
              ],
              "resource": "dm_elemento_desp"
            }
          },
          {
            "fields": [
              "id_modalidade_aplic"
            ],
            "reference": {
              "fields": [
                "id_modalidade_aplic"
              ],
              "resource": "dm_modalidade_aplic"
            }
          },
          {
            "fields": [
              "id_grupo"
            ],
            "reference": {
              "fields": [
                "id_grupo"
              ],
              "resource": "dm_grupo_desp"
            }
          },
          {
            "fields": [
              "id_favorecido"
            ],
            "reference": {
              "fields": [
                "id_favorecido"
              ],
              "resource": "dm_favorecido"
            }
          },
          {
            "fields": [
              "id_unidade_orc"
            ],
            "reference": {
              "fields": [
                "id_unidade_orc"
              ],
              "resource": "dm_unidade_orc"
            }
          },
          {
            "fields": [
              "id_tempo"
            ],
            "reference": {
              "fields": [
                "id_tempo"
              ],
              "resource": "dm_tempo_anual"
            }
          },
          {
            "fields": [
              "id_empenho"
            ],
            "reference": {
              "fields": [
                "id_empenho"
              ],
              "resource": "dm_empenho_resto_2013"
            }
          },
          {
            "fields": [
              "id_categ_econ"
            ],
            "reference": {
              "fields": [
                "id_categ_econ"
              ],
              "resource": "dm_categ_econ"
            }
          },
          {
            "fields": [
              "id_item"
            ],
            "reference": {
              "fields": [
                "id_item"
              ],
              "resource": "dm_item_desp"
            }
          },
          {
            "fields": [
              "id_fonte"
            ],
            "reference": {
              "fields": [
                "id_fonte"
              ],
              "resource": "dm_fonte"
            }
          },
          {
            "fields": [
              "id_tipo_documento"
            ],
            "reference": {
              "fields": [
                "id_tipo_documento"
              ],
              "resource": "dm_tipo_documento"
            }
          },
          {
            "fields": [
              "id_funcao"
            ],
            "reference": {
              "fields": [
                "id_funcao"
              ],
              "resource": "dm_funcao_resto"
            }
          },
          {
            "fields": [
              "id_subfuncao"
            ],
            "reference": {
              "fields": [
                "id_subfuncao"
              ],
              "resource": "dm_subfuncao_resto"
            }
          },
          {
            "fields": [
              "id_programa"
            ],
            "reference": {
              "fields": [
                "id_programa"
              ],
              "resource": "dm_programa_resto"
            }
          },
          {
            "fields": [
              "id_acao"
            ],
            "reference": {
              "fields": [
                "id_acao"
              ],
              "resource": "dm_acao_resto"
            }
          },
          {
            "fields": [
              "id_procedencia"
            ],
            "reference": {
              "fields": [
                "id_procedencia"
              ],
              "resource": "dm_procedencia"
            }
          }
        ]
      },
      "sources": [
        {
          "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
          "table": "ft_restos_pagar"
        }
      ],
      "format": "csv",
      "mediatype": "text/csv",
      "encoding": "utf-8-sig",
      "dialect": {
        "delimiter": ";",
        "lineTerminator": "\r\n",
        "quoteChar": "\"",
        "doubleQuote": true,
        "skipInitialSpace": false
      },
      "profile": "tabular-data-resource",
      "validation": {
        "version": "4.16.6",
        "time": 97.57,
        "errors": [],
        "tasks": [
          {
            "resource": {
              "name": "ft_restos_pagar_2013",
              "title": "ft_restos_pagar 2013",
              "path": "data/ft_restos_pagar_2013.csv.gz",
              "schema": {
                "fields": [
                  {
                    "name": "id_tempo",
                    "title": "Tempo - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "description": "- > \n  Chave estrangeira (Foreign Key) que aponta para a Chave Primária (Primary keys) da tabela dm_tempo_diario. \n  Ou seja, por meio dessa chave é possível identificar a data completa a qual o dado se refere.\n\n  Nota: \n  No site dados.mg.gov.br a tabela dm_tempo_diario pode ser encontrada no recurso Calendários - Dias \n  de cada conjunto.\n",
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_categ_econ",
                    "title": "Categoria Econômica da Despesa - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_grupo",
                    "title": "Grupo de Despesa - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_elemento",
                    "title": "Elemento de Despesa - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_item",
                    "title": "Item de Despesa - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_fonte",
                    "title": "Fonte de Recurso - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_modalidade_aplic",
                    "title": "Modalidade de Aplicação - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "id_funcao",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "id_subfuncao",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "id_programa",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "id_acao",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "id_procedencia",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "id_unidade_orc",
                    "title": "Unidade Orçamentária - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_favorecido",
                    "title": "Favorecido - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_empenho",
                    "title": "Número do Empenho - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_tipo_documento",
                    "title": "Tipo de Documento - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "ano_origem",
                    "title": "Ano Origem",
                    "type": "year",
                    "format": "default",
                    "bareNumber": true,
                    "description": "Ano de origem do empenho\n",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "cd_evento",
                    "title": "Evento - Código",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "tp_operacao",
                    "title": "Tipo de Operação",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true,
                      "enum": [
                        "1",
                        "2"
                      ]
                    }
                  },
                  {
                    "name": "cd_documento",
                    "title": "Documento - Código",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "nr_ordem",
                    "title": "Número de Ordem",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "dt_documento",
                    "title": "Data do Documento",
                    "type": "date",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "ano_particao",
                    "title": "Ano de Partição",
                    "type": "year",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_nao_processado",
                    "title": "Valor Inscrito Não Processado",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "description": "Valor, em reais, de empenho inscrito em restos a pagar não processado, ou seja, são aqueles derivados de despesas “legalmente empenhadas que não foram liquidadas e nem pagas até 31 de dezembro do mesmo exercício.\n",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_processado",
                    "title": "Valor Inscrito Processado",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "description": "Valor, em reais, de despesa liquidada de exercícios anteriores, ou seja, são aqueles cujo 2º estágio da despesa (liquidação) já ocorreu restando apenas o pagamento.\n",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_pago",
                    "title": "valor Pago",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "description": "Soma do valor de restos a pagar processados e não processados referentes aos pagamentos efetuados através de movimentações bancárias, escriturais e apropriação contábil da despesa. \nO efetivo pagamento pode estar pendente de transmissão aos bancos e/ou sujeito a compensação bancária.\n",
                    "constraints": {
                      "required": true
                    }
                  }
                ],
                "missingValues": [
                  ""
                ],
                "foreignKeys": [
                  {
                    "fields": [
                      "id_elemento"
                    ],
                    "reference": {
                      "fields": [
                        "id_elemento"
                      ],
                      "resource": "dm_elemento_desp"
                    }
                  },
                  {
                    "fields": [
                      "id_modalidade_aplic"
                    ],
                    "reference": {
                      "fields": [
                        "id_modalidade_aplic"
                      ],
                      "resource": "dm_modalidade_aplic"
                    }
                  },
                  {
                    "fields": [
                      "id_grupo"
                    ],
                    "reference": {
                      "fields": [
                        "id_grupo"
                      ],
                      "resource": "dm_grupo_desp"
                    }
                  },
                  {
                    "fields": [
                      "id_favorecido"
                    ],
                    "reference": {
                      "fields": [
                        "id_favorecido"
                      ],
                      "resource": "dm_favorecido"
                    }
                  },
                  {
                    "fields": [
                      "id_unidade_orc"
                    ],
                    "reference": {
                      "fields": [
                        "id_unidade_orc"
                      ],
                      "resource": "dm_unidade_orc"
                    }
                  },
                  {
                    "fields": [
                      "id_tempo"
                    ],
                    "reference": {
                      "fields": [
                        "id_tempo"
                      ],
                      "resource": "dm_tempo_anual"
                    }
                  },
                  {
                    "fields": [
                      "id_empenho"
                    ],
                    "reference": {
                      "fields": [
                        "id_empenho"
                      ],
                      "resource": "dm_empenho_resto_2013"
                    }
                  },
                  {
                    "fields": [
                      "id_categ_econ"
                    ],
                    "reference": {
                      "fields": [
                        "id_categ_econ"
                      ],
                      "resource": "dm_categ_econ"
                    }
                  },
                  {
                    "fields": [
                      "id_item"
                    ],
                    "reference": {
                      "fields": [
                        "id_item"
                      ],
                      "resource": "dm_item_desp"
                    }
                  },
                  {
                    "fields": [
                      "id_fonte"
                    ],
                    "reference": {
                      "fields": [
                        "id_fonte"
                      ],
                      "resource": "dm_fonte"
                    }
                  },
                  {
                    "fields": [
                      "id_tipo_documento"
                    ],
                    "reference": {
                      "fields": [
                        "id_tipo_documento"
                      ],
                      "resource": "dm_tipo_documento"
                    }
                  },
                  {
                    "fields": [
                      "id_funcao"
                    ],
                    "reference": {
                      "fields": [
                        "id_funcao"
                      ],
                      "resource": "dm_funcao_resto"
                    }
                  },
                  {
                    "fields": [
                      "id_subfuncao"
                    ],
                    "reference": {
                      "fields": [
                        "id_subfuncao"
                      ],
                      "resource": "dm_subfuncao_resto"
                    }
                  },
                  {
                    "fields": [
                      "id_programa"
                    ],
                    "reference": {
                      "fields": [
                        "id_programa"
                      ],
                      "resource": "dm_programa_resto"
                    }
                  },
                  {
                    "fields": [
                      "id_acao"
                    ],
                    "reference": {
                      "fields": [
                        "id_acao"
                      ],
                      "resource": "dm_acao_resto"
                    }
                  },
                  {
                    "fields": [
                      "id_procedencia"
                    ],
                    "reference": {
                      "fields": [
                        "id_procedencia"
                      ],
                      "resource": "dm_procedencia"
                    }
                  }
                ]
              },
              "sources": [
                {
                  "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
                  "table": "ft_restos_pagar"
                }
              ],
              "format": "csv",
              "mediatype": "text/csv",
              "encoding": "utf-8-sig",
              "dialect": {
                "delimiter": ";"
              },
              "profile": "tabular-data-resource",
              "scheme": "file",
              "hashing": "md5",
              "compression": "gz",
              "stats": {
                "hash": "60d5de5eed5f7ecdae66223beaa4ac54",
                "bytes": 3205661,
                "fields": 26,
                "rows": 185881
              }
            },
            "time": 97.57,
            "scope": [
              "hash-count-error",
              "byte-count-error",
              "field-count-error",
              "row-count-error",
              "blank-header",
              "extra-label",
              "missing-label",
              "blank-label",
              "duplicate-label",
              "incorrect-label",
              "blank-row",
              "primary-key-error",
              "foreign-key-error",
              "extra-cell",
              "missing-cell",
              "type-error",
              "constraint-error",
              "unique-error"
            ],
            "partial": false,
            "errors": [],
            "stats": {
              "errors": 0
            },
            "valid": true
          }
        ],
        "stats": {
          "errors": 0,
          "tasks": 1
        },
        "valid": true
      }
    },
    {
      "name": "ft_restos_pagar_2014",
      "title": "ft_restos_pagar 2014",
      "path": "data/ft_restos_pagar_2014.csv.gz",
      "schema": {
        "fields": [
          {
            "name": "id_tempo",
            "title": "Tempo - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "description": "- > \n  Chave estrangeira (Foreign Key) que aponta para a Chave Primária (Primary keys) da tabela dm_tempo_diario. \n  Ou seja, por meio dessa chave é possível identificar a data completa a qual o dado se refere.\n\n  Nota: \n  No site dados.mg.gov.br a tabela dm_tempo_diario pode ser encontrada no recurso Calendários - Dias \n  de cada conjunto.\n",
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_categ_econ",
            "title": "Categoria Econômica da Despesa - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_grupo",
            "title": "Grupo de Despesa - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_elemento",
            "title": "Elemento de Despesa - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_item",
            "title": "Item de Despesa - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_fonte",
            "title": "Fonte de Recurso - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_modalidade_aplic",
            "title": "Modalidade de Aplicação - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "id_funcao",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "id_subfuncao",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "id_programa",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "id_acao",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "id_procedencia",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "id_unidade_orc",
            "title": "Unidade Orçamentária - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_favorecido",
            "title": "Favorecido - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_empenho",
            "title": "Número do Empenho - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_tipo_documento",
            "title": "Tipo de Documento - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "ano_origem",
            "title": "Ano Origem",
            "type": "year",
            "format": "default",
            "bareNumber": true,
            "description": "Ano de origem do empenho\n",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "cd_evento",
            "title": "Evento - Código",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "tp_operacao",
            "title": "Tipo de Operação",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true,
              "enum": [
                "1",
                "2"
              ]
            }
          },
          {
            "name": "cd_documento",
            "title": "Documento - Código",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "nr_ordem",
            "title": "Número de Ordem",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "dt_documento",
            "title": "Data do Documento",
            "type": "date",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "ano_particao",
            "title": "Ano de Partição",
            "type": "year",
            "bareNumber": true,
            "constraints": {
              "required": true
            },
            "format": "default"
          },
          {
            "name": "vr_nao_processado",
            "title": "Valor Inscrito Não Processado",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "description": "Valor, em reais, de empenho inscrito em restos a pagar não processado, ou seja, são aqueles derivados de despesas “legalmente empenhadas que não foram liquidadas e nem pagas até 31 de dezembro do mesmo exercício.\n",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          },
          {
            "name": "vr_processado",
            "title": "Valor Inscrito Processado",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "description": "Valor, em reais, de despesa liquidada de exercícios anteriores, ou seja, são aqueles cujo 2º estágio da despesa (liquidação) já ocorreu restando apenas o pagamento.\n",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          },
          {
            "name": "vr_pago",
            "title": "valor Pago",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "description": "Soma do valor de restos a pagar processados e não processados referentes aos pagamentos efetuados através de movimentações bancárias, escriturais e apropriação contábil da despesa. \nO efetivo pagamento pode estar pendente de transmissão aos bancos e/ou sujeito a compensação bancária.\n",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          }
        ],
        "missingValues": [
          ""
        ],
        "foreignKeys": [
          {
            "fields": [
              "id_elemento"
            ],
            "reference": {
              "fields": [
                "id_elemento"
              ],
              "resource": "dm_elemento_desp"
            }
          },
          {
            "fields": [
              "id_modalidade_aplic"
            ],
            "reference": {
              "fields": [
                "id_modalidade_aplic"
              ],
              "resource": "dm_modalidade_aplic"
            }
          },
          {
            "fields": [
              "id_grupo"
            ],
            "reference": {
              "fields": [
                "id_grupo"
              ],
              "resource": "dm_grupo_desp"
            }
          },
          {
            "fields": [
              "id_favorecido"
            ],
            "reference": {
              "fields": [
                "id_favorecido"
              ],
              "resource": "dm_favorecido"
            }
          },
          {
            "fields": [
              "id_unidade_orc"
            ],
            "reference": {
              "fields": [
                "id_unidade_orc"
              ],
              "resource": "dm_unidade_orc"
            }
          },
          {
            "fields": [
              "id_tempo"
            ],
            "reference": {
              "fields": [
                "id_tempo"
              ],
              "resource": "dm_tempo_anual"
            }
          },
          {
            "fields": [
              "id_empenho"
            ],
            "reference": {
              "fields": [
                "id_empenho"
              ],
              "resource": "dm_empenho_resto_2014"
            }
          },
          {
            "fields": [
              "id_categ_econ"
            ],
            "reference": {
              "fields": [
                "id_categ_econ"
              ],
              "resource": "dm_categ_econ"
            }
          },
          {
            "fields": [
              "id_item"
            ],
            "reference": {
              "fields": [
                "id_item"
              ],
              "resource": "dm_item_desp"
            }
          },
          {
            "fields": [
              "id_fonte"
            ],
            "reference": {
              "fields": [
                "id_fonte"
              ],
              "resource": "dm_fonte"
            }
          },
          {
            "fields": [
              "id_tipo_documento"
            ],
            "reference": {
              "fields": [
                "id_tipo_documento"
              ],
              "resource": "dm_tipo_documento"
            }
          },
          {
            "fields": [
              "id_funcao"
            ],
            "reference": {
              "fields": [
                "id_funcao"
              ],
              "resource": "dm_funcao_resto"
            }
          },
          {
            "fields": [
              "id_subfuncao"
            ],
            "reference": {
              "fields": [
                "id_subfuncao"
              ],
              "resource": "dm_subfuncao_resto"
            }
          },
          {
            "fields": [
              "id_programa"
            ],
            "reference": {
              "fields": [
                "id_programa"
              ],
              "resource": "dm_programa_resto"
            }
          },
          {
            "fields": [
              "id_acao"
            ],
            "reference": {
              "fields": [
                "id_acao"
              ],
              "resource": "dm_acao_resto"
            }
          },
          {
            "fields": [
              "id_procedencia"
            ],
            "reference": {
              "fields": [
                "id_procedencia"
              ],
              "resource": "dm_procedencia"
            }
          }
        ]
      },
      "sources": [
        {
          "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
          "table": "ft_restos_pagar"
        }
      ],
      "format": "csv",
      "mediatype": "text/csv",
      "encoding": "utf-8-sig",
      "dialect": {
        "delimiter": ";",
        "lineTerminator": "\r\n",
        "quoteChar": "\"",
        "doubleQuote": true,
        "skipInitialSpace": false
      },
      "profile": "tabular-data-resource",
      "validation": {
        "version": "4.16.6",
        "time": 110.267,
        "errors": [],
        "tasks": [
          {
            "resource": {
              "name": "ft_restos_pagar_2014",
              "title": "ft_restos_pagar 2014",
              "path": "data/ft_restos_pagar_2014.csv.gz",
              "schema": {
                "fields": [
                  {
                    "name": "id_tempo",
                    "title": "Tempo - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "description": "- > \n  Chave estrangeira (Foreign Key) que aponta para a Chave Primária (Primary keys) da tabela dm_tempo_diario. \n  Ou seja, por meio dessa chave é possível identificar a data completa a qual o dado se refere.\n\n  Nota: \n  No site dados.mg.gov.br a tabela dm_tempo_diario pode ser encontrada no recurso Calendários - Dias \n  de cada conjunto.\n",
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_categ_econ",
                    "title": "Categoria Econômica da Despesa - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_grupo",
                    "title": "Grupo de Despesa - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_elemento",
                    "title": "Elemento de Despesa - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_item",
                    "title": "Item de Despesa - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_fonte",
                    "title": "Fonte de Recurso - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_modalidade_aplic",
                    "title": "Modalidade de Aplicação - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "id_funcao",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "id_subfuncao",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "id_programa",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "id_acao",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "id_procedencia",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "id_unidade_orc",
                    "title": "Unidade Orçamentária - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_favorecido",
                    "title": "Favorecido - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_empenho",
                    "title": "Número do Empenho - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_tipo_documento",
                    "title": "Tipo de Documento - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "ano_origem",
                    "title": "Ano Origem",
                    "type": "year",
                    "format": "default",
                    "bareNumber": true,
                    "description": "Ano de origem do empenho\n",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "cd_evento",
                    "title": "Evento - Código",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "tp_operacao",
                    "title": "Tipo de Operação",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true,
                      "enum": [
                        "1",
                        "2"
                      ]
                    }
                  },
                  {
                    "name": "cd_documento",
                    "title": "Documento - Código",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "nr_ordem",
                    "title": "Número de Ordem",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "dt_documento",
                    "title": "Data do Documento",
                    "type": "date",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "ano_particao",
                    "title": "Ano de Partição",
                    "type": "year",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_nao_processado",
                    "title": "Valor Inscrito Não Processado",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "description": "Valor, em reais, de empenho inscrito em restos a pagar não processado, ou seja, são aqueles derivados de despesas “legalmente empenhadas que não foram liquidadas e nem pagas até 31 de dezembro do mesmo exercício.\n",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_processado",
                    "title": "Valor Inscrito Processado",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "description": "Valor, em reais, de despesa liquidada de exercícios anteriores, ou seja, são aqueles cujo 2º estágio da despesa (liquidação) já ocorreu restando apenas o pagamento.\n",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_pago",
                    "title": "valor Pago",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "description": "Soma do valor de restos a pagar processados e não processados referentes aos pagamentos efetuados através de movimentações bancárias, escriturais e apropriação contábil da despesa. \nO efetivo pagamento pode estar pendente de transmissão aos bancos e/ou sujeito a compensação bancária.\n",
                    "constraints": {
                      "required": true
                    }
                  }
                ],
                "missingValues": [
                  ""
                ],
                "foreignKeys": [
                  {
                    "fields": [
                      "id_elemento"
                    ],
                    "reference": {
                      "fields": [
                        "id_elemento"
                      ],
                      "resource": "dm_elemento_desp"
                    }
                  },
                  {
                    "fields": [
                      "id_modalidade_aplic"
                    ],
                    "reference": {
                      "fields": [
                        "id_modalidade_aplic"
                      ],
                      "resource": "dm_modalidade_aplic"
                    }
                  },
                  {
                    "fields": [
                      "id_grupo"
                    ],
                    "reference": {
                      "fields": [
                        "id_grupo"
                      ],
                      "resource": "dm_grupo_desp"
                    }
                  },
                  {
                    "fields": [
                      "id_favorecido"
                    ],
                    "reference": {
                      "fields": [
                        "id_favorecido"
                      ],
                      "resource": "dm_favorecido"
                    }
                  },
                  {
                    "fields": [
                      "id_unidade_orc"
                    ],
                    "reference": {
                      "fields": [
                        "id_unidade_orc"
                      ],
                      "resource": "dm_unidade_orc"
                    }
                  },
                  {
                    "fields": [
                      "id_tempo"
                    ],
                    "reference": {
                      "fields": [
                        "id_tempo"
                      ],
                      "resource": "dm_tempo_anual"
                    }
                  },
                  {
                    "fields": [
                      "id_empenho"
                    ],
                    "reference": {
                      "fields": [
                        "id_empenho"
                      ],
                      "resource": "dm_empenho_resto_2014"
                    }
                  },
                  {
                    "fields": [
                      "id_categ_econ"
                    ],
                    "reference": {
                      "fields": [
                        "id_categ_econ"
                      ],
                      "resource": "dm_categ_econ"
                    }
                  },
                  {
                    "fields": [
                      "id_item"
                    ],
                    "reference": {
                      "fields": [
                        "id_item"
                      ],
                      "resource": "dm_item_desp"
                    }
                  },
                  {
                    "fields": [
                      "id_fonte"
                    ],
                    "reference": {
                      "fields": [
                        "id_fonte"
                      ],
                      "resource": "dm_fonte"
                    }
                  },
                  {
                    "fields": [
                      "id_tipo_documento"
                    ],
                    "reference": {
                      "fields": [
                        "id_tipo_documento"
                      ],
                      "resource": "dm_tipo_documento"
                    }
                  },
                  {
                    "fields": [
                      "id_funcao"
                    ],
                    "reference": {
                      "fields": [
                        "id_funcao"
                      ],
                      "resource": "dm_funcao_resto"
                    }
                  },
                  {
                    "fields": [
                      "id_subfuncao"
                    ],
                    "reference": {
                      "fields": [
                        "id_subfuncao"
                      ],
                      "resource": "dm_subfuncao_resto"
                    }
                  },
                  {
                    "fields": [
                      "id_programa"
                    ],
                    "reference": {
                      "fields": [
                        "id_programa"
                      ],
                      "resource": "dm_programa_resto"
                    }
                  },
                  {
                    "fields": [
                      "id_acao"
                    ],
                    "reference": {
                      "fields": [
                        "id_acao"
                      ],
                      "resource": "dm_acao_resto"
                    }
                  },
                  {
                    "fields": [
                      "id_procedencia"
                    ],
                    "reference": {
                      "fields": [
                        "id_procedencia"
                      ],
                      "resource": "dm_procedencia"
                    }
                  }
                ]
              },
              "sources": [
                {
                  "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
                  "table": "ft_restos_pagar"
                }
              ],
              "format": "csv",
              "mediatype": "text/csv",
              "encoding": "utf-8-sig",
              "dialect": {
                "delimiter": ";"
              },
              "profile": "tabular-data-resource",
              "scheme": "file",
              "hashing": "md5",
              "compression": "gz",
              "stats": {
                "hash": "467b23d062b0f3c20d96cd9edfec4057",
                "bytes": 4400357,
                "fields": 26,
                "rows": 255882
              }
            },
            "time": 110.267,
            "scope": [
              "hash-count-error",
              "byte-count-error",
              "field-count-error",
              "row-count-error",
              "blank-header",
              "extra-label",
              "missing-label",
              "blank-label",
              "duplicate-label",
              "incorrect-label",
              "blank-row",
              "primary-key-error",
              "foreign-key-error",
              "extra-cell",
              "missing-cell",
              "type-error",
              "constraint-error",
              "unique-error"
            ],
            "partial": false,
            "errors": [],
            "stats": {
              "errors": 0
            },
            "valid": true
          }
        ],
        "stats": {
          "errors": 0,
          "tasks": 1
        },
        "valid": true
      }
    },
    {
      "name": "ft_restos_pagar_2015",
      "title": "ft_restos_pagar 2015",
      "path": "data/ft_restos_pagar_2015.csv.gz",
      "schema": {
        "fields": [
          {
            "name": "id_tempo",
            "title": "Tempo - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "description": "- > \n  Chave estrangeira (Foreign Key) que aponta para a Chave Primária (Primary keys) da tabela dm_tempo_diario. \n  Ou seja, por meio dessa chave é possível identificar a data completa a qual o dado se refere.\n\n  Nota: \n  No site dados.mg.gov.br a tabela dm_tempo_diario pode ser encontrada no recurso Calendários - Dias \n  de cada conjunto.\n",
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_categ_econ",
            "title": "Categoria Econômica da Despesa - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_grupo",
            "title": "Grupo de Despesa - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_elemento",
            "title": "Elemento de Despesa - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_item",
            "title": "Item de Despesa - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_fonte",
            "title": "Fonte de Recurso - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_modalidade_aplic",
            "title": "Modalidade de Aplicação - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "id_funcao",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "id_subfuncao",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "id_programa",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "id_acao",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "id_procedencia",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "id_unidade_orc",
            "title": "Unidade Orçamentária - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_favorecido",
            "title": "Favorecido - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_empenho",
            "title": "Número do Empenho - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_tipo_documento",
            "title": "Tipo de Documento - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "ano_origem",
            "title": "Ano Origem",
            "type": "year",
            "format": "default",
            "bareNumber": true,
            "description": "Ano de origem do empenho\n",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "cd_evento",
            "title": "Evento - Código",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "tp_operacao",
            "title": "Tipo de Operação",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true,
              "enum": [
                "1",
                "2"
              ]
            }
          },
          {
            "name": "cd_documento",
            "title": "Documento - Código",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "nr_ordem",
            "title": "Número de Ordem",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "dt_documento",
            "title": "Data do Documento",
            "type": "date",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "ano_particao",
            "title": "Ano de Partição",
            "type": "year",
            "bareNumber": true,
            "constraints": {
              "required": true
            },
            "format": "default"
          },
          {
            "name": "vr_nao_processado",
            "title": "Valor Inscrito Não Processado",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "description": "Valor, em reais, de empenho inscrito em restos a pagar não processado, ou seja, são aqueles derivados de despesas “legalmente empenhadas que não foram liquidadas e nem pagas até 31 de dezembro do mesmo exercício.\n",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          },
          {
            "name": "vr_processado",
            "title": "Valor Inscrito Processado",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "description": "Valor, em reais, de despesa liquidada de exercícios anteriores, ou seja, são aqueles cujo 2º estágio da despesa (liquidação) já ocorreu restando apenas o pagamento.\n",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          },
          {
            "name": "vr_pago",
            "title": "valor Pago",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "description": "Soma do valor de restos a pagar processados e não processados referentes aos pagamentos efetuados através de movimentações bancárias, escriturais e apropriação contábil da despesa. \nO efetivo pagamento pode estar pendente de transmissão aos bancos e/ou sujeito a compensação bancária.\n",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          }
        ],
        "missingValues": [
          ""
        ],
        "foreignKeys": [
          {
            "fields": [
              "id_elemento"
            ],
            "reference": {
              "fields": [
                "id_elemento"
              ],
              "resource": "dm_elemento_desp"
            }
          },
          {
            "fields": [
              "id_modalidade_aplic"
            ],
            "reference": {
              "fields": [
                "id_modalidade_aplic"
              ],
              "resource": "dm_modalidade_aplic"
            }
          },
          {
            "fields": [
              "id_grupo"
            ],
            "reference": {
              "fields": [
                "id_grupo"
              ],
              "resource": "dm_grupo_desp"
            }
          },
          {
            "fields": [
              "id_favorecido"
            ],
            "reference": {
              "fields": [
                "id_favorecido"
              ],
              "resource": "dm_favorecido"
            }
          },
          {
            "fields": [
              "id_unidade_orc"
            ],
            "reference": {
              "fields": [
                "id_unidade_orc"
              ],
              "resource": "dm_unidade_orc"
            }
          },
          {
            "fields": [
              "id_tempo"
            ],
            "reference": {
              "fields": [
                "id_tempo"
              ],
              "resource": "dm_tempo_anual"
            }
          },
          {
            "fields": [
              "id_empenho"
            ],
            "reference": {
              "fields": [
                "id_empenho"
              ],
              "resource": "dm_empenho_resto_2015"
            }
          },
          {
            "fields": [
              "id_categ_econ"
            ],
            "reference": {
              "fields": [
                "id_categ_econ"
              ],
              "resource": "dm_categ_econ"
            }
          },
          {
            "fields": [
              "id_item"
            ],
            "reference": {
              "fields": [
                "id_item"
              ],
              "resource": "dm_item_desp"
            }
          },
          {
            "fields": [
              "id_fonte"
            ],
            "reference": {
              "fields": [
                "id_fonte"
              ],
              "resource": "dm_fonte"
            }
          },
          {
            "fields": [
              "id_tipo_documento"
            ],
            "reference": {
              "fields": [
                "id_tipo_documento"
              ],
              "resource": "dm_tipo_documento"
            }
          },
          {
            "fields": [
              "id_funcao"
            ],
            "reference": {
              "fields": [
                "id_funcao"
              ],
              "resource": "dm_funcao_resto"
            }
          },
          {
            "fields": [
              "id_subfuncao"
            ],
            "reference": {
              "fields": [
                "id_subfuncao"
              ],
              "resource": "dm_subfuncao_resto"
            }
          },
          {
            "fields": [
              "id_programa"
            ],
            "reference": {
              "fields": [
                "id_programa"
              ],
              "resource": "dm_programa_resto"
            }
          },
          {
            "fields": [
              "id_acao"
            ],
            "reference": {
              "fields": [
                "id_acao"
              ],
              "resource": "dm_acao_resto"
            }
          },
          {
            "fields": [
              "id_procedencia"
            ],
            "reference": {
              "fields": [
                "id_procedencia"
              ],
              "resource": "dm_procedencia"
            }
          }
        ]
      },
      "sources": [
        {
          "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
          "table": "ft_restos_pagar"
        }
      ],
      "format": "csv",
      "mediatype": "text/csv",
      "encoding": "utf-8-sig",
      "dialect": {
        "delimiter": ";",
        "lineTerminator": "\r\n",
        "quoteChar": "\"",
        "doubleQuote": true,
        "skipInitialSpace": false
      },
      "profile": "tabular-data-resource",
      "validation": {
        "version": "4.16.6",
        "time": 103.536,
        "errors": [],
        "tasks": [
          {
            "resource": {
              "name": "ft_restos_pagar_2015",
              "title": "ft_restos_pagar 2015",
              "path": "data/ft_restos_pagar_2015.csv.gz",
              "schema": {
                "fields": [
                  {
                    "name": "id_tempo",
                    "title": "Tempo - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "description": "- > \n  Chave estrangeira (Foreign Key) que aponta para a Chave Primária (Primary keys) da tabela dm_tempo_diario. \n  Ou seja, por meio dessa chave é possível identificar a data completa a qual o dado se refere.\n\n  Nota: \n  No site dados.mg.gov.br a tabela dm_tempo_diario pode ser encontrada no recurso Calendários - Dias \n  de cada conjunto.\n",
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_categ_econ",
                    "title": "Categoria Econômica da Despesa - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_grupo",
                    "title": "Grupo de Despesa - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_elemento",
                    "title": "Elemento de Despesa - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_item",
                    "title": "Item de Despesa - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_fonte",
                    "title": "Fonte de Recurso - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_modalidade_aplic",
                    "title": "Modalidade de Aplicação - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "id_funcao",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "id_subfuncao",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "id_programa",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "id_acao",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "id_procedencia",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "id_unidade_orc",
                    "title": "Unidade Orçamentária - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_favorecido",
                    "title": "Favorecido - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_empenho",
                    "title": "Número do Empenho - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_tipo_documento",
                    "title": "Tipo de Documento - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "ano_origem",
                    "title": "Ano Origem",
                    "type": "year",
                    "format": "default",
                    "bareNumber": true,
                    "description": "Ano de origem do empenho\n",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "cd_evento",
                    "title": "Evento - Código",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "tp_operacao",
                    "title": "Tipo de Operação",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true,
                      "enum": [
                        "1",
                        "2"
                      ]
                    }
                  },
                  {
                    "name": "cd_documento",
                    "title": "Documento - Código",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "nr_ordem",
                    "title": "Número de Ordem",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "dt_documento",
                    "title": "Data do Documento",
                    "type": "date",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "ano_particao",
                    "title": "Ano de Partição",
                    "type": "year",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_nao_processado",
                    "title": "Valor Inscrito Não Processado",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "description": "Valor, em reais, de empenho inscrito em restos a pagar não processado, ou seja, são aqueles derivados de despesas “legalmente empenhadas que não foram liquidadas e nem pagas até 31 de dezembro do mesmo exercício.\n",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_processado",
                    "title": "Valor Inscrito Processado",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "description": "Valor, em reais, de despesa liquidada de exercícios anteriores, ou seja, são aqueles cujo 2º estágio da despesa (liquidação) já ocorreu restando apenas o pagamento.\n",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_pago",
                    "title": "valor Pago",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "description": "Soma do valor de restos a pagar processados e não processados referentes aos pagamentos efetuados através de movimentações bancárias, escriturais e apropriação contábil da despesa. \nO efetivo pagamento pode estar pendente de transmissão aos bancos e/ou sujeito a compensação bancária.\n",
                    "constraints": {
                      "required": true
                    }
                  }
                ],
                "missingValues": [
                  ""
                ],
                "foreignKeys": [
                  {
                    "fields": [
                      "id_elemento"
                    ],
                    "reference": {
                      "fields": [
                        "id_elemento"
                      ],
                      "resource": "dm_elemento_desp"
                    }
                  },
                  {
                    "fields": [
                      "id_modalidade_aplic"
                    ],
                    "reference": {
                      "fields": [
                        "id_modalidade_aplic"
                      ],
                      "resource": "dm_modalidade_aplic"
                    }
                  },
                  {
                    "fields": [
                      "id_grupo"
                    ],
                    "reference": {
                      "fields": [
                        "id_grupo"
                      ],
                      "resource": "dm_grupo_desp"
                    }
                  },
                  {
                    "fields": [
                      "id_favorecido"
                    ],
                    "reference": {
                      "fields": [
                        "id_favorecido"
                      ],
                      "resource": "dm_favorecido"
                    }
                  },
                  {
                    "fields": [
                      "id_unidade_orc"
                    ],
                    "reference": {
                      "fields": [
                        "id_unidade_orc"
                      ],
                      "resource": "dm_unidade_orc"
                    }
                  },
                  {
                    "fields": [
                      "id_tempo"
                    ],
                    "reference": {
                      "fields": [
                        "id_tempo"
                      ],
                      "resource": "dm_tempo_anual"
                    }
                  },
                  {
                    "fields": [
                      "id_empenho"
                    ],
                    "reference": {
                      "fields": [
                        "id_empenho"
                      ],
                      "resource": "dm_empenho_resto_2015"
                    }
                  },
                  {
                    "fields": [
                      "id_categ_econ"
                    ],
                    "reference": {
                      "fields": [
                        "id_categ_econ"
                      ],
                      "resource": "dm_categ_econ"
                    }
                  },
                  {
                    "fields": [
                      "id_item"
                    ],
                    "reference": {
                      "fields": [
                        "id_item"
                      ],
                      "resource": "dm_item_desp"
                    }
                  },
                  {
                    "fields": [
                      "id_fonte"
                    ],
                    "reference": {
                      "fields": [
                        "id_fonte"
                      ],
                      "resource": "dm_fonte"
                    }
                  },
                  {
                    "fields": [
                      "id_tipo_documento"
                    ],
                    "reference": {
                      "fields": [
                        "id_tipo_documento"
                      ],
                      "resource": "dm_tipo_documento"
                    }
                  },
                  {
                    "fields": [
                      "id_funcao"
                    ],
                    "reference": {
                      "fields": [
                        "id_funcao"
                      ],
                      "resource": "dm_funcao_resto"
                    }
                  },
                  {
                    "fields": [
                      "id_subfuncao"
                    ],
                    "reference": {
                      "fields": [
                        "id_subfuncao"
                      ],
                      "resource": "dm_subfuncao_resto"
                    }
                  },
                  {
                    "fields": [
                      "id_programa"
                    ],
                    "reference": {
                      "fields": [
                        "id_programa"
                      ],
                      "resource": "dm_programa_resto"
                    }
                  },
                  {
                    "fields": [
                      "id_acao"
                    ],
                    "reference": {
                      "fields": [
                        "id_acao"
                      ],
                      "resource": "dm_acao_resto"
                    }
                  },
                  {
                    "fields": [
                      "id_procedencia"
                    ],
                    "reference": {
                      "fields": [
                        "id_procedencia"
                      ],
                      "resource": "dm_procedencia"
                    }
                  }
                ]
              },
              "sources": [
                {
                  "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
                  "table": "ft_restos_pagar"
                }
              ],
              "format": "csv",
              "mediatype": "text/csv",
              "encoding": "utf-8-sig",
              "dialect": {
                "delimiter": ";"
              },
              "profile": "tabular-data-resource",
              "scheme": "file",
              "hashing": "md5",
              "compression": "gz",
              "stats": {
                "hash": "ae27dd7a806e37ca0c8f9ceb80a3fdb2",
                "bytes": 3621151,
                "fields": 26,
                "rows": 216748
              }
            },
            "time": 103.536,
            "scope": [
              "hash-count-error",
              "byte-count-error",
              "field-count-error",
              "row-count-error",
              "blank-header",
              "extra-label",
              "missing-label",
              "blank-label",
              "duplicate-label",
              "incorrect-label",
              "blank-row",
              "primary-key-error",
              "foreign-key-error",
              "extra-cell",
              "missing-cell",
              "type-error",
              "constraint-error",
              "unique-error"
            ],
            "partial": false,
            "errors": [],
            "stats": {
              "errors": 0
            },
            "valid": true
          }
        ],
        "stats": {
          "errors": 0,
          "tasks": 1
        },
        "valid": true
      }
    },
    {
      "name": "ft_restos_pagar_2016",
      "title": "ft_restos_pagar 2016",
      "path": "data/ft_restos_pagar_2016.csv.gz",
      "schema": {
        "fields": [
          {
            "name": "id_tempo",
            "title": "Tempo - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "description": "- > \n  Chave estrangeira (Foreign Key) que aponta para a Chave Primária (Primary keys) da tabela dm_tempo_diario. \n  Ou seja, por meio dessa chave é possível identificar a data completa a qual o dado se refere.\n\n  Nota: \n  No site dados.mg.gov.br a tabela dm_tempo_diario pode ser encontrada no recurso Calendários - Dias \n  de cada conjunto.\n",
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_categ_econ",
            "title": "Categoria Econômica da Despesa - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_grupo",
            "title": "Grupo de Despesa - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_elemento",
            "title": "Elemento de Despesa - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_item",
            "title": "Item de Despesa - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_fonte",
            "title": "Fonte de Recurso - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_modalidade_aplic",
            "title": "Modalidade de Aplicação - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "id_funcao",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "id_subfuncao",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "id_programa",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "id_acao",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "id_procedencia",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "id_unidade_orc",
            "title": "Unidade Orçamentária - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_favorecido",
            "title": "Favorecido - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_empenho",
            "title": "Número do Empenho - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_tipo_documento",
            "title": "Tipo de Documento - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "ano_origem",
            "title": "Ano Origem",
            "type": "year",
            "format": "default",
            "bareNumber": true,
            "description": "Ano de origem do empenho\n",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "cd_evento",
            "title": "Evento - Código",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "tp_operacao",
            "title": "Tipo de Operação",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true,
              "enum": [
                "1",
                "2"
              ]
            }
          },
          {
            "name": "cd_documento",
            "title": "Documento - Código",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "nr_ordem",
            "title": "Número de Ordem",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "dt_documento",
            "title": "Data do Documento",
            "type": "date",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "ano_particao",
            "title": "Ano de Partição",
            "type": "year",
            "bareNumber": true,
            "constraints": {
              "required": true
            },
            "format": "default"
          },
          {
            "name": "vr_nao_processado",
            "title": "Valor Inscrito Não Processado",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "description": "Valor, em reais, de empenho inscrito em restos a pagar não processado, ou seja, são aqueles derivados de despesas “legalmente empenhadas que não foram liquidadas e nem pagas até 31 de dezembro do mesmo exercício.\n",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          },
          {
            "name": "vr_processado",
            "title": "Valor Inscrito Processado",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "description": "Valor, em reais, de despesa liquidada de exercícios anteriores, ou seja, são aqueles cujo 2º estágio da despesa (liquidação) já ocorreu restando apenas o pagamento.\n",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          },
          {
            "name": "vr_pago",
            "title": "valor Pago",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "description": "Soma do valor de restos a pagar processados e não processados referentes aos pagamentos efetuados através de movimentações bancárias, escriturais e apropriação contábil da despesa. \nO efetivo pagamento pode estar pendente de transmissão aos bancos e/ou sujeito a compensação bancária.\n",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          }
        ],
        "missingValues": [
          ""
        ],
        "foreignKeys": [
          {
            "fields": [
              "id_elemento"
            ],
            "reference": {
              "fields": [
                "id_elemento"
              ],
              "resource": "dm_elemento_desp"
            }
          },
          {
            "fields": [
              "id_modalidade_aplic"
            ],
            "reference": {
              "fields": [
                "id_modalidade_aplic"
              ],
              "resource": "dm_modalidade_aplic"
            }
          },
          {
            "fields": [
              "id_grupo"
            ],
            "reference": {
              "fields": [
                "id_grupo"
              ],
              "resource": "dm_grupo_desp"
            }
          },
          {
            "fields": [
              "id_favorecido"
            ],
            "reference": {
              "fields": [
                "id_favorecido"
              ],
              "resource": "dm_favorecido"
            }
          },
          {
            "fields": [
              "id_unidade_orc"
            ],
            "reference": {
              "fields": [
                "id_unidade_orc"
              ],
              "resource": "dm_unidade_orc"
            }
          },
          {
            "fields": [
              "id_tempo"
            ],
            "reference": {
              "fields": [
                "id_tempo"
              ],
              "resource": "dm_tempo_anual"
            }
          },
          {
            "fields": [
              "id_empenho"
            ],
            "reference": {
              "fields": [
                "id_empenho"
              ],
              "resource": "dm_empenho_resto_2016"
            }
          },
          {
            "fields": [
              "id_categ_econ"
            ],
            "reference": {
              "fields": [
                "id_categ_econ"
              ],
              "resource": "dm_categ_econ"
            }
          },
          {
            "fields": [
              "id_item"
            ],
            "reference": {
              "fields": [
                "id_item"
              ],
              "resource": "dm_item_desp"
            }
          },
          {
            "fields": [
              "id_fonte"
            ],
            "reference": {
              "fields": [
                "id_fonte"
              ],
              "resource": "dm_fonte"
            }
          },
          {
            "fields": [
              "id_tipo_documento"
            ],
            "reference": {
              "fields": [
                "id_tipo_documento"
              ],
              "resource": "dm_tipo_documento"
            }
          },
          {
            "fields": [
              "id_funcao"
            ],
            "reference": {
              "fields": [
                "id_funcao"
              ],
              "resource": "dm_funcao_resto"
            }
          },
          {
            "fields": [
              "id_subfuncao"
            ],
            "reference": {
              "fields": [
                "id_subfuncao"
              ],
              "resource": "dm_subfuncao_resto"
            }
          },
          {
            "fields": [
              "id_programa"
            ],
            "reference": {
              "fields": [
                "id_programa"
              ],
              "resource": "dm_programa_resto"
            }
          },
          {
            "fields": [
              "id_acao"
            ],
            "reference": {
              "fields": [
                "id_acao"
              ],
              "resource": "dm_acao_resto"
            }
          },
          {
            "fields": [
              "id_procedencia"
            ],
            "reference": {
              "fields": [
                "id_procedencia"
              ],
              "resource": "dm_procedencia"
            }
          }
        ]
      },
      "sources": [
        {
          "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
          "table": "ft_restos_pagar"
        }
      ],
      "format": "csv",
      "mediatype": "text/csv",
      "encoding": "utf-8-sig",
      "dialect": {
        "delimiter": ";",
        "lineTerminator": "\r\n",
        "quoteChar": "\"",
        "doubleQuote": true,
        "skipInitialSpace": false
      },
      "profile": "tabular-data-resource",
      "validation": {
        "version": "4.16.6",
        "time": 120.48,
        "errors": [],
        "tasks": [
          {
            "resource": {
              "name": "ft_restos_pagar_2016",
              "title": "ft_restos_pagar 2016",
              "path": "data/ft_restos_pagar_2016.csv.gz",
              "schema": {
                "fields": [
                  {
                    "name": "id_tempo",
                    "title": "Tempo - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "description": "- > \n  Chave estrangeira (Foreign Key) que aponta para a Chave Primária (Primary keys) da tabela dm_tempo_diario. \n  Ou seja, por meio dessa chave é possível identificar a data completa a qual o dado se refere.\n\n  Nota: \n  No site dados.mg.gov.br a tabela dm_tempo_diario pode ser encontrada no recurso Calendários - Dias \n  de cada conjunto.\n",
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_categ_econ",
                    "title": "Categoria Econômica da Despesa - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_grupo",
                    "title": "Grupo de Despesa - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_elemento",
                    "title": "Elemento de Despesa - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_item",
                    "title": "Item de Despesa - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_fonte",
                    "title": "Fonte de Recurso - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_modalidade_aplic",
                    "title": "Modalidade de Aplicação - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "id_funcao",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "id_subfuncao",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "id_programa",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "id_acao",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "id_procedencia",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "id_unidade_orc",
                    "title": "Unidade Orçamentária - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_favorecido",
                    "title": "Favorecido - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_empenho",
                    "title": "Número do Empenho - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_tipo_documento",
                    "title": "Tipo de Documento - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "ano_origem",
                    "title": "Ano Origem",
                    "type": "year",
                    "format": "default",
                    "bareNumber": true,
                    "description": "Ano de origem do empenho\n",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "cd_evento",
                    "title": "Evento - Código",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "tp_operacao",
                    "title": "Tipo de Operação",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true,
                      "enum": [
                        "1",
                        "2"
                      ]
                    }
                  },
                  {
                    "name": "cd_documento",
                    "title": "Documento - Código",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "nr_ordem",
                    "title": "Número de Ordem",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "dt_documento",
                    "title": "Data do Documento",
                    "type": "date",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "ano_particao",
                    "title": "Ano de Partição",
                    "type": "year",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_nao_processado",
                    "title": "Valor Inscrito Não Processado",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "description": "Valor, em reais, de empenho inscrito em restos a pagar não processado, ou seja, são aqueles derivados de despesas “legalmente empenhadas que não foram liquidadas e nem pagas até 31 de dezembro do mesmo exercício.\n",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_processado",
                    "title": "Valor Inscrito Processado",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "description": "Valor, em reais, de despesa liquidada de exercícios anteriores, ou seja, são aqueles cujo 2º estágio da despesa (liquidação) já ocorreu restando apenas o pagamento.\n",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_pago",
                    "title": "valor Pago",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "description": "Soma do valor de restos a pagar processados e não processados referentes aos pagamentos efetuados através de movimentações bancárias, escriturais e apropriação contábil da despesa. \nO efetivo pagamento pode estar pendente de transmissão aos bancos e/ou sujeito a compensação bancária.\n",
                    "constraints": {
                      "required": true
                    }
                  }
                ],
                "missingValues": [
                  ""
                ],
                "foreignKeys": [
                  {
                    "fields": [
                      "id_elemento"
                    ],
                    "reference": {
                      "fields": [
                        "id_elemento"
                      ],
                      "resource": "dm_elemento_desp"
                    }
                  },
                  {
                    "fields": [
                      "id_modalidade_aplic"
                    ],
                    "reference": {
                      "fields": [
                        "id_modalidade_aplic"
                      ],
                      "resource": "dm_modalidade_aplic"
                    }
                  },
                  {
                    "fields": [
                      "id_grupo"
                    ],
                    "reference": {
                      "fields": [
                        "id_grupo"
                      ],
                      "resource": "dm_grupo_desp"
                    }
                  },
                  {
                    "fields": [
                      "id_favorecido"
                    ],
                    "reference": {
                      "fields": [
                        "id_favorecido"
                      ],
                      "resource": "dm_favorecido"
                    }
                  },
                  {
                    "fields": [
                      "id_unidade_orc"
                    ],
                    "reference": {
                      "fields": [
                        "id_unidade_orc"
                      ],
                      "resource": "dm_unidade_orc"
                    }
                  },
                  {
                    "fields": [
                      "id_tempo"
                    ],
                    "reference": {
                      "fields": [
                        "id_tempo"
                      ],
                      "resource": "dm_tempo_anual"
                    }
                  },
                  {
                    "fields": [
                      "id_empenho"
                    ],
                    "reference": {
                      "fields": [
                        "id_empenho"
                      ],
                      "resource": "dm_empenho_resto_2016"
                    }
                  },
                  {
                    "fields": [
                      "id_categ_econ"
                    ],
                    "reference": {
                      "fields": [
                        "id_categ_econ"
                      ],
                      "resource": "dm_categ_econ"
                    }
                  },
                  {
                    "fields": [
                      "id_item"
                    ],
                    "reference": {
                      "fields": [
                        "id_item"
                      ],
                      "resource": "dm_item_desp"
                    }
                  },
                  {
                    "fields": [
                      "id_fonte"
                    ],
                    "reference": {
                      "fields": [
                        "id_fonte"
                      ],
                      "resource": "dm_fonte"
                    }
                  },
                  {
                    "fields": [
                      "id_tipo_documento"
                    ],
                    "reference": {
                      "fields": [
                        "id_tipo_documento"
                      ],
                      "resource": "dm_tipo_documento"
                    }
                  },
                  {
                    "fields": [
                      "id_funcao"
                    ],
                    "reference": {
                      "fields": [
                        "id_funcao"
                      ],
                      "resource": "dm_funcao_resto"
                    }
                  },
                  {
                    "fields": [
                      "id_subfuncao"
                    ],
                    "reference": {
                      "fields": [
                        "id_subfuncao"
                      ],
                      "resource": "dm_subfuncao_resto"
                    }
                  },
                  {
                    "fields": [
                      "id_programa"
                    ],
                    "reference": {
                      "fields": [
                        "id_programa"
                      ],
                      "resource": "dm_programa_resto"
                    }
                  },
                  {
                    "fields": [
                      "id_acao"
                    ],
                    "reference": {
                      "fields": [
                        "id_acao"
                      ],
                      "resource": "dm_acao_resto"
                    }
                  },
                  {
                    "fields": [
                      "id_procedencia"
                    ],
                    "reference": {
                      "fields": [
                        "id_procedencia"
                      ],
                      "resource": "dm_procedencia"
                    }
                  }
                ]
              },
              "sources": [
                {
                  "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
                  "table": "ft_restos_pagar"
                }
              ],
              "format": "csv",
              "mediatype": "text/csv",
              "encoding": "utf-8-sig",
              "dialect": {
                "delimiter": ";"
              },
              "profile": "tabular-data-resource",
              "scheme": "file",
              "hashing": "md5",
              "compression": "gz",
              "stats": {
                "hash": "7ea19b2a69ff803c5ce5fc1f39b76f72",
                "bytes": 4907415,
                "fields": 26,
                "rows": 300010
              }
            },
            "time": 120.48,
            "scope": [
              "hash-count-error",
              "byte-count-error",
              "field-count-error",
              "row-count-error",
              "blank-header",
              "extra-label",
              "missing-label",
              "blank-label",
              "duplicate-label",
              "incorrect-label",
              "blank-row",
              "primary-key-error",
              "foreign-key-error",
              "extra-cell",
              "missing-cell",
              "type-error",
              "constraint-error",
              "unique-error"
            ],
            "partial": false,
            "errors": [],
            "stats": {
              "errors": 0
            },
            "valid": true
          }
        ],
        "stats": {
          "errors": 0,
          "tasks": 1
        },
        "valid": true
      }
    },
    {
      "name": "ft_restos_pagar_2017",
      "title": "ft_restos_pagar 2017",
      "path": "data/ft_restos_pagar_2017.csv.gz",
      "schema": {
        "fields": [
          {
            "name": "id_tempo",
            "title": "Tempo - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "description": "- > \n  Chave estrangeira (Foreign Key) que aponta para a Chave Primária (Primary keys) da tabela dm_tempo_diario. \n  Ou seja, por meio dessa chave é possível identificar a data completa a qual o dado se refere.\n\n  Nota: \n  No site dados.mg.gov.br a tabela dm_tempo_diario pode ser encontrada no recurso Calendários - Dias \n  de cada conjunto.\n",
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_categ_econ",
            "title": "Categoria Econômica da Despesa - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_grupo",
            "title": "Grupo de Despesa - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_elemento",
            "title": "Elemento de Despesa - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_item",
            "title": "Item de Despesa - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_fonte",
            "title": "Fonte de Recurso - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_modalidade_aplic",
            "title": "Modalidade de Aplicação - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "id_funcao",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "id_subfuncao",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "id_programa",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "id_acao",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "id_procedencia",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "id_unidade_orc",
            "title": "Unidade Orçamentária - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_favorecido",
            "title": "Favorecido - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_empenho",
            "title": "Número do Empenho - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_tipo_documento",
            "title": "Tipo de Documento - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "ano_origem",
            "title": "Ano Origem",
            "type": "year",
            "format": "default",
            "bareNumber": true,
            "description": "Ano de origem do empenho\n",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "cd_evento",
            "title": "Evento - Código",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "tp_operacao",
            "title": "Tipo de Operação",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true,
              "enum": [
                "1",
                "2"
              ]
            }
          },
          {
            "name": "cd_documento",
            "title": "Documento - Código",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "nr_ordem",
            "title": "Número de Ordem",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "dt_documento",
            "title": "Data do Documento",
            "type": "date",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "ano_particao",
            "title": "Ano de Partição",
            "type": "year",
            "bareNumber": true,
            "constraints": {
              "required": true
            },
            "format": "default"
          },
          {
            "name": "vr_nao_processado",
            "title": "Valor Inscrito Não Processado",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "description": "Valor, em reais, de empenho inscrito em restos a pagar não processado, ou seja, são aqueles derivados de despesas “legalmente empenhadas que não foram liquidadas e nem pagas até 31 de dezembro do mesmo exercício.\n",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          },
          {
            "name": "vr_processado",
            "title": "Valor Inscrito Processado",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "description": "Valor, em reais, de despesa liquidada de exercícios anteriores, ou seja, são aqueles cujo 2º estágio da despesa (liquidação) já ocorreu restando apenas o pagamento.\n",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          },
          {
            "name": "vr_pago",
            "title": "valor Pago",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "description": "Soma do valor de restos a pagar processados e não processados referentes aos pagamentos efetuados através de movimentações bancárias, escriturais e apropriação contábil da despesa. \nO efetivo pagamento pode estar pendente de transmissão aos bancos e/ou sujeito a compensação bancária.\n",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          }
        ],
        "missingValues": [
          ""
        ],
        "foreignKeys": [
          {
            "fields": [
              "id_elemento"
            ],
            "reference": {
              "fields": [
                "id_elemento"
              ],
              "resource": "dm_elemento_desp"
            }
          },
          {
            "fields": [
              "id_modalidade_aplic"
            ],
            "reference": {
              "fields": [
                "id_modalidade_aplic"
              ],
              "resource": "dm_modalidade_aplic"
            }
          },
          {
            "fields": [
              "id_grupo"
            ],
            "reference": {
              "fields": [
                "id_grupo"
              ],
              "resource": "dm_grupo_desp"
            }
          },
          {
            "fields": [
              "id_favorecido"
            ],
            "reference": {
              "fields": [
                "id_favorecido"
              ],
              "resource": "dm_favorecido"
            }
          },
          {
            "fields": [
              "id_unidade_orc"
            ],
            "reference": {
              "fields": [
                "id_unidade_orc"
              ],
              "resource": "dm_unidade_orc"
            }
          },
          {
            "fields": [
              "id_tempo"
            ],
            "reference": {
              "fields": [
                "id_tempo"
              ],
              "resource": "dm_tempo_anual"
            }
          },
          {
            "fields": [
              "id_empenho"
            ],
            "reference": {
              "fields": [
                "id_empenho"
              ],
              "resource": "dm_empenho_resto_2017"
            }
          },
          {
            "fields": [
              "id_categ_econ"
            ],
            "reference": {
              "fields": [
                "id_categ_econ"
              ],
              "resource": "dm_categ_econ"
            }
          },
          {
            "fields": [
              "id_item"
            ],
            "reference": {
              "fields": [
                "id_item"
              ],
              "resource": "dm_item_desp"
            }
          },
          {
            "fields": [
              "id_fonte"
            ],
            "reference": {
              "fields": [
                "id_fonte"
              ],
              "resource": "dm_fonte"
            }
          },
          {
            "fields": [
              "id_tipo_documento"
            ],
            "reference": {
              "fields": [
                "id_tipo_documento"
              ],
              "resource": "dm_tipo_documento"
            }
          },
          {
            "fields": [
              "id_funcao"
            ],
            "reference": {
              "fields": [
                "id_funcao"
              ],
              "resource": "dm_funcao_resto"
            }
          },
          {
            "fields": [
              "id_subfuncao"
            ],
            "reference": {
              "fields": [
                "id_subfuncao"
              ],
              "resource": "dm_subfuncao_resto"
            }
          },
          {
            "fields": [
              "id_programa"
            ],
            "reference": {
              "fields": [
                "id_programa"
              ],
              "resource": "dm_programa_resto"
            }
          },
          {
            "fields": [
              "id_acao"
            ],
            "reference": {
              "fields": [
                "id_acao"
              ],
              "resource": "dm_acao_resto"
            }
          },
          {
            "fields": [
              "id_procedencia"
            ],
            "reference": {
              "fields": [
                "id_procedencia"
              ],
              "resource": "dm_procedencia"
            }
          }
        ]
      },
      "sources": [
        {
          "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
          "table": "ft_restos_pagar"
        }
      ],
      "format": "csv",
      "mediatype": "text/csv",
      "encoding": "utf-8-sig",
      "dialect": {
        "delimiter": ";",
        "lineTerminator": "\r\n",
        "quoteChar": "\"",
        "doubleQuote": true,
        "skipInitialSpace": false
      },
      "profile": "tabular-data-resource",
      "validation": {
        "version": "4.16.6",
        "time": 161.183,
        "errors": [],
        "tasks": [
          {
            "resource": {
              "name": "ft_restos_pagar_2017",
              "title": "ft_restos_pagar 2017",
              "path": "data/ft_restos_pagar_2017.csv.gz",
              "schema": {
                "fields": [
                  {
                    "name": "id_tempo",
                    "title": "Tempo - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "description": "- > \n  Chave estrangeira (Foreign Key) que aponta para a Chave Primária (Primary keys) da tabela dm_tempo_diario. \n  Ou seja, por meio dessa chave é possível identificar a data completa a qual o dado se refere.\n\n  Nota: \n  No site dados.mg.gov.br a tabela dm_tempo_diario pode ser encontrada no recurso Calendários - Dias \n  de cada conjunto.\n",
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_categ_econ",
                    "title": "Categoria Econômica da Despesa - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_grupo",
                    "title": "Grupo de Despesa - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_elemento",
                    "title": "Elemento de Despesa - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_item",
                    "title": "Item de Despesa - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_fonte",
                    "title": "Fonte de Recurso - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_modalidade_aplic",
                    "title": "Modalidade de Aplicação - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "id_funcao",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "id_subfuncao",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "id_programa",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "id_acao",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "id_procedencia",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "id_unidade_orc",
                    "title": "Unidade Orçamentária - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_favorecido",
                    "title": "Favorecido - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_empenho",
                    "title": "Número do Empenho - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_tipo_documento",
                    "title": "Tipo de Documento - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "ano_origem",
                    "title": "Ano Origem",
                    "type": "year",
                    "format": "default",
                    "bareNumber": true,
                    "description": "Ano de origem do empenho\n",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "cd_evento",
                    "title": "Evento - Código",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "tp_operacao",
                    "title": "Tipo de Operação",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true,
                      "enum": [
                        "1",
                        "2"
                      ]
                    }
                  },
                  {
                    "name": "cd_documento",
                    "title": "Documento - Código",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "nr_ordem",
                    "title": "Número de Ordem",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "dt_documento",
                    "title": "Data do Documento",
                    "type": "date",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "ano_particao",
                    "title": "Ano de Partição",
                    "type": "year",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_nao_processado",
                    "title": "Valor Inscrito Não Processado",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "description": "Valor, em reais, de empenho inscrito em restos a pagar não processado, ou seja, são aqueles derivados de despesas “legalmente empenhadas que não foram liquidadas e nem pagas até 31 de dezembro do mesmo exercício.\n",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_processado",
                    "title": "Valor Inscrito Processado",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "description": "Valor, em reais, de despesa liquidada de exercícios anteriores, ou seja, são aqueles cujo 2º estágio da despesa (liquidação) já ocorreu restando apenas o pagamento.\n",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_pago",
                    "title": "valor Pago",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "description": "Soma do valor de restos a pagar processados e não processados referentes aos pagamentos efetuados através de movimentações bancárias, escriturais e apropriação contábil da despesa. \nO efetivo pagamento pode estar pendente de transmissão aos bancos e/ou sujeito a compensação bancária.\n",
                    "constraints": {
                      "required": true
                    }
                  }
                ],
                "missingValues": [
                  ""
                ],
                "foreignKeys": [
                  {
                    "fields": [
                      "id_elemento"
                    ],
                    "reference": {
                      "fields": [
                        "id_elemento"
                      ],
                      "resource": "dm_elemento_desp"
                    }
                  },
                  {
                    "fields": [
                      "id_modalidade_aplic"
                    ],
                    "reference": {
                      "fields": [
                        "id_modalidade_aplic"
                      ],
                      "resource": "dm_modalidade_aplic"
                    }
                  },
                  {
                    "fields": [
                      "id_grupo"
                    ],
                    "reference": {
                      "fields": [
                        "id_grupo"
                      ],
                      "resource": "dm_grupo_desp"
                    }
                  },
                  {
                    "fields": [
                      "id_favorecido"
                    ],
                    "reference": {
                      "fields": [
                        "id_favorecido"
                      ],
                      "resource": "dm_favorecido"
                    }
                  },
                  {
                    "fields": [
                      "id_unidade_orc"
                    ],
                    "reference": {
                      "fields": [
                        "id_unidade_orc"
                      ],
                      "resource": "dm_unidade_orc"
                    }
                  },
                  {
                    "fields": [
                      "id_tempo"
                    ],
                    "reference": {
                      "fields": [
                        "id_tempo"
                      ],
                      "resource": "dm_tempo_anual"
                    }
                  },
                  {
                    "fields": [
                      "id_empenho"
                    ],
                    "reference": {
                      "fields": [
                        "id_empenho"
                      ],
                      "resource": "dm_empenho_resto_2017"
                    }
                  },
                  {
                    "fields": [
                      "id_categ_econ"
                    ],
                    "reference": {
                      "fields": [
                        "id_categ_econ"
                      ],
                      "resource": "dm_categ_econ"
                    }
                  },
                  {
                    "fields": [
                      "id_item"
                    ],
                    "reference": {
                      "fields": [
                        "id_item"
                      ],
                      "resource": "dm_item_desp"
                    }
                  },
                  {
                    "fields": [
                      "id_fonte"
                    ],
                    "reference": {
                      "fields": [
                        "id_fonte"
                      ],
                      "resource": "dm_fonte"
                    }
                  },
                  {
                    "fields": [
                      "id_tipo_documento"
                    ],
                    "reference": {
                      "fields": [
                        "id_tipo_documento"
                      ],
                      "resource": "dm_tipo_documento"
                    }
                  },
                  {
                    "fields": [
                      "id_funcao"
                    ],
                    "reference": {
                      "fields": [
                        "id_funcao"
                      ],
                      "resource": "dm_funcao_resto"
                    }
                  },
                  {
                    "fields": [
                      "id_subfuncao"
                    ],
                    "reference": {
                      "fields": [
                        "id_subfuncao"
                      ],
                      "resource": "dm_subfuncao_resto"
                    }
                  },
                  {
                    "fields": [
                      "id_programa"
                    ],
                    "reference": {
                      "fields": [
                        "id_programa"
                      ],
                      "resource": "dm_programa_resto"
                    }
                  },
                  {
                    "fields": [
                      "id_acao"
                    ],
                    "reference": {
                      "fields": [
                        "id_acao"
                      ],
                      "resource": "dm_acao_resto"
                    }
                  },
                  {
                    "fields": [
                      "id_procedencia"
                    ],
                    "reference": {
                      "fields": [
                        "id_procedencia"
                      ],
                      "resource": "dm_procedencia"
                    }
                  }
                ]
              },
              "sources": [
                {
                  "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
                  "table": "ft_restos_pagar"
                }
              ],
              "format": "csv",
              "mediatype": "text/csv",
              "encoding": "utf-8-sig",
              "dialect": {
                "delimiter": ";"
              },
              "profile": "tabular-data-resource",
              "scheme": "file",
              "hashing": "md5",
              "compression": "gz",
              "stats": {
                "hash": "4f5c8640f6e1a7ec3b891aba99ec538e",
                "bytes": 7946762,
                "fields": 26,
                "rows": 503474
              }
            },
            "time": 161.183,
            "scope": [
              "hash-count-error",
              "byte-count-error",
              "field-count-error",
              "row-count-error",
              "blank-header",
              "extra-label",
              "missing-label",
              "blank-label",
              "duplicate-label",
              "incorrect-label",
              "blank-row",
              "primary-key-error",
              "foreign-key-error",
              "extra-cell",
              "missing-cell",
              "type-error",
              "constraint-error",
              "unique-error"
            ],
            "partial": false,
            "errors": [],
            "stats": {
              "errors": 0
            },
            "valid": true
          }
        ],
        "stats": {
          "errors": 0,
          "tasks": 1
        },
        "valid": true
      }
    },
    {
      "name": "ft_restos_pagar_2018",
      "title": "ft_restos_pagar 2018",
      "path": "data/ft_restos_pagar_2018.csv.gz",
      "schema": {
        "fields": [
          {
            "name": "id_tempo",
            "title": "Tempo - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "description": "- > \n  Chave estrangeira (Foreign Key) que aponta para a Chave Primária (Primary keys) da tabela dm_tempo_diario. \n  Ou seja, por meio dessa chave é possível identificar a data completa a qual o dado se refere.\n\n  Nota: \n  No site dados.mg.gov.br a tabela dm_tempo_diario pode ser encontrada no recurso Calendários - Dias \n  de cada conjunto.\n",
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_categ_econ",
            "title": "Categoria Econômica da Despesa - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_grupo",
            "title": "Grupo de Despesa - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_elemento",
            "title": "Elemento de Despesa - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_item",
            "title": "Item de Despesa - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_fonte",
            "title": "Fonte de Recurso - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_modalidade_aplic",
            "title": "Modalidade de Aplicação - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "id_funcao",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "id_subfuncao",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "id_programa",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "id_acao",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "id_procedencia",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "id_unidade_orc",
            "title": "Unidade Orçamentária - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_favorecido",
            "title": "Favorecido - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_empenho",
            "title": "Número do Empenho - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_tipo_documento",
            "title": "Tipo de Documento - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "ano_origem",
            "title": "Ano Origem",
            "type": "year",
            "format": "default",
            "bareNumber": true,
            "description": "Ano de origem do empenho\n",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "cd_evento",
            "title": "Evento - Código",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "tp_operacao",
            "title": "Tipo de Operação",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true,
              "enum": [
                "1",
                "2"
              ]
            }
          },
          {
            "name": "cd_documento",
            "title": "Documento - Código",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "nr_ordem",
            "title": "Número de Ordem",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "dt_documento",
            "title": "Data do Documento",
            "type": "date",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "ano_particao",
            "title": "Ano de Partição",
            "type": "year",
            "bareNumber": true,
            "constraints": {
              "required": true
            },
            "format": "default"
          },
          {
            "name": "vr_nao_processado",
            "title": "Valor Inscrito Não Processado",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "description": "Valor, em reais, de empenho inscrito em restos a pagar não processado, ou seja, são aqueles derivados de despesas “legalmente empenhadas que não foram liquidadas e nem pagas até 31 de dezembro do mesmo exercício.\n",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          },
          {
            "name": "vr_processado",
            "title": "Valor Inscrito Processado",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "description": "Valor, em reais, de despesa liquidada de exercícios anteriores, ou seja, são aqueles cujo 2º estágio da despesa (liquidação) já ocorreu restando apenas o pagamento.\n",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          },
          {
            "name": "vr_pago",
            "title": "valor Pago",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "description": "Soma do valor de restos a pagar processados e não processados referentes aos pagamentos efetuados através de movimentações bancárias, escriturais e apropriação contábil da despesa. \nO efetivo pagamento pode estar pendente de transmissão aos bancos e/ou sujeito a compensação bancária.\n",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          }
        ],
        "missingValues": [
          ""
        ],
        "foreignKeys": [
          {
            "fields": [
              "id_elemento"
            ],
            "reference": {
              "fields": [
                "id_elemento"
              ],
              "resource": "dm_elemento_desp"
            }
          },
          {
            "fields": [
              "id_modalidade_aplic"
            ],
            "reference": {
              "fields": [
                "id_modalidade_aplic"
              ],
              "resource": "dm_modalidade_aplic"
            }
          },
          {
            "fields": [
              "id_grupo"
            ],
            "reference": {
              "fields": [
                "id_grupo"
              ],
              "resource": "dm_grupo_desp"
            }
          },
          {
            "fields": [
              "id_favorecido"
            ],
            "reference": {
              "fields": [
                "id_favorecido"
              ],
              "resource": "dm_favorecido"
            }
          },
          {
            "fields": [
              "id_unidade_orc"
            ],
            "reference": {
              "fields": [
                "id_unidade_orc"
              ],
              "resource": "dm_unidade_orc"
            }
          },
          {
            "fields": [
              "id_tempo"
            ],
            "reference": {
              "fields": [
                "id_tempo"
              ],
              "resource": "dm_tempo_anual"
            }
          },
          {
            "fields": [
              "id_empenho"
            ],
            "reference": {
              "fields": [
                "id_empenho"
              ],
              "resource": "dm_empenho_resto_2018"
            }
          },
          {
            "fields": [
              "id_categ_econ"
            ],
            "reference": {
              "fields": [
                "id_categ_econ"
              ],
              "resource": "dm_categ_econ"
            }
          },
          {
            "fields": [
              "id_item"
            ],
            "reference": {
              "fields": [
                "id_item"
              ],
              "resource": "dm_item_desp"
            }
          },
          {
            "fields": [
              "id_fonte"
            ],
            "reference": {
              "fields": [
                "id_fonte"
              ],
              "resource": "dm_fonte"
            }
          },
          {
            "fields": [
              "id_tipo_documento"
            ],
            "reference": {
              "fields": [
                "id_tipo_documento"
              ],
              "resource": "dm_tipo_documento"
            }
          },
          {
            "fields": [
              "id_funcao"
            ],
            "reference": {
              "fields": [
                "id_funcao"
              ],
              "resource": "dm_funcao_resto"
            }
          },
          {
            "fields": [
              "id_subfuncao"
            ],
            "reference": {
              "fields": [
                "id_subfuncao"
              ],
              "resource": "dm_subfuncao_resto"
            }
          },
          {
            "fields": [
              "id_programa"
            ],
            "reference": {
              "fields": [
                "id_programa"
              ],
              "resource": "dm_programa_resto"
            }
          },
          {
            "fields": [
              "id_acao"
            ],
            "reference": {
              "fields": [
                "id_acao"
              ],
              "resource": "dm_acao_resto"
            }
          },
          {
            "fields": [
              "id_procedencia"
            ],
            "reference": {
              "fields": [
                "id_procedencia"
              ],
              "resource": "dm_procedencia"
            }
          }
        ]
      },
      "sources": [
        {
          "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
          "table": "ft_restos_pagar"
        }
      ],
      "format": "csv",
      "mediatype": "text/csv",
      "encoding": "utf-8-sig",
      "dialect": {
        "delimiter": ";",
        "lineTerminator": "\r\n",
        "quoteChar": "\"",
        "doubleQuote": true,
        "skipInitialSpace": false
      },
      "profile": "tabular-data-resource",
      "validation": {
        "version": "4.16.6",
        "time": 187.149,
        "errors": [],
        "tasks": [
          {
            "resource": {
              "name": "ft_restos_pagar_2018",
              "title": "ft_restos_pagar 2018",
              "path": "data/ft_restos_pagar_2018.csv.gz",
              "schema": {
                "fields": [
                  {
                    "name": "id_tempo",
                    "title": "Tempo - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "description": "- > \n  Chave estrangeira (Foreign Key) que aponta para a Chave Primária (Primary keys) da tabela dm_tempo_diario. \n  Ou seja, por meio dessa chave é possível identificar a data completa a qual o dado se refere.\n\n  Nota: \n  No site dados.mg.gov.br a tabela dm_tempo_diario pode ser encontrada no recurso Calendários - Dias \n  de cada conjunto.\n",
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_categ_econ",
                    "title": "Categoria Econômica da Despesa - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_grupo",
                    "title": "Grupo de Despesa - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_elemento",
                    "title": "Elemento de Despesa - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_item",
                    "title": "Item de Despesa - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_fonte",
                    "title": "Fonte de Recurso - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_modalidade_aplic",
                    "title": "Modalidade de Aplicação - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "id_funcao",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "id_subfuncao",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "id_programa",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "id_acao",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "id_procedencia",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "id_unidade_orc",
                    "title": "Unidade Orçamentária - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_favorecido",
                    "title": "Favorecido - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_empenho",
                    "title": "Número do Empenho - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_tipo_documento",
                    "title": "Tipo de Documento - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "ano_origem",
                    "title": "Ano Origem",
                    "type": "year",
                    "format": "default",
                    "bareNumber": true,
                    "description": "Ano de origem do empenho\n",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "cd_evento",
                    "title": "Evento - Código",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "tp_operacao",
                    "title": "Tipo de Operação",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true,
                      "enum": [
                        "1",
                        "2"
                      ]
                    }
                  },
                  {
                    "name": "cd_documento",
                    "title": "Documento - Código",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "nr_ordem",
                    "title": "Número de Ordem",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "dt_documento",
                    "title": "Data do Documento",
                    "type": "date",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "ano_particao",
                    "title": "Ano de Partição",
                    "type": "year",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_nao_processado",
                    "title": "Valor Inscrito Não Processado",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "description": "Valor, em reais, de empenho inscrito em restos a pagar não processado, ou seja, são aqueles derivados de despesas “legalmente empenhadas que não foram liquidadas e nem pagas até 31 de dezembro do mesmo exercício.\n",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_processado",
                    "title": "Valor Inscrito Processado",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "description": "Valor, em reais, de despesa liquidada de exercícios anteriores, ou seja, são aqueles cujo 2º estágio da despesa (liquidação) já ocorreu restando apenas o pagamento.\n",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_pago",
                    "title": "valor Pago",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "description": "Soma do valor de restos a pagar processados e não processados referentes aos pagamentos efetuados através de movimentações bancárias, escriturais e apropriação contábil da despesa. \nO efetivo pagamento pode estar pendente de transmissão aos bancos e/ou sujeito a compensação bancária.\n",
                    "constraints": {
                      "required": true
                    }
                  }
                ],
                "missingValues": [
                  ""
                ],
                "foreignKeys": [
                  {
                    "fields": [
                      "id_elemento"
                    ],
                    "reference": {
                      "fields": [
                        "id_elemento"
                      ],
                      "resource": "dm_elemento_desp"
                    }
                  },
                  {
                    "fields": [
                      "id_modalidade_aplic"
                    ],
                    "reference": {
                      "fields": [
                        "id_modalidade_aplic"
                      ],
                      "resource": "dm_modalidade_aplic"
                    }
                  },
                  {
                    "fields": [
                      "id_grupo"
                    ],
                    "reference": {
                      "fields": [
                        "id_grupo"
                      ],
                      "resource": "dm_grupo_desp"
                    }
                  },
                  {
                    "fields": [
                      "id_favorecido"
                    ],
                    "reference": {
                      "fields": [
                        "id_favorecido"
                      ],
                      "resource": "dm_favorecido"
                    }
                  },
                  {
                    "fields": [
                      "id_unidade_orc"
                    ],
                    "reference": {
                      "fields": [
                        "id_unidade_orc"
                      ],
                      "resource": "dm_unidade_orc"
                    }
                  },
                  {
                    "fields": [
                      "id_tempo"
                    ],
                    "reference": {
                      "fields": [
                        "id_tempo"
                      ],
                      "resource": "dm_tempo_anual"
                    }
                  },
                  {
                    "fields": [
                      "id_empenho"
                    ],
                    "reference": {
                      "fields": [
                        "id_empenho"
                      ],
                      "resource": "dm_empenho_resto_2018"
                    }
                  },
                  {
                    "fields": [
                      "id_categ_econ"
                    ],
                    "reference": {
                      "fields": [
                        "id_categ_econ"
                      ],
                      "resource": "dm_categ_econ"
                    }
                  },
                  {
                    "fields": [
                      "id_item"
                    ],
                    "reference": {
                      "fields": [
                        "id_item"
                      ],
                      "resource": "dm_item_desp"
                    }
                  },
                  {
                    "fields": [
                      "id_fonte"
                    ],
                    "reference": {
                      "fields": [
                        "id_fonte"
                      ],
                      "resource": "dm_fonte"
                    }
                  },
                  {
                    "fields": [
                      "id_tipo_documento"
                    ],
                    "reference": {
                      "fields": [
                        "id_tipo_documento"
                      ],
                      "resource": "dm_tipo_documento"
                    }
                  },
                  {
                    "fields": [
                      "id_funcao"
                    ],
                    "reference": {
                      "fields": [
                        "id_funcao"
                      ],
                      "resource": "dm_funcao_resto"
                    }
                  },
                  {
                    "fields": [
                      "id_subfuncao"
                    ],
                    "reference": {
                      "fields": [
                        "id_subfuncao"
                      ],
                      "resource": "dm_subfuncao_resto"
                    }
                  },
                  {
                    "fields": [
                      "id_programa"
                    ],
                    "reference": {
                      "fields": [
                        "id_programa"
                      ],
                      "resource": "dm_programa_resto"
                    }
                  },
                  {
                    "fields": [
                      "id_acao"
                    ],
                    "reference": {
                      "fields": [
                        "id_acao"
                      ],
                      "resource": "dm_acao_resto"
                    }
                  },
                  {
                    "fields": [
                      "id_procedencia"
                    ],
                    "reference": {
                      "fields": [
                        "id_procedencia"
                      ],
                      "resource": "dm_procedencia"
                    }
                  }
                ]
              },
              "sources": [
                {
                  "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
                  "table": "ft_restos_pagar"
                }
              ],
              "format": "csv",
              "mediatype": "text/csv",
              "encoding": "utf-8-sig",
              "dialect": {
                "delimiter": ";"
              },
              "profile": "tabular-data-resource",
              "scheme": "file",
              "hashing": "md5",
              "compression": "gz",
              "stats": {
                "hash": "12057c9c0d880664ac90559eee074485",
                "bytes": 10297537,
                "fields": 26,
                "rows": 633023
              }
            },
            "time": 187.149,
            "scope": [
              "hash-count-error",
              "byte-count-error",
              "field-count-error",
              "row-count-error",
              "blank-header",
              "extra-label",
              "missing-label",
              "blank-label",
              "duplicate-label",
              "incorrect-label",
              "blank-row",
              "primary-key-error",
              "foreign-key-error",
              "extra-cell",
              "missing-cell",
              "type-error",
              "constraint-error",
              "unique-error"
            ],
            "partial": false,
            "errors": [],
            "stats": {
              "errors": 0
            },
            "valid": true
          }
        ],
        "stats": {
          "errors": 0,
          "tasks": 1
        },
        "valid": true
      }
    },
    {
      "name": "ft_restos_pagar_2019",
      "title": "ft_restos_pagar 2019",
      "path": "data/ft_restos_pagar_2019.csv.gz",
      "schema": {
        "fields": [
          {
            "name": "id_tempo",
            "title": "Tempo - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "description": "- > \n  Chave estrangeira (Foreign Key) que aponta para a Chave Primária (Primary keys) da tabela dm_tempo_diario. \n  Ou seja, por meio dessa chave é possível identificar a data completa a qual o dado se refere.\n\n  Nota: \n  No site dados.mg.gov.br a tabela dm_tempo_diario pode ser encontrada no recurso Calendários - Dias \n  de cada conjunto.\n",
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_categ_econ",
            "title": "Categoria Econômica da Despesa - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_grupo",
            "title": "Grupo de Despesa - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_elemento",
            "title": "Elemento de Despesa - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_item",
            "title": "Item de Despesa - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_fonte",
            "title": "Fonte de Recurso - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_modalidade_aplic",
            "title": "Modalidade de Aplicação - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "id_funcao",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "id_subfuncao",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "id_programa",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "id_acao",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "id_procedencia",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "id_unidade_orc",
            "title": "Unidade Orçamentária - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_favorecido",
            "title": "Favorecido - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_empenho",
            "title": "Número do Empenho - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_tipo_documento",
            "title": "Tipo de Documento - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "ano_origem",
            "title": "Ano Origem",
            "type": "year",
            "format": "default",
            "bareNumber": true,
            "description": "Ano de origem do empenho\n",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "cd_evento",
            "title": "Evento - Código",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "tp_operacao",
            "title": "Tipo de Operação",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true,
              "enum": [
                "1",
                "2"
              ]
            }
          },
          {
            "name": "cd_documento",
            "title": "Documento - Código",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "nr_ordem",
            "title": "Número de Ordem",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "dt_documento",
            "title": "Data do Documento",
            "type": "date",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "ano_particao",
            "title": "Ano de Partição",
            "type": "year",
            "bareNumber": true,
            "constraints": {
              "required": true
            },
            "format": "default"
          },
          {
            "name": "vr_nao_processado",
            "title": "Valor Inscrito Não Processado",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "description": "Valor, em reais, de empenho inscrito em restos a pagar não processado, ou seja, são aqueles derivados de despesas “legalmente empenhadas que não foram liquidadas e nem pagas até 31 de dezembro do mesmo exercício.\n",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          },
          {
            "name": "vr_processado",
            "title": "Valor Inscrito Processado",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "description": "Valor, em reais, de despesa liquidada de exercícios anteriores, ou seja, são aqueles cujo 2º estágio da despesa (liquidação) já ocorreu restando apenas o pagamento.\n",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          },
          {
            "name": "vr_pago",
            "title": "valor Pago",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "description": "Soma do valor de restos a pagar processados e não processados referentes aos pagamentos efetuados através de movimentações bancárias, escriturais e apropriação contábil da despesa. \nO efetivo pagamento pode estar pendente de transmissão aos bancos e/ou sujeito a compensação bancária.\n",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          }
        ],
        "missingValues": [
          ""
        ],
        "foreignKeys": [
          {
            "fields": [
              "id_elemento"
            ],
            "reference": {
              "fields": [
                "id_elemento"
              ],
              "resource": "dm_elemento_desp"
            }
          },
          {
            "fields": [
              "id_modalidade_aplic"
            ],
            "reference": {
              "fields": [
                "id_modalidade_aplic"
              ],
              "resource": "dm_modalidade_aplic"
            }
          },
          {
            "fields": [
              "id_grupo"
            ],
            "reference": {
              "fields": [
                "id_grupo"
              ],
              "resource": "dm_grupo_desp"
            }
          },
          {
            "fields": [
              "id_favorecido"
            ],
            "reference": {
              "fields": [
                "id_favorecido"
              ],
              "resource": "dm_favorecido"
            }
          },
          {
            "fields": [
              "id_unidade_orc"
            ],
            "reference": {
              "fields": [
                "id_unidade_orc"
              ],
              "resource": "dm_unidade_orc"
            }
          },
          {
            "fields": [
              "id_tempo"
            ],
            "reference": {
              "fields": [
                "id_tempo"
              ],
              "resource": "dm_tempo_anual"
            }
          },
          {
            "fields": [
              "id_empenho"
            ],
            "reference": {
              "fields": [
                "id_empenho"
              ],
              "resource": "dm_empenho_resto_2019"
            }
          },
          {
            "fields": [
              "id_categ_econ"
            ],
            "reference": {
              "fields": [
                "id_categ_econ"
              ],
              "resource": "dm_categ_econ"
            }
          },
          {
            "fields": [
              "id_item"
            ],
            "reference": {
              "fields": [
                "id_item"
              ],
              "resource": "dm_item_desp"
            }
          },
          {
            "fields": [
              "id_fonte"
            ],
            "reference": {
              "fields": [
                "id_fonte"
              ],
              "resource": "dm_fonte"
            }
          },
          {
            "fields": [
              "id_tipo_documento"
            ],
            "reference": {
              "fields": [
                "id_tipo_documento"
              ],
              "resource": "dm_tipo_documento"
            }
          },
          {
            "fields": [
              "id_funcao"
            ],
            "reference": {
              "fields": [
                "id_funcao"
              ],
              "resource": "dm_funcao_resto"
            }
          },
          {
            "fields": [
              "id_subfuncao"
            ],
            "reference": {
              "fields": [
                "id_subfuncao"
              ],
              "resource": "dm_subfuncao_resto"
            }
          },
          {
            "fields": [
              "id_programa"
            ],
            "reference": {
              "fields": [
                "id_programa"
              ],
              "resource": "dm_programa_resto"
            }
          },
          {
            "fields": [
              "id_acao"
            ],
            "reference": {
              "fields": [
                "id_acao"
              ],
              "resource": "dm_acao_resto"
            }
          },
          {
            "fields": [
              "id_procedencia"
            ],
            "reference": {
              "fields": [
                "id_procedencia"
              ],
              "resource": "dm_procedencia"
            }
          }
        ]
      },
      "sources": [
        {
          "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
          "table": "ft_restos_pagar"
        }
      ],
      "format": "csv",
      "mediatype": "text/csv",
      "encoding": "utf-8-sig",
      "dialect": {
        "delimiter": ";",
        "lineTerminator": "\r\n",
        "quoteChar": "\"",
        "doubleQuote": true,
        "skipInitialSpace": false
      },
      "profile": "tabular-data-resource",
      "validation": {
        "version": "4.16.6",
        "time": 150.921,
        "errors": [],
        "tasks": [
          {
            "resource": {
              "name": "ft_restos_pagar_2019",
              "title": "ft_restos_pagar 2019",
              "path": "data/ft_restos_pagar_2019.csv.gz",
              "schema": {
                "fields": [
                  {
                    "name": "id_tempo",
                    "title": "Tempo - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "description": "- > \n  Chave estrangeira (Foreign Key) que aponta para a Chave Primária (Primary keys) da tabela dm_tempo_diario. \n  Ou seja, por meio dessa chave é possível identificar a data completa a qual o dado se refere.\n\n  Nota: \n  No site dados.mg.gov.br a tabela dm_tempo_diario pode ser encontrada no recurso Calendários - Dias \n  de cada conjunto.\n",
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_categ_econ",
                    "title": "Categoria Econômica da Despesa - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_grupo",
                    "title": "Grupo de Despesa - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_elemento",
                    "title": "Elemento de Despesa - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_item",
                    "title": "Item de Despesa - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_fonte",
                    "title": "Fonte de Recurso - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_modalidade_aplic",
                    "title": "Modalidade de Aplicação - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "id_funcao",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "id_subfuncao",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "id_programa",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "id_acao",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "id_procedencia",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "id_unidade_orc",
                    "title": "Unidade Orçamentária - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_favorecido",
                    "title": "Favorecido - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_empenho",
                    "title": "Número do Empenho - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_tipo_documento",
                    "title": "Tipo de Documento - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "ano_origem",
                    "title": "Ano Origem",
                    "type": "year",
                    "format": "default",
                    "bareNumber": true,
                    "description": "Ano de origem do empenho\n",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "cd_evento",
                    "title": "Evento - Código",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "tp_operacao",
                    "title": "Tipo de Operação",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true,
                      "enum": [
                        "1",
                        "2"
                      ]
                    }
                  },
                  {
                    "name": "cd_documento",
                    "title": "Documento - Código",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "nr_ordem",
                    "title": "Número de Ordem",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "dt_documento",
                    "title": "Data do Documento",
                    "type": "date",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "ano_particao",
                    "title": "Ano de Partição",
                    "type": "year",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_nao_processado",
                    "title": "Valor Inscrito Não Processado",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "description": "Valor, em reais, de empenho inscrito em restos a pagar não processado, ou seja, são aqueles derivados de despesas “legalmente empenhadas que não foram liquidadas e nem pagas até 31 de dezembro do mesmo exercício.\n",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_processado",
                    "title": "Valor Inscrito Processado",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "description": "Valor, em reais, de despesa liquidada de exercícios anteriores, ou seja, são aqueles cujo 2º estágio da despesa (liquidação) já ocorreu restando apenas o pagamento.\n",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_pago",
                    "title": "valor Pago",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "description": "Soma do valor de restos a pagar processados e não processados referentes aos pagamentos efetuados através de movimentações bancárias, escriturais e apropriação contábil da despesa. \nO efetivo pagamento pode estar pendente de transmissão aos bancos e/ou sujeito a compensação bancária.\n",
                    "constraints": {
                      "required": true
                    }
                  }
                ],
                "missingValues": [
                  ""
                ],
                "foreignKeys": [
                  {
                    "fields": [
                      "id_elemento"
                    ],
                    "reference": {
                      "fields": [
                        "id_elemento"
                      ],
                      "resource": "dm_elemento_desp"
                    }
                  },
                  {
                    "fields": [
                      "id_modalidade_aplic"
                    ],
                    "reference": {
                      "fields": [
                        "id_modalidade_aplic"
                      ],
                      "resource": "dm_modalidade_aplic"
                    }
                  },
                  {
                    "fields": [
                      "id_grupo"
                    ],
                    "reference": {
                      "fields": [
                        "id_grupo"
                      ],
                      "resource": "dm_grupo_desp"
                    }
                  },
                  {
                    "fields": [
                      "id_favorecido"
                    ],
                    "reference": {
                      "fields": [
                        "id_favorecido"
                      ],
                      "resource": "dm_favorecido"
                    }
                  },
                  {
                    "fields": [
                      "id_unidade_orc"
                    ],
                    "reference": {
                      "fields": [
                        "id_unidade_orc"
                      ],
                      "resource": "dm_unidade_orc"
                    }
                  },
                  {
                    "fields": [
                      "id_tempo"
                    ],
                    "reference": {
                      "fields": [
                        "id_tempo"
                      ],
                      "resource": "dm_tempo_anual"
                    }
                  },
                  {
                    "fields": [
                      "id_empenho"
                    ],
                    "reference": {
                      "fields": [
                        "id_empenho"
                      ],
                      "resource": "dm_empenho_resto_2019"
                    }
                  },
                  {
                    "fields": [
                      "id_categ_econ"
                    ],
                    "reference": {
                      "fields": [
                        "id_categ_econ"
                      ],
                      "resource": "dm_categ_econ"
                    }
                  },
                  {
                    "fields": [
                      "id_item"
                    ],
                    "reference": {
                      "fields": [
                        "id_item"
                      ],
                      "resource": "dm_item_desp"
                    }
                  },
                  {
                    "fields": [
                      "id_fonte"
                    ],
                    "reference": {
                      "fields": [
                        "id_fonte"
                      ],
                      "resource": "dm_fonte"
                    }
                  },
                  {
                    "fields": [
                      "id_tipo_documento"
                    ],
                    "reference": {
                      "fields": [
                        "id_tipo_documento"
                      ],
                      "resource": "dm_tipo_documento"
                    }
                  },
                  {
                    "fields": [
                      "id_funcao"
                    ],
                    "reference": {
                      "fields": [
                        "id_funcao"
                      ],
                      "resource": "dm_funcao_resto"
                    }
                  },
                  {
                    "fields": [
                      "id_subfuncao"
                    ],
                    "reference": {
                      "fields": [
                        "id_subfuncao"
                      ],
                      "resource": "dm_subfuncao_resto"
                    }
                  },
                  {
                    "fields": [
                      "id_programa"
                    ],
                    "reference": {
                      "fields": [
                        "id_programa"
                      ],
                      "resource": "dm_programa_resto"
                    }
                  },
                  {
                    "fields": [
                      "id_acao"
                    ],
                    "reference": {
                      "fields": [
                        "id_acao"
                      ],
                      "resource": "dm_acao_resto"
                    }
                  },
                  {
                    "fields": [
                      "id_procedencia"
                    ],
                    "reference": {
                      "fields": [
                        "id_procedencia"
                      ],
                      "resource": "dm_procedencia"
                    }
                  }
                ]
              },
              "sources": [
                {
                  "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
                  "table": "ft_restos_pagar"
                }
              ],
              "format": "csv",
              "mediatype": "text/csv",
              "encoding": "utf-8-sig",
              "dialect": {
                "delimiter": ";"
              },
              "profile": "tabular-data-resource",
              "scheme": "file",
              "hashing": "md5",
              "compression": "gz",
              "stats": {
                "hash": "200ca797a8cf5a0a48a8a0dbe1539a47",
                "bytes": 7411286,
                "fields": 26,
                "rows": 440492
              }
            },
            "time": 150.921,
            "scope": [
              "hash-count-error",
              "byte-count-error",
              "field-count-error",
              "row-count-error",
              "blank-header",
              "extra-label",
              "missing-label",
              "blank-label",
              "duplicate-label",
              "incorrect-label",
              "blank-row",
              "primary-key-error",
              "foreign-key-error",
              "extra-cell",
              "missing-cell",
              "type-error",
              "constraint-error",
              "unique-error"
            ],
            "partial": false,
            "errors": [],
            "stats": {
              "errors": 0
            },
            "valid": true
          }
        ],
        "stats": {
          "errors": 0,
          "tasks": 1
        },
        "valid": true
      }
    },
    {
      "name": "ft_restos_pagar_2020",
      "title": "ft_restos_pagar 2020",
      "path": "data/ft_restos_pagar_2020.csv.gz",
      "schema": {
        "fields": [
          {
            "name": "id_tempo",
            "title": "Tempo - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "description": "- > \n  Chave estrangeira (Foreign Key) que aponta para a Chave Primária (Primary keys) da tabela dm_tempo_diario. \n  Ou seja, por meio dessa chave é possível identificar a data completa a qual o dado se refere.\n\n  Nota: \n  No site dados.mg.gov.br a tabela dm_tempo_diario pode ser encontrada no recurso Calendários - Dias \n  de cada conjunto.\n",
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_categ_econ",
            "title": "Categoria Econômica da Despesa - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_grupo",
            "title": "Grupo de Despesa - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_elemento",
            "title": "Elemento de Despesa - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_item",
            "title": "Item de Despesa - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_fonte",
            "title": "Fonte de Recurso - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_modalidade_aplic",
            "title": "Modalidade de Aplicação - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "id_funcao",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "id_subfuncao",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "id_programa",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "id_acao",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "id_procedencia",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "id_unidade_orc",
            "title": "Unidade Orçamentária - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_favorecido",
            "title": "Favorecido - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_empenho",
            "title": "Número do Empenho - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_tipo_documento",
            "title": "Tipo de Documento - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "ano_origem",
            "title": "Ano Origem",
            "type": "year",
            "format": "default",
            "bareNumber": true,
            "description": "Ano de origem do empenho\n",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "cd_evento",
            "title": "Evento - Código",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "tp_operacao",
            "title": "Tipo de Operação",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true,
              "enum": [
                "1",
                "2"
              ]
            }
          },
          {
            "name": "cd_documento",
            "title": "Documento - Código",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "nr_ordem",
            "title": "Número de Ordem",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "dt_documento",
            "title": "Data do Documento",
            "type": "date",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "ano_particao",
            "title": "Ano de Partição",
            "type": "year",
            "bareNumber": true,
            "constraints": {
              "required": true
            },
            "format": "default"
          },
          {
            "name": "vr_nao_processado",
            "title": "Valor Inscrito Não Processado",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "description": "Valor, em reais, de empenho inscrito em restos a pagar não processado, ou seja, são aqueles derivados de despesas “legalmente empenhadas que não foram liquidadas e nem pagas até 31 de dezembro do mesmo exercício.\n",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          },
          {
            "name": "vr_processado",
            "title": "Valor Inscrito Processado",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "description": "Valor, em reais, de despesa liquidada de exercícios anteriores, ou seja, são aqueles cujo 2º estágio da despesa (liquidação) já ocorreu restando apenas o pagamento.\n",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          },
          {
            "name": "vr_pago",
            "title": "valor Pago",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "description": "Soma do valor de restos a pagar processados e não processados referentes aos pagamentos efetuados através de movimentações bancárias, escriturais e apropriação contábil da despesa. \nO efetivo pagamento pode estar pendente de transmissão aos bancos e/ou sujeito a compensação bancária.\n",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          }
        ],
        "missingValues": [
          ""
        ],
        "foreignKeys": [
          {
            "fields": [
              "id_elemento"
            ],
            "reference": {
              "fields": [
                "id_elemento"
              ],
              "resource": "dm_elemento_desp"
            }
          },
          {
            "fields": [
              "id_modalidade_aplic"
            ],
            "reference": {
              "fields": [
                "id_modalidade_aplic"
              ],
              "resource": "dm_modalidade_aplic"
            }
          },
          {
            "fields": [
              "id_grupo"
            ],
            "reference": {
              "fields": [
                "id_grupo"
              ],
              "resource": "dm_grupo_desp"
            }
          },
          {
            "fields": [
              "id_favorecido"
            ],
            "reference": {
              "fields": [
                "id_favorecido"
              ],
              "resource": "dm_favorecido"
            }
          },
          {
            "fields": [
              "id_unidade_orc"
            ],
            "reference": {
              "fields": [
                "id_unidade_orc"
              ],
              "resource": "dm_unidade_orc"
            }
          },
          {
            "fields": [
              "id_tempo"
            ],
            "reference": {
              "fields": [
                "id_tempo"
              ],
              "resource": "dm_tempo_anual"
            }
          },
          {
            "fields": [
              "id_empenho"
            ],
            "reference": {
              "fields": [
                "id_empenho"
              ],
              "resource": "dm_empenho_resto_2020"
            }
          },
          {
            "fields": [
              "id_categ_econ"
            ],
            "reference": {
              "fields": [
                "id_categ_econ"
              ],
              "resource": "dm_categ_econ"
            }
          },
          {
            "fields": [
              "id_item"
            ],
            "reference": {
              "fields": [
                "id_item"
              ],
              "resource": "dm_item_desp"
            }
          },
          {
            "fields": [
              "id_fonte"
            ],
            "reference": {
              "fields": [
                "id_fonte"
              ],
              "resource": "dm_fonte"
            }
          },
          {
            "fields": [
              "id_tipo_documento"
            ],
            "reference": {
              "fields": [
                "id_tipo_documento"
              ],
              "resource": "dm_tipo_documento"
            }
          },
          {
            "fields": [
              "id_funcao"
            ],
            "reference": {
              "fields": [
                "id_funcao"
              ],
              "resource": "dm_funcao_resto"
            }
          },
          {
            "fields": [
              "id_subfuncao"
            ],
            "reference": {
              "fields": [
                "id_subfuncao"
              ],
              "resource": "dm_subfuncao_resto"
            }
          },
          {
            "fields": [
              "id_programa"
            ],
            "reference": {
              "fields": [
                "id_programa"
              ],
              "resource": "dm_programa_resto"
            }
          },
          {
            "fields": [
              "id_acao"
            ],
            "reference": {
              "fields": [
                "id_acao"
              ],
              "resource": "dm_acao_resto"
            }
          },
          {
            "fields": [
              "id_procedencia"
            ],
            "reference": {
              "fields": [
                "id_procedencia"
              ],
              "resource": "dm_procedencia"
            }
          }
        ]
      },
      "sources": [
        {
          "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
          "table": "ft_restos_pagar"
        }
      ],
      "format": "csv",
      "mediatype": "text/csv",
      "encoding": "utf-8-sig",
      "dialect": {
        "delimiter": ";",
        "lineTerminator": "\r\n",
        "quoteChar": "\"",
        "doubleQuote": true,
        "skipInitialSpace": false
      },
      "profile": "tabular-data-resource",
      "validation": {
        "version": "4.16.6",
        "time": 146.356,
        "errors": [],
        "tasks": [
          {
            "resource": {
              "name": "ft_restos_pagar_2020",
              "title": "ft_restos_pagar 2020",
              "path": "data/ft_restos_pagar_2020.csv.gz",
              "schema": {
                "fields": [
                  {
                    "name": "id_tempo",
                    "title": "Tempo - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "description": "- > \n  Chave estrangeira (Foreign Key) que aponta para a Chave Primária (Primary keys) da tabela dm_tempo_diario. \n  Ou seja, por meio dessa chave é possível identificar a data completa a qual o dado se refere.\n\n  Nota: \n  No site dados.mg.gov.br a tabela dm_tempo_diario pode ser encontrada no recurso Calendários - Dias \n  de cada conjunto.\n",
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_categ_econ",
                    "title": "Categoria Econômica da Despesa - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_grupo",
                    "title": "Grupo de Despesa - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_elemento",
                    "title": "Elemento de Despesa - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_item",
                    "title": "Item de Despesa - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_fonte",
                    "title": "Fonte de Recurso - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_modalidade_aplic",
                    "title": "Modalidade de Aplicação - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "id_funcao",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "id_subfuncao",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "id_programa",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "id_acao",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "id_procedencia",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "id_unidade_orc",
                    "title": "Unidade Orçamentária - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_favorecido",
                    "title": "Favorecido - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_empenho",
                    "title": "Número do Empenho - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_tipo_documento",
                    "title": "Tipo de Documento - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "ano_origem",
                    "title": "Ano Origem",
                    "type": "year",
                    "format": "default",
                    "bareNumber": true,
                    "description": "Ano de origem do empenho\n",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "cd_evento",
                    "title": "Evento - Código",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "tp_operacao",
                    "title": "Tipo de Operação",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true,
                      "enum": [
                        "1",
                        "2"
                      ]
                    }
                  },
                  {
                    "name": "cd_documento",
                    "title": "Documento - Código",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "nr_ordem",
                    "title": "Número de Ordem",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "dt_documento",
                    "title": "Data do Documento",
                    "type": "date",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "ano_particao",
                    "title": "Ano de Partição",
                    "type": "year",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_nao_processado",
                    "title": "Valor Inscrito Não Processado",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "description": "Valor, em reais, de empenho inscrito em restos a pagar não processado, ou seja, são aqueles derivados de despesas “legalmente empenhadas que não foram liquidadas e nem pagas até 31 de dezembro do mesmo exercício.\n",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_processado",
                    "title": "Valor Inscrito Processado",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "description": "Valor, em reais, de despesa liquidada de exercícios anteriores, ou seja, são aqueles cujo 2º estágio da despesa (liquidação) já ocorreu restando apenas o pagamento.\n",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_pago",
                    "title": "valor Pago",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "description": "Soma do valor de restos a pagar processados e não processados referentes aos pagamentos efetuados através de movimentações bancárias, escriturais e apropriação contábil da despesa. \nO efetivo pagamento pode estar pendente de transmissão aos bancos e/ou sujeito a compensação bancária.\n",
                    "constraints": {
                      "required": true
                    }
                  }
                ],
                "missingValues": [
                  ""
                ],
                "foreignKeys": [
                  {
                    "fields": [
                      "id_elemento"
                    ],
                    "reference": {
                      "fields": [
                        "id_elemento"
                      ],
                      "resource": "dm_elemento_desp"
                    }
                  },
                  {
                    "fields": [
                      "id_modalidade_aplic"
                    ],
                    "reference": {
                      "fields": [
                        "id_modalidade_aplic"
                      ],
                      "resource": "dm_modalidade_aplic"
                    }
                  },
                  {
                    "fields": [
                      "id_grupo"
                    ],
                    "reference": {
                      "fields": [
                        "id_grupo"
                      ],
                      "resource": "dm_grupo_desp"
                    }
                  },
                  {
                    "fields": [
                      "id_favorecido"
                    ],
                    "reference": {
                      "fields": [
                        "id_favorecido"
                      ],
                      "resource": "dm_favorecido"
                    }
                  },
                  {
                    "fields": [
                      "id_unidade_orc"
                    ],
                    "reference": {
                      "fields": [
                        "id_unidade_orc"
                      ],
                      "resource": "dm_unidade_orc"
                    }
                  },
                  {
                    "fields": [
                      "id_tempo"
                    ],
                    "reference": {
                      "fields": [
                        "id_tempo"
                      ],
                      "resource": "dm_tempo_anual"
                    }
                  },
                  {
                    "fields": [
                      "id_empenho"
                    ],
                    "reference": {
                      "fields": [
                        "id_empenho"
                      ],
                      "resource": "dm_empenho_resto_2020"
                    }
                  },
                  {
                    "fields": [
                      "id_categ_econ"
                    ],
                    "reference": {
                      "fields": [
                        "id_categ_econ"
                      ],
                      "resource": "dm_categ_econ"
                    }
                  },
                  {
                    "fields": [
                      "id_item"
                    ],
                    "reference": {
                      "fields": [
                        "id_item"
                      ],
                      "resource": "dm_item_desp"
                    }
                  },
                  {
                    "fields": [
                      "id_fonte"
                    ],
                    "reference": {
                      "fields": [
                        "id_fonte"
                      ],
                      "resource": "dm_fonte"
                    }
                  },
                  {
                    "fields": [
                      "id_tipo_documento"
                    ],
                    "reference": {
                      "fields": [
                        "id_tipo_documento"
                      ],
                      "resource": "dm_tipo_documento"
                    }
                  },
                  {
                    "fields": [
                      "id_funcao"
                    ],
                    "reference": {
                      "fields": [
                        "id_funcao"
                      ],
                      "resource": "dm_funcao_resto"
                    }
                  },
                  {
                    "fields": [
                      "id_subfuncao"
                    ],
                    "reference": {
                      "fields": [
                        "id_subfuncao"
                      ],
                      "resource": "dm_subfuncao_resto"
                    }
                  },
                  {
                    "fields": [
                      "id_programa"
                    ],
                    "reference": {
                      "fields": [
                        "id_programa"
                      ],
                      "resource": "dm_programa_resto"
                    }
                  },
                  {
                    "fields": [
                      "id_acao"
                    ],
                    "reference": {
                      "fields": [
                        "id_acao"
                      ],
                      "resource": "dm_acao_resto"
                    }
                  },
                  {
                    "fields": [
                      "id_procedencia"
                    ],
                    "reference": {
                      "fields": [
                        "id_procedencia"
                      ],
                      "resource": "dm_procedencia"
                    }
                  }
                ]
              },
              "sources": [
                {
                  "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
                  "table": "ft_restos_pagar"
                }
              ],
              "format": "csv",
              "mediatype": "text/csv",
              "encoding": "utf-8-sig",
              "dialect": {
                "delimiter": ";"
              },
              "profile": "tabular-data-resource",
              "scheme": "file",
              "hashing": "md5",
              "compression": "gz",
              "stats": {
                "hash": "2050e6ca6749ba0893d4b965babdc0ec",
                "bytes": 6683249,
                "fields": 26,
                "rows": 404845
              }
            },
            "time": 146.356,
            "scope": [
              "hash-count-error",
              "byte-count-error",
              "field-count-error",
              "row-count-error",
              "blank-header",
              "extra-label",
              "missing-label",
              "blank-label",
              "duplicate-label",
              "incorrect-label",
              "blank-row",
              "primary-key-error",
              "foreign-key-error",
              "extra-cell",
              "missing-cell",
              "type-error",
              "constraint-error",
              "unique-error"
            ],
            "partial": false,
            "errors": [],
            "stats": {
              "errors": 0
            },
            "valid": true
          }
        ],
        "stats": {
          "errors": 0,
          "tasks": 1
        },
        "valid": true
      }
    },
    {
      "name": "ft_restos_pagar_2021",
      "title": "ft_restos_pagar 2021",
      "path": "data/ft_restos_pagar_2021.csv.gz",
      "schema": {
        "fields": [
          {
            "name": "id_tempo",
            "title": "Tempo - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "description": "- > \n  Chave estrangeira (Foreign Key) que aponta para a Chave Primária (Primary keys) da tabela dm_tempo_diario. \n  Ou seja, por meio dessa chave é possível identificar a data completa a qual o dado se refere.\n\n  Nota: \n  No site dados.mg.gov.br a tabela dm_tempo_diario pode ser encontrada no recurso Calendários - Dias \n  de cada conjunto.\n",
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_categ_econ",
            "title": "Categoria Econômica da Despesa - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_grupo",
            "title": "Grupo de Despesa - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_elemento",
            "title": "Elemento de Despesa - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_item",
            "title": "Item de Despesa - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_fonte",
            "title": "Fonte de Recurso - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_modalidade_aplic",
            "title": "Modalidade de Aplicação - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "id_unidade_orc",
            "title": "Unidade Orçamentária - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_favorecido",
            "title": "Favorecido - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_empenho",
            "title": "Número do Empenho - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_tipo_documento",
            "title": "Tipo de Documento - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "ano_origem",
            "title": "Ano Origem",
            "type": "year",
            "format": "default",
            "bareNumber": true,
            "description": "Ano de origem do empenho\n",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "cd_evento",
            "title": "Evento - Código",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "tp_operacao",
            "title": "Tipo de Operação",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true,
              "enum": [
                "1",
                "2"
              ]
            }
          },
          {
            "name": "cd_documento",
            "title": "Documento - Código",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "nr_ordem",
            "title": "Número de Ordem",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "dt_documento",
            "title": "Data do Documento",
            "type": "date",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "ano_particao",
            "title": "Ano de Partição",
            "type": "year",
            "bareNumber": true,
            "constraints": {
              "required": true
            },
            "format": "default"
          },
          {
            "name": "vr_nao_processado",
            "title": "Valor Inscrito Não Processado",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "description": "Valor, em reais, de empenho inscrito em restos a pagar não processado, ou seja, são aqueles derivados de despesas “legalmente empenhadas que não foram liquidadas e nem pagas até 31 de dezembro do mesmo exercício.\n",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          },
          {
            "name": "vr_processado",
            "title": "Valor Inscrito Processado",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "description": "Valor, em reais, de despesa liquidada de exercícios anteriores, ou seja, são aqueles cujo 2º estágio da despesa (liquidação) já ocorreu restando apenas o pagamento.\n",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          },
          {
            "name": "vr_pago",
            "title": "valor Pago",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "description": "Soma do valor de restos a pagar processados e não processados referentes aos pagamentos efetuados através de movimentações bancárias, escriturais e apropriação contábil da despesa. \nO efetivo pagamento pode estar pendente de transmissão aos bancos e/ou sujeito a compensação bancária.\n",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          }
        ],
        "missingValues": [
          ""
        ],
        "foreignKeys": [
          {
            "fields": [
              "id_elemento"
            ],
            "reference": {
              "fields": [
                "id_elemento"
              ],
              "resource": "dm_elemento_desp"
            }
          },
          {
            "fields": [
              "id_modalidade_aplic"
            ],
            "reference": {
              "fields": [
                "id_modalidade_aplic"
              ],
              "resource": "dm_modalidade_aplic"
            }
          },
          {
            "fields": [
              "id_grupo"
            ],
            "reference": {
              "fields": [
                "id_grupo"
              ],
              "resource": "dm_grupo_desp"
            }
          },
          {
            "fields": [
              "id_favorecido"
            ],
            "reference": {
              "fields": [
                "id_favorecido"
              ],
              "resource": "dm_favorecido"
            }
          },
          {
            "fields": [
              "id_unidade_orc"
            ],
            "reference": {
              "fields": [
                "id_unidade_orc"
              ],
              "resource": "dm_unidade_orc"
            }
          },
          {
            "fields": [
              "id_tempo"
            ],
            "reference": {
              "fields": [
                "id_tempo"
              ],
              "resource": "dm_tempo_anual"
            }
          },
          {
            "fields": [
              "id_empenho"
            ],
            "reference": {
              "fields": [
                "id_empenho"
              ],
              "resource": "dm_empenho_resto_2021"
            }
          },
          {
            "fields": [
              "id_categ_econ"
            ],
            "reference": {
              "fields": [
                "id_categ_econ"
              ],
              "resource": "dm_categ_econ"
            }
          },
          {
            "fields": [
              "id_item"
            ],
            "reference": {
              "fields": [
                "id_item"
              ],
              "resource": "dm_item_desp"
            }
          },
          {
            "fields": [
              "id_fonte"
            ],
            "reference": {
              "fields": [
                "id_fonte"
              ],
              "resource": "dm_fonte"
            }
          },
          {
            "fields": [
              "id_tipo_documento"
            ],
            "reference": {
              "fields": [
                "id_tipo_documento"
              ],
              "resource": "dm_tipo_documento"
            }
          }
        ]
      },
      "sources": [
        {
          "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
          "table": "ft_restos_pagar"
        }
      ],
      "format": "csv",
      "mediatype": "text/csv",
      "encoding": "utf-8-sig",
      "dialect": {
        "delimiter": ";",
        "lineTerminator": "\r\n",
        "quoteChar": "\"",
        "doubleQuote": true,
        "skipInitialSpace": false
      },
      "profile": "tabular-data-resource",
      "validation": {
        "version": "4.16.6",
        "time": 138.496,
        "errors": [],
        "tasks": [
          {
            "resource": {
              "name": "ft_restos_pagar_2021",
              "title": "ft_restos_pagar 2021",
              "path": "data/ft_restos_pagar_2021.csv.gz",
              "schema": {
                "fields": [
                  {
                    "name": "id_tempo",
                    "title": "Tempo - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "description": "- > \n  Chave estrangeira (Foreign Key) que aponta para a Chave Primária (Primary keys) da tabela dm_tempo_diario. \n  Ou seja, por meio dessa chave é possível identificar a data completa a qual o dado se refere.\n\n  Nota: \n  No site dados.mg.gov.br a tabela dm_tempo_diario pode ser encontrada no recurso Calendários - Dias \n  de cada conjunto.\n",
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_categ_econ",
                    "title": "Categoria Econômica da Despesa - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_grupo",
                    "title": "Grupo de Despesa - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_elemento",
                    "title": "Elemento de Despesa - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_item",
                    "title": "Item de Despesa - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_fonte",
                    "title": "Fonte de Recurso - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_modalidade_aplic",
                    "title": "Modalidade de Aplicação - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "id_unidade_orc",
                    "title": "Unidade Orçamentária - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_favorecido",
                    "title": "Favorecido - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_empenho",
                    "title": "Número do Empenho - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_tipo_documento",
                    "title": "Tipo de Documento - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "ano_origem",
                    "title": "Ano Origem",
                    "type": "year",
                    "format": "default",
                    "bareNumber": true,
                    "description": "Ano de origem do empenho\n",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "cd_evento",
                    "title": "Evento - Código",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "tp_operacao",
                    "title": "Tipo de Operação",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true,
                      "enum": [
                        "1",
                        "2"
                      ]
                    }
                  },
                  {
                    "name": "cd_documento",
                    "title": "Documento - Código",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "nr_ordem",
                    "title": "Número de Ordem",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "dt_documento",
                    "title": "Data do Documento",
                    "type": "date",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "ano_particao",
                    "title": "Ano de Partição",
                    "type": "year",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_nao_processado",
                    "title": "Valor Inscrito Não Processado",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "description": "Valor, em reais, de empenho inscrito em restos a pagar não processado, ou seja, são aqueles derivados de despesas “legalmente empenhadas que não foram liquidadas e nem pagas até 31 de dezembro do mesmo exercício.\n",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_processado",
                    "title": "Valor Inscrito Processado",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "description": "Valor, em reais, de despesa liquidada de exercícios anteriores, ou seja, são aqueles cujo 2º estágio da despesa (liquidação) já ocorreu restando apenas o pagamento.\n",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_pago",
                    "title": "valor Pago",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "description": "Soma do valor de restos a pagar processados e não processados referentes aos pagamentos efetuados através de movimentações bancárias, escriturais e apropriação contábil da despesa. \nO efetivo pagamento pode estar pendente de transmissão aos bancos e/ou sujeito a compensação bancária.\n",
                    "constraints": {
                      "required": true
                    }
                  }
                ],
                "missingValues": [
                  ""
                ],
                "foreignKeys": [
                  {
                    "fields": [
                      "id_elemento"
                    ],
                    "reference": {
                      "fields": [
                        "id_elemento"
                      ],
                      "resource": "dm_elemento_desp"
                    }
                  },
                  {
                    "fields": [
                      "id_modalidade_aplic"
                    ],
                    "reference": {
                      "fields": [
                        "id_modalidade_aplic"
                      ],
                      "resource": "dm_modalidade_aplic"
                    }
                  },
                  {
                    "fields": [
                      "id_grupo"
                    ],
                    "reference": {
                      "fields": [
                        "id_grupo"
                      ],
                      "resource": "dm_grupo_desp"
                    }
                  },
                  {
                    "fields": [
                      "id_favorecido"
                    ],
                    "reference": {
                      "fields": [
                        "id_favorecido"
                      ],
                      "resource": "dm_favorecido"
                    }
                  },
                  {
                    "fields": [
                      "id_unidade_orc"
                    ],
                    "reference": {
                      "fields": [
                        "id_unidade_orc"
                      ],
                      "resource": "dm_unidade_orc"
                    }
                  },
                  {
                    "fields": [
                      "id_tempo"
                    ],
                    "reference": {
                      "fields": [
                        "id_tempo"
                      ],
                      "resource": "dm_tempo_anual"
                    }
                  },
                  {
                    "fields": [
                      "id_empenho"
                    ],
                    "reference": {
                      "fields": [
                        "id_empenho"
                      ],
                      "resource": "dm_empenho_resto_2021"
                    }
                  },
                  {
                    "fields": [
                      "id_categ_econ"
                    ],
                    "reference": {
                      "fields": [
                        "id_categ_econ"
                      ],
                      "resource": "dm_categ_econ"
                    }
                  },
                  {
                    "fields": [
                      "id_item"
                    ],
                    "reference": {
                      "fields": [
                        "id_item"
                      ],
                      "resource": "dm_item_desp"
                    }
                  },
                  {
                    "fields": [
                      "id_fonte"
                    ],
                    "reference": {
                      "fields": [
                        "id_fonte"
                      ],
                      "resource": "dm_fonte"
                    }
                  },
                  {
                    "fields": [
                      "id_tipo_documento"
                    ],
                    "reference": {
                      "fields": [
                        "id_tipo_documento"
                      ],
                      "resource": "dm_tipo_documento"
                    }
                  }
                ]
              },
              "sources": [
                {
                  "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
                  "table": "ft_restos_pagar"
                }
              ],
              "format": "csv",
              "mediatype": "text/csv",
              "encoding": "utf-8-sig",
              "dialect": {
                "delimiter": ";"
              },
              "profile": "tabular-data-resource",
              "scheme": "file",
              "hashing": "md5",
              "compression": "gz",
              "stats": {
                "hash": "f0a3a46bd0a164f9d0563dee20601853",
                "bytes": 6672423,
                "fields": 21,
                "rows": 450718
              }
            },
            "time": 138.496,
            "scope": [
              "hash-count-error",
              "byte-count-error",
              "field-count-error",
              "row-count-error",
              "blank-header",
              "extra-label",
              "missing-label",
              "blank-label",
              "duplicate-label",
              "incorrect-label",
              "blank-row",
              "primary-key-error",
              "foreign-key-error",
              "extra-cell",
              "missing-cell",
              "type-error",
              "constraint-error",
              "unique-error"
            ],
            "partial": false,
            "errors": [],
            "stats": {
              "errors": 0
            },
            "valid": true
          }
        ],
        "stats": {
          "errors": 0,
          "tasks": 1
        },
        "valid": true
      }
    },
    {
      "name": "ft_restos_pagar_2022",
      "title": "ft_restos_pagar 2022",
      "path": "data/ft_restos_pagar_2022.csv.gz",
      "schema": {
        "fields": [
          {
            "name": "id_tempo",
            "title": "Tempo - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "description": "- > \n  Chave estrangeira (Foreign Key) que aponta para a Chave Primária (Primary keys) da tabela dm_tempo_diario. \n  Ou seja, por meio dessa chave é possível identificar a data completa a qual o dado se refere.\n\n  Nota: \n  No site dados.mg.gov.br a tabela dm_tempo_diario pode ser encontrada no recurso Calendários - Dias \n  de cada conjunto.\n",
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_categ_econ",
            "title": "Categoria Econômica da Despesa - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_grupo",
            "title": "Grupo de Despesa - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_elemento",
            "title": "Elemento de Despesa - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_item",
            "title": "Item de Despesa - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_fonte",
            "title": "Fonte de Recurso - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_modalidade_aplic",
            "title": "Modalidade de Aplicação - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "id_unidade_orc",
            "title": "Unidade Orçamentária - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_favorecido",
            "title": "Favorecido - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_empenho",
            "title": "Número do Empenho - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_tipo_documento",
            "title": "Tipo de Documento - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "ano_origem",
            "title": "Ano Origem",
            "type": "year",
            "format": "default",
            "bareNumber": true,
            "description": "Ano de origem do empenho\n",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "cd_evento",
            "title": "Evento - Código",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "tp_operacao",
            "title": "Tipo de Operação",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true,
              "enum": [
                "1",
                "2"
              ]
            }
          },
          {
            "name": "cd_documento",
            "title": "Documento - Código",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "nr_ordem",
            "title": "Número de Ordem",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "dt_documento",
            "title": "Data do Documento",
            "type": "date",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "ano_particao",
            "title": "Ano de Partição",
            "type": "year",
            "bareNumber": true,
            "constraints": {
              "required": true
            },
            "format": "default"
          },
          {
            "name": "vr_nao_processado",
            "title": "Valor Inscrito Não Processado",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "description": "Valor, em reais, de empenho inscrito em restos a pagar não processado, ou seja, são aqueles derivados de despesas “legalmente empenhadas que não foram liquidadas e nem pagas até 31 de dezembro do mesmo exercício.\n",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          },
          {
            "name": "vr_processado",
            "title": "Valor Inscrito Processado",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "description": "Valor, em reais, de despesa liquidada de exercícios anteriores, ou seja, são aqueles cujo 2º estágio da despesa (liquidação) já ocorreu restando apenas o pagamento.\n",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          },
          {
            "name": "vr_pago",
            "title": "valor Pago",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "description": "Soma do valor de restos a pagar processados e não processados referentes aos pagamentos efetuados através de movimentações bancárias, escriturais e apropriação contábil da despesa. \nO efetivo pagamento pode estar pendente de transmissão aos bancos e/ou sujeito a compensação bancária.\n",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          }
        ],
        "missingValues": [
          ""
        ],
        "foreignKeys": [
          {
            "fields": [
              "id_elemento"
            ],
            "reference": {
              "fields": [
                "id_elemento"
              ],
              "resource": "dm_elemento_desp"
            }
          },
          {
            "fields": [
              "id_modalidade_aplic"
            ],
            "reference": {
              "fields": [
                "id_modalidade_aplic"
              ],
              "resource": "dm_modalidade_aplic"
            }
          },
          {
            "fields": [
              "id_grupo"
            ],
            "reference": {
              "fields": [
                "id_grupo"
              ],
              "resource": "dm_grupo_desp"
            }
          },
          {
            "fields": [
              "id_favorecido"
            ],
            "reference": {
              "fields": [
                "id_favorecido"
              ],
              "resource": "dm_favorecido"
            }
          },
          {
            "fields": [
              "id_unidade_orc"
            ],
            "reference": {
              "fields": [
                "id_unidade_orc"
              ],
              "resource": "dm_unidade_orc"
            }
          },
          {
            "fields": [
              "id_tempo"
            ],
            "reference": {
              "fields": [
                "id_tempo"
              ],
              "resource": "dm_tempo_anual"
            }
          },
          {
            "fields": [
              "id_empenho"
            ],
            "reference": {
              "fields": [
                "id_empenho"
              ],
              "resource": "dm_empenho_resto_2022"
            }
          },
          {
            "fields": [
              "id_categ_econ"
            ],
            "reference": {
              "fields": [
                "id_categ_econ"
              ],
              "resource": "dm_categ_econ"
            }
          },
          {
            "fields": [
              "id_item"
            ],
            "reference": {
              "fields": [
                "id_item"
              ],
              "resource": "dm_item_desp"
            }
          },
          {
            "fields": [
              "id_fonte"
            ],
            "reference": {
              "fields": [
                "id_fonte"
              ],
              "resource": "dm_fonte"
            }
          },
          {
            "fields": [
              "id_tipo_documento"
            ],
            "reference": {
              "fields": [
                "id_tipo_documento"
              ],
              "resource": "dm_tipo_documento"
            }
          }
        ]
      },
      "sources": [
        {
          "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
          "table": "ft_restos_pagar"
        }
      ],
      "format": "csv",
      "mediatype": "text/csv",
      "encoding": "utf-8-sig",
      "dialect": {
        "delimiter": ";",
        "lineTerminator": "\r\n",
        "quoteChar": "\"",
        "doubleQuote": true,
        "skipInitialSpace": false
      },
      "profile": "tabular-data-resource",
      "validation": {
        "version": "4.16.6",
        "time": 133.857,
        "errors": [],
        "tasks": [
          {
            "resource": {
              "name": "ft_restos_pagar_2022",
              "title": "ft_restos_pagar 2022",
              "path": "data/ft_restos_pagar_2022.csv.gz",
              "schema": {
                "fields": [
                  {
                    "name": "id_tempo",
                    "title": "Tempo - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "description": "- > \n  Chave estrangeira (Foreign Key) que aponta para a Chave Primária (Primary keys) da tabela dm_tempo_diario. \n  Ou seja, por meio dessa chave é possível identificar a data completa a qual o dado se refere.\n\n  Nota: \n  No site dados.mg.gov.br a tabela dm_tempo_diario pode ser encontrada no recurso Calendários - Dias \n  de cada conjunto.\n",
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_categ_econ",
                    "title": "Categoria Econômica da Despesa - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_grupo",
                    "title": "Grupo de Despesa - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_elemento",
                    "title": "Elemento de Despesa - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_item",
                    "title": "Item de Despesa - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_fonte",
                    "title": "Fonte de Recurso - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_modalidade_aplic",
                    "title": "Modalidade de Aplicação - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "id_unidade_orc",
                    "title": "Unidade Orçamentária - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_favorecido",
                    "title": "Favorecido - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_empenho",
                    "title": "Número do Empenho - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_tipo_documento",
                    "title": "Tipo de Documento - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "ano_origem",
                    "title": "Ano Origem",
                    "type": "year",
                    "format": "default",
                    "bareNumber": true,
                    "description": "Ano de origem do empenho\n",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "cd_evento",
                    "title": "Evento - Código",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "tp_operacao",
                    "title": "Tipo de Operação",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true,
                      "enum": [
                        "1",
                        "2"
                      ]
                    }
                  },
                  {
                    "name": "cd_documento",
                    "title": "Documento - Código",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "nr_ordem",
                    "title": "Número de Ordem",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "dt_documento",
                    "title": "Data do Documento",
                    "type": "date",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "ano_particao",
                    "title": "Ano de Partição",
                    "type": "year",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_nao_processado",
                    "title": "Valor Inscrito Não Processado",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "description": "Valor, em reais, de empenho inscrito em restos a pagar não processado, ou seja, são aqueles derivados de despesas “legalmente empenhadas que não foram liquidadas e nem pagas até 31 de dezembro do mesmo exercício.\n",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_processado",
                    "title": "Valor Inscrito Processado",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "description": "Valor, em reais, de despesa liquidada de exercícios anteriores, ou seja, são aqueles cujo 2º estágio da despesa (liquidação) já ocorreu restando apenas o pagamento.\n",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_pago",
                    "title": "valor Pago",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "description": "Soma do valor de restos a pagar processados e não processados referentes aos pagamentos efetuados através de movimentações bancárias, escriturais e apropriação contábil da despesa. \nO efetivo pagamento pode estar pendente de transmissão aos bancos e/ou sujeito a compensação bancária.\n",
                    "constraints": {
                      "required": true
                    }
                  }
                ],
                "missingValues": [
                  ""
                ],
                "foreignKeys": [
                  {
                    "fields": [
                      "id_elemento"
                    ],
                    "reference": {
                      "fields": [
                        "id_elemento"
                      ],
                      "resource": "dm_elemento_desp"
                    }
                  },
                  {
                    "fields": [
                      "id_modalidade_aplic"
                    ],
                    "reference": {
                      "fields": [
                        "id_modalidade_aplic"
                      ],
                      "resource": "dm_modalidade_aplic"
                    }
                  },
                  {
                    "fields": [
                      "id_grupo"
                    ],
                    "reference": {
                      "fields": [
                        "id_grupo"
                      ],
                      "resource": "dm_grupo_desp"
                    }
                  },
                  {
                    "fields": [
                      "id_favorecido"
                    ],
                    "reference": {
                      "fields": [
                        "id_favorecido"
                      ],
                      "resource": "dm_favorecido"
                    }
                  },
                  {
                    "fields": [
                      "id_unidade_orc"
                    ],
                    "reference": {
                      "fields": [
                        "id_unidade_orc"
                      ],
                      "resource": "dm_unidade_orc"
                    }
                  },
                  {
                    "fields": [
                      "id_tempo"
                    ],
                    "reference": {
                      "fields": [
                        "id_tempo"
                      ],
                      "resource": "dm_tempo_anual"
                    }
                  },
                  {
                    "fields": [
                      "id_empenho"
                    ],
                    "reference": {
                      "fields": [
                        "id_empenho"
                      ],
                      "resource": "dm_empenho_resto_2022"
                    }
                  },
                  {
                    "fields": [
                      "id_categ_econ"
                    ],
                    "reference": {
                      "fields": [
                        "id_categ_econ"
                      ],
                      "resource": "dm_categ_econ"
                    }
                  },
                  {
                    "fields": [
                      "id_item"
                    ],
                    "reference": {
                      "fields": [
                        "id_item"
                      ],
                      "resource": "dm_item_desp"
                    }
                  },
                  {
                    "fields": [
                      "id_fonte"
                    ],
                    "reference": {
                      "fields": [
                        "id_fonte"
                      ],
                      "resource": "dm_fonte"
                    }
                  },
                  {
                    "fields": [
                      "id_tipo_documento"
                    ],
                    "reference": {
                      "fields": [
                        "id_tipo_documento"
                      ],
                      "resource": "dm_tipo_documento"
                    }
                  }
                ]
              },
              "sources": [
                {
                  "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
                  "table": "ft_restos_pagar"
                }
              ],
              "format": "csv",
              "mediatype": "text/csv",
              "encoding": "utf-8-sig",
              "dialect": {
                "delimiter": ";"
              },
              "profile": "tabular-data-resource",
              "scheme": "file",
              "hashing": "md5",
              "compression": "gz",
              "stats": {
                "hash": "978d86b027e3896162936148e09745e2",
                "bytes": 6340300,
                "fields": 21,
                "rows": 424188
              }
            },
            "time": 133.857,
            "scope": [
              "hash-count-error",
              "byte-count-error",
              "field-count-error",
              "row-count-error",
              "blank-header",
              "extra-label",
              "missing-label",
              "blank-label",
              "duplicate-label",
              "incorrect-label",
              "blank-row",
              "primary-key-error",
              "foreign-key-error",
              "extra-cell",
              "missing-cell",
              "type-error",
              "constraint-error",
              "unique-error"
            ],
            "partial": false,
            "errors": [],
            "stats": {
              "errors": 0
            },
            "valid": true
          }
        ],
        "stats": {
          "errors": 0,
          "tasks": 1
        },
        "valid": true
      }
    },
    {
      "name": "ft_restos_pagar_2023",
      "title": "ft_restos_pagar 2023",
      "path": "data/ft_restos_pagar_2023.csv.gz",
      "schema": {
        "fields": [
          {
            "name": "id_tempo",
            "title": "Tempo - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "description": "- > \n  Chave estrangeira (Foreign Key) que aponta para a Chave Primária (Primary keys) da tabela dm_tempo_diario. \n  Ou seja, por meio dessa chave é possível identificar a data completa a qual o dado se refere.\n\n  Nota: \n  No site dados.mg.gov.br a tabela dm_tempo_diario pode ser encontrada no recurso Calendários - Dias \n  de cada conjunto.\n",
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_categ_econ",
            "title": "Categoria Econômica da Despesa - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_grupo",
            "title": "Grupo de Despesa - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_elemento",
            "title": "Elemento de Despesa - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_item",
            "title": "Item de Despesa - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_fonte",
            "title": "Fonte de Recurso - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_modalidade_aplic",
            "title": "Modalidade de Aplicação - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "id_unidade_orc",
            "title": "Unidade Orçamentária - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_favorecido",
            "title": "Favorecido - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_empenho",
            "title": "Número do Empenho - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_tipo_documento",
            "title": "Tipo de Documento - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "ano_origem",
            "title": "Ano Origem",
            "type": "year",
            "format": "default",
            "bareNumber": true,
            "description": "Ano de origem do empenho\n",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "cd_evento",
            "title": "Evento - Código",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "tp_operacao",
            "title": "Tipo de Operação",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true,
              "enum": [
                "1",
                "2"
              ]
            }
          },
          {
            "name": "cd_documento",
            "title": "Documento - Código",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "nr_ordem",
            "title": "Número de Ordem",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "dt_documento",
            "title": "Data do Documento",
            "type": "date",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "ano_particao",
            "title": "Ano de Partição",
            "type": "year",
            "bareNumber": true,
            "constraints": {
              "required": true
            },
            "format": "default"
          },
          {
            "name": "vr_nao_processado",
            "title": "Valor Inscrito Não Processado",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "description": "Valor, em reais, de empenho inscrito em restos a pagar não processado, ou seja, são aqueles derivados de despesas “legalmente empenhadas que não foram liquidadas e nem pagas até 31 de dezembro do mesmo exercício.\n",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          },
          {
            "name": "vr_processado",
            "title": "Valor Inscrito Processado",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "description": "Valor, em reais, de despesa liquidada de exercícios anteriores, ou seja, são aqueles cujo 2º estágio da despesa (liquidação) já ocorreu restando apenas o pagamento.\n",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          },
          {
            "name": "vr_pago",
            "title": "valor Pago",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "description": "Soma do valor de restos a pagar processados e não processados referentes aos pagamentos efetuados através de movimentações bancárias, escriturais e apropriação contábil da despesa. \nO efetivo pagamento pode estar pendente de transmissão aos bancos e/ou sujeito a compensação bancária.\n",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          }
        ],
        "missingValues": [
          ""
        ],
        "foreignKeys": [
          {
            "fields": [
              "id_elemento"
            ],
            "reference": {
              "fields": [
                "id_elemento"
              ],
              "resource": "dm_elemento_desp"
            }
          },
          {
            "fields": [
              "id_modalidade_aplic"
            ],
            "reference": {
              "fields": [
                "id_modalidade_aplic"
              ],
              "resource": "dm_modalidade_aplic"
            }
          },
          {
            "fields": [
              "id_grupo"
            ],
            "reference": {
              "fields": [
                "id_grupo"
              ],
              "resource": "dm_grupo_desp"
            }
          },
          {
            "fields": [
              "id_favorecido"
            ],
            "reference": {
              "fields": [
                "id_favorecido"
              ],
              "resource": "dm_favorecido"
            }
          },
          {
            "fields": [
              "id_unidade_orc"
            ],
            "reference": {
              "fields": [
                "id_unidade_orc"
              ],
              "resource": "dm_unidade_orc"
            }
          },
          {
            "fields": [
              "id_tempo"
            ],
            "reference": {
              "fields": [
                "id_tempo"
              ],
              "resource": "dm_tempo_anual"
            }
          },
          {
            "fields": [
              "id_empenho"
            ],
            "reference": {
              "fields": [
                "id_empenho"
              ],
              "resource": "dm_empenho_resto_2023"
            }
          },
          {
            "fields": [
              "id_categ_econ"
            ],
            "reference": {
              "fields": [
                "id_categ_econ"
              ],
              "resource": "dm_categ_econ"
            }
          },
          {
            "fields": [
              "id_item"
            ],
            "reference": {
              "fields": [
                "id_item"
              ],
              "resource": "dm_item_desp"
            }
          },
          {
            "fields": [
              "id_fonte"
            ],
            "reference": {
              "fields": [
                "id_fonte"
              ],
              "resource": "dm_fonte"
            }
          },
          {
            "fields": [
              "id_tipo_documento"
            ],
            "reference": {
              "fields": [
                "id_tipo_documento"
              ],
              "resource": "dm_tipo_documento"
            }
          }
        ]
      },
      "sources": [
        {
          "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
          "table": "ft_restos_pagar"
        }
      ],
      "format": "csv",
      "mediatype": "text/csv",
      "encoding": "utf-8-sig",
      "dialect": {
        "delimiter": ";",
        "lineTerminator": "\r\n",
        "quoteChar": "\"",
        "doubleQuote": true,
        "skipInitialSpace": false
      },
      "profile": "tabular-data-resource",
      "validation": {
        "version": "4.16.6",
        "time": 132.499,
        "errors": [],
        "tasks": [
          {
            "resource": {
              "name": "ft_restos_pagar_2023",
              "title": "ft_restos_pagar 2023",
              "path": "data/ft_restos_pagar_2023.csv.gz",
              "schema": {
                "fields": [
                  {
                    "name": "id_tempo",
                    "title": "Tempo - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "description": "- > \n  Chave estrangeira (Foreign Key) que aponta para a Chave Primária (Primary keys) da tabela dm_tempo_diario. \n  Ou seja, por meio dessa chave é possível identificar a data completa a qual o dado se refere.\n\n  Nota: \n  No site dados.mg.gov.br a tabela dm_tempo_diario pode ser encontrada no recurso Calendários - Dias \n  de cada conjunto.\n",
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_categ_econ",
                    "title": "Categoria Econômica da Despesa - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_grupo",
                    "title": "Grupo de Despesa - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_elemento",
                    "title": "Elemento de Despesa - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_item",
                    "title": "Item de Despesa - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_fonte",
                    "title": "Fonte de Recurso - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_modalidade_aplic",
                    "title": "Modalidade de Aplicação - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "id_unidade_orc",
                    "title": "Unidade Orçamentária - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_favorecido",
                    "title": "Favorecido - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_empenho",
                    "title": "Número do Empenho - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_tipo_documento",
                    "title": "Tipo de Documento - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "ano_origem",
                    "title": "Ano Origem",
                    "type": "year",
                    "format": "default",
                    "bareNumber": true,
                    "description": "Ano de origem do empenho\n",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "cd_evento",
                    "title": "Evento - Código",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "tp_operacao",
                    "title": "Tipo de Operação",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true,
                      "enum": [
                        "1",
                        "2"
                      ]
                    }
                  },
                  {
                    "name": "cd_documento",
                    "title": "Documento - Código",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "nr_ordem",
                    "title": "Número de Ordem",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "dt_documento",
                    "title": "Data do Documento",
                    "type": "date",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "ano_particao",
                    "title": "Ano de Partição",
                    "type": "year",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_nao_processado",
                    "title": "Valor Inscrito Não Processado",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "description": "Valor, em reais, de empenho inscrito em restos a pagar não processado, ou seja, são aqueles derivados de despesas “legalmente empenhadas que não foram liquidadas e nem pagas até 31 de dezembro do mesmo exercício.\n",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_processado",
                    "title": "Valor Inscrito Processado",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "description": "Valor, em reais, de despesa liquidada de exercícios anteriores, ou seja, são aqueles cujo 2º estágio da despesa (liquidação) já ocorreu restando apenas o pagamento.\n",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_pago",
                    "title": "valor Pago",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "description": "Soma do valor de restos a pagar processados e não processados referentes aos pagamentos efetuados através de movimentações bancárias, escriturais e apropriação contábil da despesa. \nO efetivo pagamento pode estar pendente de transmissão aos bancos e/ou sujeito a compensação bancária.\n",
                    "constraints": {
                      "required": true
                    }
                  }
                ],
                "missingValues": [
                  ""
                ],
                "foreignKeys": [
                  {
                    "fields": [
                      "id_elemento"
                    ],
                    "reference": {
                      "fields": [
                        "id_elemento"
                      ],
                      "resource": "dm_elemento_desp"
                    }
                  },
                  {
                    "fields": [
                      "id_modalidade_aplic"
                    ],
                    "reference": {
                      "fields": [
                        "id_modalidade_aplic"
                      ],
                      "resource": "dm_modalidade_aplic"
                    }
                  },
                  {
                    "fields": [
                      "id_grupo"
                    ],
                    "reference": {
                      "fields": [
                        "id_grupo"
                      ],
                      "resource": "dm_grupo_desp"
                    }
                  },
                  {
                    "fields": [
                      "id_favorecido"
                    ],
                    "reference": {
                      "fields": [
                        "id_favorecido"
                      ],
                      "resource": "dm_favorecido"
                    }
                  },
                  {
                    "fields": [
                      "id_unidade_orc"
                    ],
                    "reference": {
                      "fields": [
                        "id_unidade_orc"
                      ],
                      "resource": "dm_unidade_orc"
                    }
                  },
                  {
                    "fields": [
                      "id_tempo"
                    ],
                    "reference": {
                      "fields": [
                        "id_tempo"
                      ],
                      "resource": "dm_tempo_anual"
                    }
                  },
                  {
                    "fields": [
                      "id_empenho"
                    ],
                    "reference": {
                      "fields": [
                        "id_empenho"
                      ],
                      "resource": "dm_empenho_resto_2023"
                    }
                  },
                  {
                    "fields": [
                      "id_categ_econ"
                    ],
                    "reference": {
                      "fields": [
                        "id_categ_econ"
                      ],
                      "resource": "dm_categ_econ"
                    }
                  },
                  {
                    "fields": [
                      "id_item"
                    ],
                    "reference": {
                      "fields": [
                        "id_item"
                      ],
                      "resource": "dm_item_desp"
                    }
                  },
                  {
                    "fields": [
                      "id_fonte"
                    ],
                    "reference": {
                      "fields": [
                        "id_fonte"
                      ],
                      "resource": "dm_fonte"
                    }
                  },
                  {
                    "fields": [
                      "id_tipo_documento"
                    ],
                    "reference": {
                      "fields": [
                        "id_tipo_documento"
                      ],
                      "resource": "dm_tipo_documento"
                    }
                  }
                ]
              },
              "sources": [
                {
                  "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
                  "table": "ft_restos_pagar"
                }
              ],
              "format": "csv",
              "mediatype": "text/csv",
              "encoding": "utf-8-sig",
              "dialect": {
                "delimiter": ";"
              },
              "profile": "tabular-data-resource",
              "scheme": "file",
              "hashing": "md5",
              "compression": "gz",
              "stats": {
                "hash": "71d21d05f449f645f38bcb8d20c5462b",
                "bytes": 6388170,
                "fields": 21,
                "rows": 421275
              }
            },
            "time": 132.499,
            "scope": [
              "hash-count-error",
              "byte-count-error",
              "field-count-error",
              "row-count-error",
              "blank-header",
              "extra-label",
              "missing-label",
              "blank-label",
              "duplicate-label",
              "incorrect-label",
              "blank-row",
              "primary-key-error",
              "foreign-key-error",
              "extra-cell",
              "missing-cell",
              "type-error",
              "constraint-error",
              "unique-error"
            ],
            "partial": false,
            "errors": [],
            "stats": {
              "errors": 0
            },
            "valid": true
          }
        ],
        "stats": {
          "errors": 0,
          "tasks": 1
        },
        "valid": true
      }
    },
    {
      "name": "ft_restos_pagar_2024",
      "title": "ft_restos_pagar 2024",
      "path": "data/ft_restos_pagar_2024.csv.gz",
      "schema": {
        "fields": [
          {
            "name": "id_tempo",
            "title": "Tempo - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "description": "- > \n  Chave estrangeira (Foreign Key) que aponta para a Chave Primária (Primary keys) da tabela dm_tempo_diario. \n  Ou seja, por meio dessa chave é possível identificar a data completa a qual o dado se refere.\n\n  Nota: \n  No site dados.mg.gov.br a tabela dm_tempo_diario pode ser encontrada no recurso Calendários - Dias \n  de cada conjunto.\n",
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_categ_econ",
            "title": "Categoria Econômica da Despesa - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_grupo",
            "title": "Grupo de Despesa - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_elemento",
            "title": "Elemento de Despesa - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_item",
            "title": "Item de Despesa - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_fonte",
            "title": "Fonte de Recurso - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_modalidade_aplic",
            "title": "Modalidade de Aplicação - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "id_unidade_orc",
            "title": "Unidade Orçamentária - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_favorecido",
            "title": "Favorecido - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_empenho",
            "title": "Número do Empenho - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_tipo_documento",
            "title": "Tipo de Documento - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "ano_origem",
            "title": "Ano Origem",
            "type": "year",
            "format": "default",
            "bareNumber": true,
            "description": "Ano de origem do empenho\n",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "cd_evento",
            "title": "Evento - Código",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "tp_operacao",
            "title": "Tipo de Operação",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true,
              "enum": [
                "1",
                "2"
              ]
            }
          },
          {
            "name": "cd_documento",
            "title": "Documento - Código",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "nr_ordem",
            "title": "Número de Ordem",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "dt_documento",
            "title": "Data do Documento",
            "type": "date",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "ano_particao",
            "title": "Ano de Partição",
            "type": "year",
            "bareNumber": true,
            "constraints": {
              "required": true
            },
            "format": "default"
          },
          {
            "name": "vr_nao_processado",
            "title": "Valor Inscrito Não Processado",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "description": "Valor, em reais, de empenho inscrito em restos a pagar não processado, ou seja, são aqueles derivados de despesas “legalmente empenhadas que não foram liquidadas e nem pagas até 31 de dezembro do mesmo exercício.\n",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          },
          {
            "name": "vr_processado",
            "title": "Valor Inscrito Processado",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "description": "Valor, em reais, de despesa liquidada de exercícios anteriores, ou seja, são aqueles cujo 2º estágio da despesa (liquidação) já ocorreu restando apenas o pagamento.\n",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          },
          {
            "name": "vr_pago",
            "title": "valor Pago",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "description": "Soma do valor de restos a pagar processados e não processados referentes aos pagamentos efetuados através de movimentações bancárias, escriturais e apropriação contábil da despesa. \nO efetivo pagamento pode estar pendente de transmissão aos bancos e/ou sujeito a compensação bancária.\n",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          }
        ],
        "missingValues": [
          ""
        ],
        "foreignKeys": [
          {
            "fields": [
              "id_elemento"
            ],
            "reference": {
              "fields": [
                "id_elemento"
              ],
              "resource": "dm_elemento_desp"
            }
          },
          {
            "fields": [
              "id_modalidade_aplic"
            ],
            "reference": {
              "fields": [
                "id_modalidade_aplic"
              ],
              "resource": "dm_modalidade_aplic"
            }
          },
          {
            "fields": [
              "id_grupo"
            ],
            "reference": {
              "fields": [
                "id_grupo"
              ],
              "resource": "dm_grupo_desp"
            }
          },
          {
            "fields": [
              "id_favorecido"
            ],
            "reference": {
              "fields": [
                "id_favorecido"
              ],
              "resource": "dm_favorecido"
            }
          },
          {
            "fields": [
              "id_unidade_orc"
            ],
            "reference": {
              "fields": [
                "id_unidade_orc"
              ],
              "resource": "dm_unidade_orc"
            }
          },
          {
            "fields": [
              "id_tempo"
            ],
            "reference": {
              "fields": [
                "id_tempo"
              ],
              "resource": "dm_tempo_anual"
            }
          },
          {
            "fields": [
              "id_empenho"
            ],
            "reference": {
              "fields": [
                "id_empenho"
              ],
              "resource": "dm_empenho_resto_2024"
            }
          },
          {
            "fields": [
              "id_categ_econ"
            ],
            "reference": {
              "fields": [
                "id_categ_econ"
              ],
              "resource": "dm_categ_econ"
            }
          },
          {
            "fields": [
              "id_item"
            ],
            "reference": {
              "fields": [
                "id_item"
              ],
              "resource": "dm_item_desp"
            }
          },
          {
            "fields": [
              "id_fonte"
            ],
            "reference": {
              "fields": [
                "id_fonte"
              ],
              "resource": "dm_fonte"
            }
          },
          {
            "fields": [
              "id_tipo_documento"
            ],
            "reference": {
              "fields": [
                "id_tipo_documento"
              ],
              "resource": "dm_tipo_documento"
            }
          }
        ]
      },
      "sources": [
        {
          "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
          "table": "ft_restos_pagar"
        }
      ],
      "format": "csv",
      "mediatype": "text/csv",
      "encoding": "utf-8-sig",
      "dialect": {
        "delimiter": ";",
        "lineTerminator": "\r\n",
        "quoteChar": "\"",
        "doubleQuote": true,
        "skipInitialSpace": false
      },
      "profile": "tabular-data-resource",
      "validation": {
        "version": "4.16.6",
        "time": 129.954,
        "errors": [],
        "tasks": [
          {
            "resource": {
              "name": "ft_restos_pagar_2024",
              "title": "ft_restos_pagar 2024",
              "path": "data/ft_restos_pagar_2024.csv.gz",
              "schema": {
                "fields": [
                  {
                    "name": "id_tempo",
                    "title": "Tempo - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "description": "- > \n  Chave estrangeira (Foreign Key) que aponta para a Chave Primária (Primary keys) da tabela dm_tempo_diario. \n  Ou seja, por meio dessa chave é possível identificar a data completa a qual o dado se refere.\n\n  Nota: \n  No site dados.mg.gov.br a tabela dm_tempo_diario pode ser encontrada no recurso Calendários - Dias \n  de cada conjunto.\n",
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_categ_econ",
                    "title": "Categoria Econômica da Despesa - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_grupo",
                    "title": "Grupo de Despesa - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_elemento",
                    "title": "Elemento de Despesa - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_item",
                    "title": "Item de Despesa - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_fonte",
                    "title": "Fonte de Recurso - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_modalidade_aplic",
                    "title": "Modalidade de Aplicação - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "id_unidade_orc",
                    "title": "Unidade Orçamentária - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_favorecido",
                    "title": "Favorecido - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_empenho",
                    "title": "Número do Empenho - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_tipo_documento",
                    "title": "Tipo de Documento - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "ano_origem",
                    "title": "Ano Origem",
                    "type": "year",
                    "format": "default",
                    "bareNumber": true,
                    "description": "Ano de origem do empenho\n",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "cd_evento",
                    "title": "Evento - Código",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "tp_operacao",
                    "title": "Tipo de Operação",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true,
                      "enum": [
                        "1",
                        "2"
                      ]
                    }
                  },
                  {
                    "name": "cd_documento",
                    "title": "Documento - Código",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "nr_ordem",
                    "title": "Número de Ordem",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "dt_documento",
                    "title": "Data do Documento",
                    "type": "date",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "ano_particao",
                    "title": "Ano de Partição",
                    "type": "year",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_nao_processado",
                    "title": "Valor Inscrito Não Processado",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "description": "Valor, em reais, de empenho inscrito em restos a pagar não processado, ou seja, são aqueles derivados de despesas “legalmente empenhadas que não foram liquidadas e nem pagas até 31 de dezembro do mesmo exercício.\n",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_processado",
                    "title": "Valor Inscrito Processado",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "description": "Valor, em reais, de despesa liquidada de exercícios anteriores, ou seja, são aqueles cujo 2º estágio da despesa (liquidação) já ocorreu restando apenas o pagamento.\n",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_pago",
                    "title": "valor Pago",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "description": "Soma do valor de restos a pagar processados e não processados referentes aos pagamentos efetuados através de movimentações bancárias, escriturais e apropriação contábil da despesa. \nO efetivo pagamento pode estar pendente de transmissão aos bancos e/ou sujeito a compensação bancária.\n",
                    "constraints": {
                      "required": true
                    }
                  }
                ],
                "missingValues": [
                  ""
                ],
                "foreignKeys": [
                  {
                    "fields": [
                      "id_elemento"
                    ],
                    "reference": {
                      "fields": [
                        "id_elemento"
                      ],
                      "resource": "dm_elemento_desp"
                    }
                  },
                  {
                    "fields": [
                      "id_modalidade_aplic"
                    ],
                    "reference": {
                      "fields": [
                        "id_modalidade_aplic"
                      ],
                      "resource": "dm_modalidade_aplic"
                    }
                  },
                  {
                    "fields": [
                      "id_grupo"
                    ],
                    "reference": {
                      "fields": [
                        "id_grupo"
                      ],
                      "resource": "dm_grupo_desp"
                    }
                  },
                  {
                    "fields": [
                      "id_favorecido"
                    ],
                    "reference": {
                      "fields": [
                        "id_favorecido"
                      ],
                      "resource": "dm_favorecido"
                    }
                  },
                  {
                    "fields": [
                      "id_unidade_orc"
                    ],
                    "reference": {
                      "fields": [
                        "id_unidade_orc"
                      ],
                      "resource": "dm_unidade_orc"
                    }
                  },
                  {
                    "fields": [
                      "id_tempo"
                    ],
                    "reference": {
                      "fields": [
                        "id_tempo"
                      ],
                      "resource": "dm_tempo_anual"
                    }
                  },
                  {
                    "fields": [
                      "id_empenho"
                    ],
                    "reference": {
                      "fields": [
                        "id_empenho"
                      ],
                      "resource": "dm_empenho_resto_2024"
                    }
                  },
                  {
                    "fields": [
                      "id_categ_econ"
                    ],
                    "reference": {
                      "fields": [
                        "id_categ_econ"
                      ],
                      "resource": "dm_categ_econ"
                    }
                  },
                  {
                    "fields": [
                      "id_item"
                    ],
                    "reference": {
                      "fields": [
                        "id_item"
                      ],
                      "resource": "dm_item_desp"
                    }
                  },
                  {
                    "fields": [
                      "id_fonte"
                    ],
                    "reference": {
                      "fields": [
                        "id_fonte"
                      ],
                      "resource": "dm_fonte"
                    }
                  },
                  {
                    "fields": [
                      "id_tipo_documento"
                    ],
                    "reference": {
                      "fields": [
                        "id_tipo_documento"
                      ],
                      "resource": "dm_tipo_documento"
                    }
                  }
                ]
              },
              "sources": [
                {
                  "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
                  "table": "ft_restos_pagar"
                }
              ],
              "format": "csv",
              "mediatype": "text/csv",
              "encoding": "utf-8-sig",
              "dialect": {
                "delimiter": ";"
              },
              "profile": "tabular-data-resource",
              "scheme": "file",
              "hashing": "md5",
              "compression": "gz",
              "stats": {
                "hash": "c5d470cca87be923edb7ea1a7abfe7c2",
                "bytes": 6232918,
                "fields": 21,
                "rows": 404345
              }
            },
            "time": 129.954,
            "scope": [
              "hash-count-error",
              "byte-count-error",
              "field-count-error",
              "row-count-error",
              "blank-header",
              "extra-label",
              "missing-label",
              "blank-label",
              "duplicate-label",
              "incorrect-label",
              "blank-row",
              "primary-key-error",
              "foreign-key-error",
              "extra-cell",
              "missing-cell",
              "type-error",
              "constraint-error",
              "unique-error"
            ],
            "partial": false,
            "errors": [],
            "stats": {
              "errors": 0
            },
            "valid": true
          }
        ],
        "stats": {
          "errors": 0,
          "tasks": 1
        },
        "valid": true
      }
    },
    {
      "name": "ft_restos_pagar_2025",
      "title": "ft_restos_pagar 2025",
      "path": "data/ft_restos_pagar_2025.csv.gz",
      "schema": {
        "fields": [
          {
            "name": "id_tempo",
            "title": "Tempo - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "description": "- > \n  Chave estrangeira (Foreign Key) que aponta para a Chave Primária (Primary keys) da tabela dm_tempo_diario. \n  Ou seja, por meio dessa chave é possível identificar a data completa a qual o dado se refere.\n\n  Nota: \n  No site dados.mg.gov.br a tabela dm_tempo_diario pode ser encontrada no recurso Calendários - Dias \n  de cada conjunto.\n",
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_categ_econ",
            "title": "Categoria Econômica da Despesa - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_grupo",
            "title": "Grupo de Despesa - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_elemento",
            "title": "Elemento de Despesa - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_item",
            "title": "Item de Despesa - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_fonte",
            "title": "Fonte de Recurso - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_modalidade_aplic",
            "title": "Modalidade de Aplicação - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "id_unidade_orc",
            "title": "Unidade Orçamentária - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_favorecido",
            "title": "Favorecido - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_empenho",
            "title": "Número do Empenho - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_tipo_documento",
            "title": "Tipo de Documento - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "ano_origem",
            "title": "Ano Origem",
            "type": "year",
            "format": "default",
            "bareNumber": true,
            "description": "Ano de origem do empenho\n",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "cd_evento",
            "title": "Evento - Código",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "tp_operacao",
            "title": "Tipo de Operação",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true,
              "enum": [
                "1",
                "2"
              ]
            }
          },
          {
            "name": "cd_documento",
            "title": "Documento - Código",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "nr_ordem",
            "title": "Número de Ordem",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "dt_documento",
            "title": "Data do Documento",
            "type": "date",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "ano_particao",
            "title": "Ano de Partição",
            "type": "year",
            "bareNumber": true,
            "constraints": {
              "required": true
            },
            "format": "default"
          },
          {
            "name": "vr_nao_processado",
            "title": "Valor Inscrito Não Processado",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "description": "Valor, em reais, de empenho inscrito em restos a pagar não processado, ou seja, são aqueles derivados de despesas “legalmente empenhadas que não foram liquidadas e nem pagas até 31 de dezembro do mesmo exercício.\n",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          },
          {
            "name": "vr_processado",
            "title": "Valor Inscrito Processado",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "description": "Valor, em reais, de despesa liquidada de exercícios anteriores, ou seja, são aqueles cujo 2º estágio da despesa (liquidação) já ocorreu restando apenas o pagamento.\n",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          },
          {
            "name": "vr_pago",
            "title": "valor Pago",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "description": "Soma do valor de restos a pagar processados e não processados referentes aos pagamentos efetuados através de movimentações bancárias, escriturais e apropriação contábil da despesa. \nO efetivo pagamento pode estar pendente de transmissão aos bancos e/ou sujeito a compensação bancária.\n",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          }
        ],
        "missingValues": [
          ""
        ],
        "foreignKeys": [
          {
            "fields": [
              "id_elemento"
            ],
            "reference": {
              "fields": [
                "id_elemento"
              ],
              "resource": "dm_elemento_desp"
            }
          },
          {
            "fields": [
              "id_modalidade_aplic"
            ],
            "reference": {
              "fields": [
                "id_modalidade_aplic"
              ],
              "resource": "dm_modalidade_aplic"
            }
          },
          {
            "fields": [
              "id_grupo"
            ],
            "reference": {
              "fields": [
                "id_grupo"
              ],
              "resource": "dm_grupo_desp"
            }
          },
          {
            "fields": [
              "id_favorecido"
            ],
            "reference": {
              "fields": [
                "id_favorecido"
              ],
              "resource": "dm_favorecido"
            }
          },
          {
            "fields": [
              "id_unidade_orc"
            ],
            "reference": {
              "fields": [
                "id_unidade_orc"
              ],
              "resource": "dm_unidade_orc"
            }
          },
          {
            "fields": [
              "id_tempo"
            ],
            "reference": {
              "fields": [
                "id_tempo"
              ],
              "resource": "dm_tempo_anual"
            }
          },
          {
            "fields": [
              "id_empenho"
            ],
            "reference": {
              "fields": [
                "id_empenho"
              ],
              "resource": "dm_empenho_resto_2025"
            }
          },
          {
            "fields": [
              "id_categ_econ"
            ],
            "reference": {
              "fields": [
                "id_categ_econ"
              ],
              "resource": "dm_categ_econ"
            }
          },
          {
            "fields": [
              "id_item"
            ],
            "reference": {
              "fields": [
                "id_item"
              ],
              "resource": "dm_item_desp"
            }
          },
          {
            "fields": [
              "id_fonte"
            ],
            "reference": {
              "fields": [
                "id_fonte"
              ],
              "resource": "dm_fonte"
            }
          },
          {
            "fields": [
              "id_tipo_documento"
            ],
            "reference": {
              "fields": [
                "id_tipo_documento"
              ],
              "resource": "dm_tipo_documento"
            }
          }
        ]
      },
      "sources": [
        {
          "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
          "table": "ft_restos_pagar"
        }
      ],
      "format": "csv",
      "mediatype": "text/csv",
      "encoding": "utf-8-sig",
      "dialect": {
        "delimiter": ";",
        "lineTerminator": "\r\n",
        "quoteChar": "\"",
        "doubleQuote": true,
        "skipInitialSpace": false
      },
      "profile": "tabular-data-resource",
      "validation": {
        "version": "4.16.6",
        "time": 118.907,
        "errors": [],
        "tasks": [
          {
            "resource": {
              "name": "ft_restos_pagar_2025",
              "title": "ft_restos_pagar 2025",
              "path": "data/ft_restos_pagar_2025.csv.gz",
              "schema": {
                "fields": [
                  {
                    "name": "id_tempo",
                    "title": "Tempo - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "description": "- > \n  Chave estrangeira (Foreign Key) que aponta para a Chave Primária (Primary keys) da tabela dm_tempo_diario. \n  Ou seja, por meio dessa chave é possível identificar a data completa a qual o dado se refere.\n\n  Nota: \n  No site dados.mg.gov.br a tabela dm_tempo_diario pode ser encontrada no recurso Calendários - Dias \n  de cada conjunto.\n",
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_categ_econ",
                    "title": "Categoria Econômica da Despesa - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_grupo",
                    "title": "Grupo de Despesa - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_elemento",
                    "title": "Elemento de Despesa - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_item",
                    "title": "Item de Despesa - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_fonte",
                    "title": "Fonte de Recurso - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_modalidade_aplic",
                    "title": "Modalidade de Aplicação - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "id_unidade_orc",
                    "title": "Unidade Orçamentária - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_favorecido",
                    "title": "Favorecido - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_empenho",
                    "title": "Número do Empenho - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_tipo_documento",
                    "title": "Tipo de Documento - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "ano_origem",
                    "title": "Ano Origem",
                    "type": "year",
                    "format": "default",
                    "bareNumber": true,
                    "description": "Ano de origem do empenho\n",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "cd_evento",
                    "title": "Evento - Código",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "tp_operacao",
                    "title": "Tipo de Operação",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true,
                      "enum": [
                        "1",
                        "2"
                      ]
                    }
                  },
                  {
                    "name": "cd_documento",
                    "title": "Documento - Código",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "nr_ordem",
                    "title": "Número de Ordem",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "dt_documento",
                    "title": "Data do Documento",
                    "type": "date",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "ano_particao",
                    "title": "Ano de Partição",
                    "type": "year",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_nao_processado",
                    "title": "Valor Inscrito Não Processado",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "description": "Valor, em reais, de empenho inscrito em restos a pagar não processado, ou seja, são aqueles derivados de despesas “legalmente empenhadas que não foram liquidadas e nem pagas até 31 de dezembro do mesmo exercício.\n",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_processado",
                    "title": "Valor Inscrito Processado",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "description": "Valor, em reais, de despesa liquidada de exercícios anteriores, ou seja, são aqueles cujo 2º estágio da despesa (liquidação) já ocorreu restando apenas o pagamento.\n",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_pago",
                    "title": "valor Pago",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "description": "Soma do valor de restos a pagar processados e não processados referentes aos pagamentos efetuados através de movimentações bancárias, escriturais e apropriação contábil da despesa. \nO efetivo pagamento pode estar pendente de transmissão aos bancos e/ou sujeito a compensação bancária.\n",
                    "constraints": {
                      "required": true
                    }
                  }
                ],
                "missingValues": [
                  ""
                ],
                "foreignKeys": [
                  {
                    "fields": [
                      "id_elemento"
                    ],
                    "reference": {
                      "fields": [
                        "id_elemento"
                      ],
                      "resource": "dm_elemento_desp"
                    }
                  },
                  {
                    "fields": [
                      "id_modalidade_aplic"
                    ],
                    "reference": {
                      "fields": [
                        "id_modalidade_aplic"
                      ],
                      "resource": "dm_modalidade_aplic"
                    }
                  },
                  {
                    "fields": [
                      "id_grupo"
                    ],
                    "reference": {
                      "fields": [
                        "id_grupo"
                      ],
                      "resource": "dm_grupo_desp"
                    }
                  },
                  {
                    "fields": [
                      "id_favorecido"
                    ],
                    "reference": {
                      "fields": [
                        "id_favorecido"
                      ],
                      "resource": "dm_favorecido"
                    }
                  },
                  {
                    "fields": [
                      "id_unidade_orc"
                    ],
                    "reference": {
                      "fields": [
                        "id_unidade_orc"
                      ],
                      "resource": "dm_unidade_orc"
                    }
                  },
                  {
                    "fields": [
                      "id_tempo"
                    ],
                    "reference": {
                      "fields": [
                        "id_tempo"
                      ],
                      "resource": "dm_tempo_anual"
                    }
                  },
                  {
                    "fields": [
                      "id_empenho"
                    ],
                    "reference": {
                      "fields": [
                        "id_empenho"
                      ],
                      "resource": "dm_empenho_resto_2025"
                    }
                  },
                  {
                    "fields": [
                      "id_categ_econ"
                    ],
                    "reference": {
                      "fields": [
                        "id_categ_econ"
                      ],
                      "resource": "dm_categ_econ"
                    }
                  },
                  {
                    "fields": [
                      "id_item"
                    ],
                    "reference": {
                      "fields": [
                        "id_item"
                      ],
                      "resource": "dm_item_desp"
                    }
                  },
                  {
                    "fields": [
                      "id_fonte"
                    ],
                    "reference": {
                      "fields": [
                        "id_fonte"
                      ],
                      "resource": "dm_fonte"
                    }
                  },
                  {
                    "fields": [
                      "id_tipo_documento"
                    ],
                    "reference": {
                      "fields": [
                        "id_tipo_documento"
                      ],
                      "resource": "dm_tipo_documento"
                    }
                  }
                ]
              },
              "sources": [
                {
                  "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
                  "table": "ft_restos_pagar"
                }
              ],
              "format": "csv",
              "mediatype": "text/csv",
              "encoding": "utf-8-sig",
              "dialect": {
                "delimiter": ";"
              },
              "profile": "tabular-data-resource",
              "scheme": "file",
              "hashing": "md5",
              "compression": "gz",
              "stats": {
                "hash": "62145840187e6ab0274c68de1a616c8b",
                "bytes": 5013701,
                "fields": 21,
                "rows": 341204
              }
            },
            "time": 118.907,
            "scope": [
              "hash-count-error",
              "byte-count-error",
              "field-count-error",
              "row-count-error",
              "blank-header",
              "extra-label",
              "missing-label",
              "blank-label",
              "duplicate-label",
              "incorrect-label",
              "blank-row",
              "primary-key-error",
              "foreign-key-error",
              "extra-cell",
              "missing-cell",
              "type-error",
              "constraint-error",
              "unique-error"
            ],
            "partial": false,
            "errors": [],
            "stats": {
              "errors": 0
            },
            "valid": true
          }
        ],
        "stats": {
          "errors": 0,
          "tasks": 1
        },
        "valid": true
      }
    },
    {
      "name": "ft_restos_pagar_2026",
      "title": "ft_restos_pagar 2026",
      "path": "data/ft_restos_pagar_2026.csv.gz",
      "schema": {
        "fields": [
          {
            "name": "id_tempo",
            "title": "Tempo - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "description": "- > \n  Chave estrangeira (Foreign Key) que aponta para a Chave Primária (Primary keys) da tabela dm_tempo_diario. \n  Ou seja, por meio dessa chave é possível identificar a data completa a qual o dado se refere.\n\n  Nota: \n  No site dados.mg.gov.br a tabela dm_tempo_diario pode ser encontrada no recurso Calendários - Dias \n  de cada conjunto.\n",
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_categ_econ",
            "title": "Categoria Econômica da Despesa - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_grupo",
            "title": "Grupo de Despesa - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_elemento",
            "title": "Elemento de Despesa - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_item",
            "title": "Item de Despesa - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_fonte",
            "title": "Fonte de Recurso - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_modalidade_aplic",
            "title": "Modalidade de Aplicação - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "id_unidade_orc",
            "title": "Unidade Orçamentária - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_favorecido",
            "title": "Favorecido - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_empenho",
            "title": "Número do Empenho - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_tipo_documento",
            "title": "Tipo de Documento - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "ano_origem",
            "title": "Ano Origem",
            "type": "year",
            "format": "default",
            "bareNumber": true,
            "description": "Ano de origem do empenho\n",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "cd_evento",
            "title": "Evento - Código",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "tp_operacao",
            "title": "Tipo de Operação",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true,
              "enum": [
                "1",
                "2"
              ]
            }
          },
          {
            "name": "cd_documento",
            "title": "Documento - Código",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "nr_ordem",
            "title": "Número de Ordem",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "dt_documento",
            "title": "Data do Documento",
            "type": "date",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "ano_particao",
            "title": "Ano de Partição",
            "type": "year",
            "bareNumber": true,
            "constraints": {
              "required": true
            },
            "format": "default"
          },
          {
            "name": "vr_nao_processado",
            "title": "Valor Inscrito Não Processado",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "description": "Valor, em reais, de empenho inscrito em restos a pagar não processado, ou seja, são aqueles derivados de despesas “legalmente empenhadas que não foram liquidadas e nem pagas até 31 de dezembro do mesmo exercício.\n",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          },
          {
            "name": "vr_processado",
            "title": "Valor Inscrito Processado",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "description": "Valor, em reais, de despesa liquidada de exercícios anteriores, ou seja, são aqueles cujo 2º estágio da despesa (liquidação) já ocorreu restando apenas o pagamento.\n",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          },
          {
            "name": "vr_pago",
            "title": "valor Pago",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "description": "Soma do valor de restos a pagar processados e não processados referentes aos pagamentos efetuados através de movimentações bancárias, escriturais e apropriação contábil da despesa. \nO efetivo pagamento pode estar pendente de transmissão aos bancos e/ou sujeito a compensação bancária.\n",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          }
        ],
        "missingValues": [
          ""
        ],
        "foreignKeys": [
          {
            "fields": [
              "id_elemento"
            ],
            "reference": {
              "fields": [
                "id_elemento"
              ],
              "resource": "dm_elemento_desp"
            }
          },
          {
            "fields": [
              "id_modalidade_aplic"
            ],
            "reference": {
              "fields": [
                "id_modalidade_aplic"
              ],
              "resource": "dm_modalidade_aplic"
            }
          },
          {
            "fields": [
              "id_grupo"
            ],
            "reference": {
              "fields": [
                "id_grupo"
              ],
              "resource": "dm_grupo_desp"
            }
          },
          {
            "fields": [
              "id_favorecido"
            ],
            "reference": {
              "fields": [
                "id_favorecido"
              ],
              "resource": "dm_favorecido"
            }
          },
          {
            "fields": [
              "id_unidade_orc"
            ],
            "reference": {
              "fields": [
                "id_unidade_orc"
              ],
              "resource": "dm_unidade_orc"
            }
          },
          {
            "fields": [
              "id_tempo"
            ],
            "reference": {
              "fields": [
                "id_tempo"
              ],
              "resource": "dm_tempo_anual"
            }
          },
          {
            "fields": [
              "id_empenho"
            ],
            "reference": {
              "fields": [
                "id_empenho"
              ],
              "resource": "dm_empenho_resto_2025"
            }
          },
          {
            "fields": [
              "id_categ_econ"
            ],
            "reference": {
              "fields": [
                "id_categ_econ"
              ],
              "resource": "dm_categ_econ"
            }
          },
          {
            "fields": [
              "id_item"
            ],
            "reference": {
              "fields": [
                "id_item"
              ],
              "resource": "dm_item_desp"
            }
          },
          {
            "fields": [
              "id_fonte"
            ],
            "reference": {
              "fields": [
                "id_fonte"
              ],
              "resource": "dm_fonte"
            }
          },
          {
            "fields": [
              "id_tipo_documento"
            ],
            "reference": {
              "fields": [
                "id_tipo_documento"
              ],
              "resource": "dm_tipo_documento"
            }
          }
        ]
      },
      "sources": [
        {
          "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
          "table": "ft_restos_pagar"
        }
      ],
      "format": "csv",
      "mediatype": "text/csv",
      "encoding": "utf-8-sig",
      "dialect": {
        "delimiter": ";",
        "lineTerminator": "\r\n",
        "quoteChar": "\"",
        "doubleQuote": true,
        "skipInitialSpace": false
      },
      "profile": "tabular-data-resource",
      "validation": {
        "version": "4.16.6",
        "time": 67.621,
        "errors": [],
        "tasks": [
          {
            "resource": {
              "name": "ft_restos_pagar_2026",
              "title": "ft_restos_pagar 2026",
              "path": "data/ft_restos_pagar_2026.csv.gz",
              "schema": {
                "fields": [
                  {
                    "name": "id_tempo",
                    "title": "Tempo - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "description": "- > \n  Chave estrangeira (Foreign Key) que aponta para a Chave Primária (Primary keys) da tabela dm_tempo_diario. \n  Ou seja, por meio dessa chave é possível identificar a data completa a qual o dado se refere.\n\n  Nota: \n  No site dados.mg.gov.br a tabela dm_tempo_diario pode ser encontrada no recurso Calendários - Dias \n  de cada conjunto.\n",
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_categ_econ",
                    "title": "Categoria Econômica da Despesa - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_grupo",
                    "title": "Grupo de Despesa - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_elemento",
                    "title": "Elemento de Despesa - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_item",
                    "title": "Item de Despesa - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_fonte",
                    "title": "Fonte de Recurso - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_modalidade_aplic",
                    "title": "Modalidade de Aplicação - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "id_unidade_orc",
                    "title": "Unidade Orçamentária - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_favorecido",
                    "title": "Favorecido - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_empenho",
                    "title": "Número do Empenho - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_tipo_documento",
                    "title": "Tipo de Documento - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "ano_origem",
                    "title": "Ano Origem",
                    "type": "year",
                    "format": "default",
                    "bareNumber": true,
                    "description": "Ano de origem do empenho\n",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "cd_evento",
                    "title": "Evento - Código",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "tp_operacao",
                    "title": "Tipo de Operação",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true,
                      "enum": [
                        "1",
                        "2"
                      ]
                    }
                  },
                  {
                    "name": "cd_documento",
                    "title": "Documento - Código",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "nr_ordem",
                    "title": "Número de Ordem",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "dt_documento",
                    "title": "Data do Documento",
                    "type": "date",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "ano_particao",
                    "title": "Ano de Partição",
                    "type": "year",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_nao_processado",
                    "title": "Valor Inscrito Não Processado",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "description": "Valor, em reais, de empenho inscrito em restos a pagar não processado, ou seja, são aqueles derivados de despesas “legalmente empenhadas que não foram liquidadas e nem pagas até 31 de dezembro do mesmo exercício.\n",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_processado",
                    "title": "Valor Inscrito Processado",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "description": "Valor, em reais, de despesa liquidada de exercícios anteriores, ou seja, são aqueles cujo 2º estágio da despesa (liquidação) já ocorreu restando apenas o pagamento.\n",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_pago",
                    "title": "valor Pago",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "description": "Soma do valor de restos a pagar processados e não processados referentes aos pagamentos efetuados através de movimentações bancárias, escriturais e apropriação contábil da despesa. \nO efetivo pagamento pode estar pendente de transmissão aos bancos e/ou sujeito a compensação bancária.\n",
                    "constraints": {
                      "required": true
                    }
                  }
                ],
                "missingValues": [
                  ""
                ],
                "foreignKeys": [
                  {
                    "fields": [
                      "id_elemento"
                    ],
                    "reference": {
                      "fields": [
                        "id_elemento"
                      ],
                      "resource": "dm_elemento_desp"
                    }
                  },
                  {
                    "fields": [
                      "id_modalidade_aplic"
                    ],
                    "reference": {
                      "fields": [
                        "id_modalidade_aplic"
                      ],
                      "resource": "dm_modalidade_aplic"
                    }
                  },
                  {
                    "fields": [
                      "id_grupo"
                    ],
                    "reference": {
                      "fields": [
                        "id_grupo"
                      ],
                      "resource": "dm_grupo_desp"
                    }
                  },
                  {
                    "fields": [
                      "id_favorecido"
                    ],
                    "reference": {
                      "fields": [
                        "id_favorecido"
                      ],
                      "resource": "dm_favorecido"
                    }
                  },
                  {
                    "fields": [
                      "id_unidade_orc"
                    ],
                    "reference": {
                      "fields": [
                        "id_unidade_orc"
                      ],
                      "resource": "dm_unidade_orc"
                    }
                  },
                  {
                    "fields": [
                      "id_tempo"
                    ],
                    "reference": {
                      "fields": [
                        "id_tempo"
                      ],
                      "resource": "dm_tempo_anual"
                    }
                  },
                  {
                    "fields": [
                      "id_empenho"
                    ],
                    "reference": {
                      "fields": [
                        "id_empenho"
                      ],
                      "resource": "dm_empenho_resto_2025"
                    }
                  },
                  {
                    "fields": [
                      "id_categ_econ"
                    ],
                    "reference": {
                      "fields": [
                        "id_categ_econ"
                      ],
                      "resource": "dm_categ_econ"
                    }
                  },
                  {
                    "fields": [
                      "id_item"
                    ],
                    "reference": {
                      "fields": [
                        "id_item"
                      ],
                      "resource": "dm_item_desp"
                    }
                  },
                  {
                    "fields": [
                      "id_fonte"
                    ],
                    "reference": {
                      "fields": [
                        "id_fonte"
                      ],
                      "resource": "dm_fonte"
                    }
                  },
                  {
                    "fields": [
                      "id_tipo_documento"
                    ],
                    "reference": {
                      "fields": [
                        "id_tipo_documento"
                      ],
                      "resource": "dm_tipo_documento"
                    }
                  }
                ]
              },
              "sources": [
                {
                  "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
                  "table": "ft_restos_pagar"
                }
              ],
              "format": "csv",
              "mediatype": "text/csv",
              "encoding": "utf-8-sig",
              "dialect": {
                "delimiter": ";"
              },
              "profile": "tabular-data-resource",
              "scheme": "file",
              "hashing": "md5",
              "compression": "gz",
              "stats": {
                "hash": "917e0a17e442ee2665553b797a5efee0",
                "bytes": 3990269,
                "fields": 21,
                "rows": 0
              }
            },
            "time": 67.621,
            "scope": [
              "hash-count-error",
              "byte-count-error",
              "field-count-error",
              "row-count-error",
              "blank-header",
              "extra-label",
              "missing-label",
              "blank-label",
              "duplicate-label",
              "incorrect-label",
              "blank-row",
              "primary-key-error",
              "foreign-key-error",
              "extra-cell",
              "missing-cell",
              "type-error",
              "constraint-error",
              "unique-error"
            ],
            "partial": true,
            "errors": [
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 1,
                "rowPosition": 2,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"2\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 2,
                "rowPosition": 3,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"3\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 3,
                "rowPosition": 4,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"4\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 4,
                "rowPosition": 5,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"5\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 5,
                "rowPosition": 6,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"6\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 6,
                "rowPosition": 7,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"7\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 7,
                "rowPosition": 8,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"8\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 8,
                "rowPosition": 9,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"9\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 9,
                "rowPosition": 10,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"10\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 10,
                "rowPosition": 11,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"11\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 11,
                "rowPosition": 12,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"12\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 12,
                "rowPosition": 13,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"13\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 13,
                "rowPosition": 14,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"14\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 14,
                "rowPosition": 15,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"15\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 15,
                "rowPosition": 16,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"16\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 16,
                "rowPosition": 17,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"17\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 17,
                "rowPosition": 18,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"18\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 18,
                "rowPosition": 19,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"19\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 19,
                "rowPosition": 20,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"20\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 20,
                "rowPosition": 21,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"21\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 21,
                "rowPosition": 22,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"22\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 22,
                "rowPosition": 23,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"23\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 23,
                "rowPosition": 24,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"24\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 24,
                "rowPosition": 25,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"25\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 25,
                "rowPosition": 26,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"26\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 26,
                "rowPosition": 27,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"27\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 27,
                "rowPosition": 28,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"28\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 28,
                "rowPosition": 29,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"29\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 29,
                "rowPosition": 30,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"30\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 30,
                "rowPosition": 31,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"31\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 31,
                "rowPosition": 32,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"32\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 32,
                "rowPosition": 33,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"33\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 33,
                "rowPosition": 34,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"34\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 34,
                "rowPosition": 35,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"35\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 35,
                "rowPosition": 36,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"36\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 36,
                "rowPosition": 37,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"37\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 37,
                "rowPosition": 38,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"38\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 38,
                "rowPosition": 39,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"39\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 39,
                "rowPosition": 40,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"40\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 40,
                "rowPosition": 41,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"41\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 41,
                "rowPosition": 42,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"42\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 42,
                "rowPosition": 43,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"43\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 43,
                "rowPosition": 44,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"44\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 44,
                "rowPosition": 45,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"45\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 45,
                "rowPosition": 46,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"46\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 46,
                "rowPosition": 47,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"47\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 47,
                "rowPosition": 48,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"48\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 48,
                "rowPosition": 49,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"49\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 49,
                "rowPosition": 50,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"50\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 50,
                "rowPosition": 51,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"51\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 51,
                "rowPosition": 52,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"52\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 52,
                "rowPosition": 53,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"53\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 53,
                "rowPosition": 54,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"54\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 54,
                "rowPosition": 55,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"55\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 55,
                "rowPosition": 56,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"56\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 56,
                "rowPosition": 57,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"57\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 57,
                "rowPosition": 58,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"58\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 58,
                "rowPosition": 59,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"59\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 59,
                "rowPosition": 60,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"60\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 60,
                "rowPosition": 61,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"61\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 61,
                "rowPosition": 62,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"62\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 62,
                "rowPosition": 63,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"63\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 63,
                "rowPosition": 64,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"64\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 64,
                "rowPosition": 65,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"65\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 65,
                "rowPosition": 66,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"66\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 66,
                "rowPosition": 67,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"67\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 67,
                "rowPosition": 68,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"68\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 68,
                "rowPosition": 69,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"69\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 69,
                "rowPosition": 70,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"70\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 70,
                "rowPosition": 71,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"71\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 71,
                "rowPosition": 72,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"72\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 72,
                "rowPosition": 73,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"73\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 73,
                "rowPosition": 74,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"74\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 74,
                "rowPosition": 75,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"75\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 75,
                "rowPosition": 76,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"76\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 76,
                "rowPosition": 77,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"77\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 77,
                "rowPosition": 78,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"78\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 78,
                "rowPosition": 79,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"79\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 79,
                "rowPosition": 80,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"80\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 80,
                "rowPosition": 81,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"81\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 81,
                "rowPosition": 82,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"82\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 82,
                "rowPosition": 83,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"83\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 83,
                "rowPosition": 84,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"84\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 84,
                "rowPosition": 85,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"85\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 85,
                "rowPosition": 86,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"86\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 86,
                "rowPosition": 87,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"87\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 87,
                "rowPosition": 88,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"88\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 88,
                "rowPosition": 89,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"89\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 89,
                "rowPosition": 90,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"90\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 90,
                "rowPosition": 91,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"91\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 91,
                "rowPosition": 92,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"92\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 92,
                "rowPosition": 93,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"93\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 93,
                "rowPosition": 94,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"94\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 94,
                "rowPosition": 95,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"95\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 95,
                "rowPosition": 96,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"96\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 96,
                "rowPosition": 97,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"97\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 97,
                "rowPosition": 98,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"98\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 98,
                "rowPosition": 99,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"99\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 99,
                "rowPosition": 100,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"100\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 100,
                "rowPosition": 101,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"101\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 101,
                "rowPosition": 102,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"102\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 102,
                "rowPosition": 103,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"103\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 103,
                "rowPosition": 104,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"104\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 104,
                "rowPosition": 105,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"105\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 105,
                "rowPosition": 106,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"106\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 106,
                "rowPosition": 107,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"107\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 107,
                "rowPosition": 108,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"108\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 108,
                "rowPosition": 109,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"109\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 109,
                "rowPosition": 110,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"110\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 110,
                "rowPosition": 111,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"111\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 111,
                "rowPosition": 112,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"112\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 112,
                "rowPosition": 113,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"113\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 113,
                "rowPosition": 114,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"114\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 114,
                "rowPosition": 115,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"115\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 115,
                "rowPosition": 116,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"116\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 116,
                "rowPosition": 117,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"117\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 117,
                "rowPosition": 118,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"118\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 118,
                "rowPosition": 119,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"119\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 119,
                "rowPosition": 120,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"120\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 120,
                "rowPosition": 121,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"121\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 121,
                "rowPosition": 122,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"122\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 122,
                "rowPosition": 123,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"123\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 123,
                "rowPosition": 124,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"124\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 124,
                "rowPosition": 125,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"125\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 125,
                "rowPosition": 126,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"126\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 126,
                "rowPosition": 127,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"127\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 127,
                "rowPosition": 128,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"128\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 128,
                "rowPosition": 129,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"129\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 129,
                "rowPosition": 130,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"130\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 130,
                "rowPosition": 131,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"131\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 131,
                "rowPosition": 132,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"132\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 132,
                "rowPosition": 133,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"133\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 133,
                "rowPosition": 134,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"134\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 134,
                "rowPosition": 135,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"135\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 135,
                "rowPosition": 136,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"136\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 136,
                "rowPosition": 137,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"137\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 137,
                "rowPosition": 138,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"138\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 138,
                "rowPosition": 139,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"139\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 139,
                "rowPosition": 140,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"140\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 140,
                "rowPosition": 141,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"141\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 141,
                "rowPosition": 142,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"142\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 142,
                "rowPosition": 143,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"143\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 143,
                "rowPosition": 144,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"144\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 144,
                "rowPosition": 145,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"145\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 145,
                "rowPosition": 146,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"146\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 146,
                "rowPosition": 147,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"147\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 147,
                "rowPosition": 148,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"148\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 148,
                "rowPosition": 149,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"149\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 149,
                "rowPosition": 150,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"150\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 150,
                "rowPosition": 151,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"151\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 151,
                "rowPosition": 152,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"152\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 152,
                "rowPosition": 153,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"153\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 153,
                "rowPosition": 154,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"154\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 154,
                "rowPosition": 155,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"155\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 155,
                "rowPosition": 156,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"156\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 156,
                "rowPosition": 157,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"157\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 157,
                "rowPosition": 158,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"158\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 158,
                "rowPosition": 159,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"159\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 159,
                "rowPosition": 160,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"160\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 160,
                "rowPosition": 161,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"161\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 161,
                "rowPosition": 162,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"162\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 162,
                "rowPosition": 163,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"163\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 163,
                "rowPosition": 164,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"164\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 164,
                "rowPosition": 165,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"165\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 165,
                "rowPosition": 166,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"166\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 166,
                "rowPosition": 167,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"167\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 167,
                "rowPosition": 168,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"168\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 168,
                "rowPosition": 169,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"169\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 169,
                "rowPosition": 170,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"170\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 170,
                "rowPosition": 171,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"171\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 171,
                "rowPosition": 172,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"172\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 172,
                "rowPosition": 173,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"173\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 173,
                "rowPosition": 174,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"174\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 174,
                "rowPosition": 175,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"175\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 175,
                "rowPosition": 176,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"176\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 176,
                "rowPosition": 177,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"177\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 177,
                "rowPosition": 178,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"178\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 178,
                "rowPosition": 179,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"179\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 179,
                "rowPosition": 180,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"180\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 180,
                "rowPosition": 181,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"181\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 181,
                "rowPosition": 182,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"182\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 182,
                "rowPosition": 183,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"183\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 183,
                "rowPosition": 184,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"184\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 184,
                "rowPosition": 185,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"185\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 185,
                "rowPosition": 186,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"186\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 186,
                "rowPosition": 187,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"187\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 187,
                "rowPosition": 188,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"188\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 188,
                "rowPosition": 189,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"189\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 189,
                "rowPosition": 190,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"190\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 190,
                "rowPosition": 191,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"191\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 191,
                "rowPosition": 192,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"192\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 192,
                "rowPosition": 193,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"193\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 193,
                "rowPosition": 194,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"194\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 194,
                "rowPosition": 195,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"195\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 195,
                "rowPosition": 196,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"196\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 196,
                "rowPosition": 197,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"197\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 197,
                "rowPosition": 198,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"198\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 198,
                "rowPosition": 199,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"199\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 199,
                "rowPosition": 200,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"200\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 200,
                "rowPosition": 201,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"201\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 201,
                "rowPosition": 202,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"202\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 202,
                "rowPosition": 203,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"203\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 203,
                "rowPosition": 204,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"204\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 204,
                "rowPosition": 205,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"205\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 205,
                "rowPosition": 206,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"206\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 206,
                "rowPosition": 207,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"207\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 207,
                "rowPosition": 208,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"208\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 208,
                "rowPosition": 209,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"209\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 209,
                "rowPosition": 210,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"210\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 210,
                "rowPosition": 211,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"211\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 211,
                "rowPosition": 212,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"212\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 212,
                "rowPosition": 213,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"213\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 213,
                "rowPosition": 214,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"214\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 214,
                "rowPosition": 215,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"215\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 215,
                "rowPosition": 216,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"216\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 216,
                "rowPosition": 217,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"217\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 217,
                "rowPosition": 218,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"218\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 218,
                "rowPosition": 219,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"219\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 219,
                "rowPosition": 220,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"220\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 220,
                "rowPosition": 221,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"221\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 221,
                "rowPosition": 222,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"222\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 222,
                "rowPosition": 223,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"223\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 223,
                "rowPosition": 224,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"224\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 224,
                "rowPosition": 225,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"225\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 225,
                "rowPosition": 226,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"226\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 226,
                "rowPosition": 227,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"227\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 227,
                "rowPosition": 228,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"228\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 228,
                "rowPosition": 229,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"229\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 229,
                "rowPosition": 230,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"230\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 230,
                "rowPosition": 231,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"231\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 231,
                "rowPosition": 232,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"232\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 232,
                "rowPosition": 233,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"233\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 233,
                "rowPosition": 234,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"234\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 234,
                "rowPosition": 235,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"235\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 235,
                "rowPosition": 236,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"236\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 236,
                "rowPosition": 237,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"237\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 237,
                "rowPosition": 238,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"238\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 238,
                "rowPosition": 239,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"239\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 239,
                "rowPosition": 240,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"240\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 240,
                "rowPosition": 241,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"241\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 241,
                "rowPosition": 242,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"242\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 242,
                "rowPosition": 243,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"243\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 243,
                "rowPosition": 244,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"244\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 244,
                "rowPosition": 245,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"245\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 245,
                "rowPosition": 246,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"246\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 246,
                "rowPosition": 247,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"247\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 247,
                "rowPosition": 248,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"248\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 248,
                "rowPosition": 249,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"249\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 249,
                "rowPosition": 250,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"250\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 250,
                "rowPosition": 251,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"251\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 251,
                "rowPosition": 252,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"252\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 252,
                "rowPosition": 253,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"253\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 253,
                "rowPosition": 254,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"254\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 254,
                "rowPosition": 255,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"255\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 255,
                "rowPosition": 256,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"256\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 256,
                "rowPosition": 257,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"257\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 257,
                "rowPosition": 258,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"258\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 258,
                "rowPosition": 259,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"259\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 259,
                "rowPosition": 260,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"260\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 260,
                "rowPosition": 261,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"261\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 261,
                "rowPosition": 262,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"262\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 262,
                "rowPosition": 263,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"263\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 263,
                "rowPosition": 264,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"264\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 264,
                "rowPosition": 265,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"265\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 265,
                "rowPosition": 266,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"266\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 266,
                "rowPosition": 267,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"267\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 267,
                "rowPosition": 268,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"268\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 268,
                "rowPosition": 269,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"269\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 269,
                "rowPosition": 270,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"270\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 270,
                "rowPosition": 271,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"271\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 271,
                "rowPosition": 272,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"272\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 272,
                "rowPosition": 273,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"273\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 273,
                "rowPosition": 274,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"274\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 274,
                "rowPosition": 275,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"275\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 275,
                "rowPosition": 276,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"276\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 276,
                "rowPosition": 277,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"277\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 277,
                "rowPosition": 278,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"278\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 278,
                "rowPosition": 279,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"279\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 279,
                "rowPosition": 280,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"280\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 280,
                "rowPosition": 281,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"281\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 281,
                "rowPosition": 282,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"282\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 282,
                "rowPosition": 283,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"283\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 283,
                "rowPosition": 284,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"284\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 284,
                "rowPosition": 285,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"285\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 285,
                "rowPosition": 286,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"286\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 286,
                "rowPosition": 287,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"287\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 287,
                "rowPosition": 288,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"288\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 288,
                "rowPosition": 289,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"289\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 289,
                "rowPosition": 290,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"290\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 290,
                "rowPosition": 291,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"291\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 291,
                "rowPosition": 292,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"292\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 292,
                "rowPosition": 293,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"293\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 293,
                "rowPosition": 294,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"294\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 294,
                "rowPosition": 295,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"295\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 295,
                "rowPosition": 296,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"296\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 296,
                "rowPosition": 297,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"297\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 297,
                "rowPosition": 298,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"298\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 298,
                "rowPosition": 299,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"299\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 299,
                "rowPosition": 300,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"300\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 300,
                "rowPosition": 301,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"301\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 301,
                "rowPosition": 302,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"302\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 302,
                "rowPosition": 303,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"303\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 303,
                "rowPosition": 304,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"304\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 304,
                "rowPosition": 305,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"305\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 305,
                "rowPosition": 306,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"306\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 306,
                "rowPosition": 307,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"307\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 307,
                "rowPosition": 308,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"308\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 308,
                "rowPosition": 309,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"309\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 309,
                "rowPosition": 310,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"310\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 310,
                "rowPosition": 311,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"311\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 311,
                "rowPosition": 312,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"312\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 312,
                "rowPosition": 313,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"313\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 313,
                "rowPosition": 314,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"314\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 314,
                "rowPosition": 315,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"315\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 315,
                "rowPosition": 316,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"316\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 316,
                "rowPosition": 317,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"317\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 317,
                "rowPosition": 318,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"318\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 318,
                "rowPosition": 319,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"319\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 319,
                "rowPosition": 320,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"320\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 320,
                "rowPosition": 321,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"321\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 321,
                "rowPosition": 322,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"322\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 322,
                "rowPosition": 323,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"323\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 323,
                "rowPosition": 324,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"324\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 324,
                "rowPosition": 325,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"325\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 325,
                "rowPosition": 326,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"326\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 326,
                "rowPosition": 327,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"327\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 327,
                "rowPosition": 328,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"328\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 328,
                "rowPosition": 329,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"329\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 329,
                "rowPosition": 330,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"330\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 330,
                "rowPosition": 331,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"331\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 331,
                "rowPosition": 332,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"332\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 332,
                "rowPosition": 333,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"333\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 333,
                "rowPosition": 334,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"334\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 334,
                "rowPosition": 335,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"335\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 335,
                "rowPosition": 336,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"336\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 336,
                "rowPosition": 337,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"337\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 337,
                "rowPosition": 338,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"338\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 338,
                "rowPosition": 339,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"339\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 339,
                "rowPosition": 340,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"340\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 340,
                "rowPosition": 341,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"341\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 341,
                "rowPosition": 342,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"342\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 342,
                "rowPosition": 343,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"343\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 343,
                "rowPosition": 344,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"344\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 344,
                "rowPosition": 345,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"345\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 345,
                "rowPosition": 346,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"346\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 346,
                "rowPosition": 347,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"347\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 347,
                "rowPosition": 348,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"348\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 348,
                "rowPosition": 349,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"349\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 349,
                "rowPosition": 350,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"350\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 350,
                "rowPosition": 351,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"351\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 351,
                "rowPosition": 352,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"352\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 352,
                "rowPosition": 353,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"353\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 353,
                "rowPosition": 354,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"354\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 354,
                "rowPosition": 355,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"355\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 355,
                "rowPosition": 356,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"356\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 356,
                "rowPosition": 357,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"357\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 357,
                "rowPosition": 358,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"358\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 358,
                "rowPosition": 359,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"359\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 359,
                "rowPosition": 360,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"360\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 360,
                "rowPosition": 361,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"361\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 361,
                "rowPosition": 362,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"362\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 362,
                "rowPosition": 363,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"363\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 363,
                "rowPosition": 364,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"364\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 364,
                "rowPosition": 365,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"365\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 365,
                "rowPosition": 366,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"366\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 366,
                "rowPosition": 367,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"367\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 367,
                "rowPosition": 368,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"368\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 368,
                "rowPosition": 369,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"369\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 369,
                "rowPosition": 370,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"370\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 370,
                "rowPosition": 371,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"371\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 371,
                "rowPosition": 372,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"372\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 372,
                "rowPosition": 373,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"373\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 373,
                "rowPosition": 374,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"374\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 374,
                "rowPosition": 375,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"375\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 375,
                "rowPosition": 376,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"376\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 376,
                "rowPosition": 377,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"377\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 377,
                "rowPosition": 378,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"378\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 378,
                "rowPosition": 379,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"379\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 379,
                "rowPosition": 380,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"380\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 380,
                "rowPosition": 381,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"381\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 381,
                "rowPosition": 382,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"382\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 382,
                "rowPosition": 383,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"383\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 383,
                "rowPosition": 384,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"384\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 384,
                "rowPosition": 385,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"385\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 385,
                "rowPosition": 386,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"386\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 386,
                "rowPosition": 387,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"387\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 387,
                "rowPosition": 388,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"388\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 388,
                "rowPosition": 389,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"389\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 389,
                "rowPosition": 390,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"390\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 390,
                "rowPosition": 391,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"391\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 391,
                "rowPosition": 392,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"392\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 392,
                "rowPosition": 393,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"393\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 393,
                "rowPosition": 394,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"394\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 394,
                "rowPosition": 395,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"395\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 395,
                "rowPosition": 396,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"396\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 396,
                "rowPosition": 397,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"397\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 397,
                "rowPosition": 398,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"398\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 398,
                "rowPosition": 399,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"399\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 399,
                "rowPosition": 400,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"400\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 400,
                "rowPosition": 401,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"401\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 401,
                "rowPosition": 402,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"402\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 402,
                "rowPosition": 403,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"403\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 403,
                "rowPosition": 404,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"404\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 404,
                "rowPosition": 405,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"405\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 405,
                "rowPosition": 406,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"406\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 406,
                "rowPosition": 407,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"407\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 407,
                "rowPosition": 408,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"408\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 408,
                "rowPosition": 409,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"409\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 409,
                "rowPosition": 410,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"410\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 410,
                "rowPosition": 411,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"411\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 411,
                "rowPosition": 412,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"412\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 412,
                "rowPosition": 413,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"413\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 413,
                "rowPosition": 414,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"414\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 414,
                "rowPosition": 415,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"415\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 415,
                "rowPosition": 416,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"416\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 416,
                "rowPosition": 417,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"417\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 417,
                "rowPosition": 418,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"418\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 418,
                "rowPosition": 419,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"419\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 419,
                "rowPosition": 420,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"420\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 420,
                "rowPosition": 421,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"421\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 421,
                "rowPosition": 422,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"422\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 422,
                "rowPosition": 423,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"423\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 423,
                "rowPosition": 424,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"424\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 424,
                "rowPosition": 425,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"425\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 425,
                "rowPosition": 426,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"426\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 426,
                "rowPosition": 427,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"427\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 427,
                "rowPosition": 428,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"428\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 428,
                "rowPosition": 429,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"429\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 429,
                "rowPosition": 430,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"430\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 430,
                "rowPosition": 431,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"431\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 431,
                "rowPosition": 432,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"432\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 432,
                "rowPosition": 433,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"433\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 433,
                "rowPosition": 434,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"434\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 434,
                "rowPosition": 435,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"435\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 435,
                "rowPosition": 436,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"436\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 436,
                "rowPosition": 437,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"437\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 437,
                "rowPosition": 438,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"438\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 438,
                "rowPosition": 439,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"439\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 439,
                "rowPosition": 440,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"440\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 440,
                "rowPosition": 441,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"441\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 441,
                "rowPosition": 442,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"442\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 442,
                "rowPosition": 443,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"443\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 443,
                "rowPosition": 444,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"444\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 444,
                "rowPosition": 445,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"445\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 445,
                "rowPosition": 446,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"446\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 446,
                "rowPosition": 447,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"447\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 447,
                "rowPosition": 448,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"448\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 448,
                "rowPosition": 449,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"449\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 449,
                "rowPosition": 450,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"450\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 450,
                "rowPosition": 451,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"451\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 451,
                "rowPosition": 452,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"452\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 452,
                "rowPosition": 453,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"453\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 453,
                "rowPosition": 454,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"454\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 454,
                "rowPosition": 455,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"455\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 455,
                "rowPosition": 456,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"456\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 456,
                "rowPosition": 457,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"457\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 457,
                "rowPosition": 458,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"458\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 458,
                "rowPosition": 459,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"459\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 459,
                "rowPosition": 460,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"460\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 460,
                "rowPosition": 461,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"461\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 461,
                "rowPosition": 462,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"462\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 462,
                "rowPosition": 463,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"463\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 463,
                "rowPosition": 464,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"464\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 464,
                "rowPosition": 465,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"465\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 465,
                "rowPosition": 466,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"466\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 466,
                "rowPosition": 467,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"467\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 467,
                "rowPosition": 468,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"468\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 468,
                "rowPosition": 469,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"469\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 469,
                "rowPosition": 470,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"470\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 470,
                "rowPosition": 471,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"471\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 471,
                "rowPosition": 472,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"472\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 472,
                "rowPosition": 473,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"473\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 473,
                "rowPosition": 474,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"474\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 474,
                "rowPosition": 475,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"475\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 475,
                "rowPosition": 476,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"476\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 476,
                "rowPosition": 477,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"477\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 477,
                "rowPosition": 478,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"478\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 478,
                "rowPosition": 479,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"479\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 479,
                "rowPosition": 480,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"480\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 480,
                "rowPosition": 481,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"481\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 481,
                "rowPosition": 482,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"482\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 482,
                "rowPosition": 483,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"483\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 483,
                "rowPosition": 484,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"484\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 484,
                "rowPosition": 485,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"485\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 485,
                "rowPosition": 486,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"486\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 486,
                "rowPosition": 487,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"487\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 487,
                "rowPosition": 488,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"488\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 488,
                "rowPosition": 489,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"489\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 489,
                "rowPosition": 490,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"490\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 490,
                "rowPosition": 491,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"491\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 491,
                "rowPosition": 492,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"492\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 492,
                "rowPosition": 493,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"493\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 493,
                "rowPosition": 494,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"494\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 494,
                "rowPosition": 495,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"495\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 495,
                "rowPosition": 496,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"496\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 496,
                "rowPosition": 497,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"497\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 497,
                "rowPosition": 498,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"498\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 498,
                "rowPosition": 499,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"499\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 499,
                "rowPosition": 500,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"500\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 500,
                "rowPosition": 501,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"501\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 501,
                "rowPosition": 502,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"502\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 502,
                "rowPosition": 503,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"503\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 503,
                "rowPosition": 504,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"504\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 504,
                "rowPosition": 505,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"505\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 505,
                "rowPosition": 506,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"506\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 506,
                "rowPosition": 507,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"507\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 507,
                "rowPosition": 508,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"508\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 508,
                "rowPosition": 509,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"509\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 509,
                "rowPosition": 510,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"510\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 510,
                "rowPosition": 511,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"511\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 511,
                "rowPosition": 512,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"512\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 512,
                "rowPosition": 513,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"513\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 513,
                "rowPosition": 514,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"514\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 514,
                "rowPosition": 515,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"515\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 515,
                "rowPosition": 516,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"516\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 516,
                "rowPosition": 517,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"517\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 517,
                "rowPosition": 518,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"518\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 518,
                "rowPosition": 519,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"519\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 519,
                "rowPosition": 520,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"520\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 520,
                "rowPosition": 521,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"521\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 521,
                "rowPosition": 522,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"522\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 522,
                "rowPosition": 523,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"523\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 523,
                "rowPosition": 524,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"524\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 524,
                "rowPosition": 525,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"525\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 525,
                "rowPosition": 526,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"526\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 526,
                "rowPosition": 527,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"527\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 527,
                "rowPosition": 528,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"528\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 528,
                "rowPosition": 529,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"529\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 529,
                "rowPosition": 530,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"530\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 530,
                "rowPosition": 531,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"531\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 531,
                "rowPosition": 532,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"532\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 532,
                "rowPosition": 533,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"533\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 533,
                "rowPosition": 534,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"534\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 534,
                "rowPosition": 535,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"535\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 535,
                "rowPosition": 536,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"536\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 536,
                "rowPosition": 537,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"537\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 537,
                "rowPosition": 538,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"538\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 538,
                "rowPosition": 539,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"539\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 539,
                "rowPosition": 540,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"540\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 540,
                "rowPosition": 541,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"541\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 541,
                "rowPosition": 542,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"542\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 542,
                "rowPosition": 543,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"543\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 543,
                "rowPosition": 544,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"544\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 544,
                "rowPosition": 545,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"545\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 545,
                "rowPosition": 546,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"546\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 546,
                "rowPosition": 547,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"547\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 547,
                "rowPosition": 548,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"548\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 548,
                "rowPosition": 549,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"549\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 549,
                "rowPosition": 550,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"550\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 550,
                "rowPosition": 551,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"551\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 551,
                "rowPosition": 552,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"552\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 552,
                "rowPosition": 553,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"553\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 553,
                "rowPosition": 554,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"554\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 554,
                "rowPosition": 555,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"555\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 555,
                "rowPosition": 556,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"556\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 556,
                "rowPosition": 557,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"557\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 557,
                "rowPosition": 558,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"558\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 558,
                "rowPosition": 559,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"559\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 559,
                "rowPosition": 560,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"560\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 560,
                "rowPosition": 561,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"561\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 561,
                "rowPosition": 562,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"562\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 562,
                "rowPosition": 563,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"563\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 563,
                "rowPosition": 564,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"564\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 564,
                "rowPosition": 565,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"565\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 565,
                "rowPosition": 566,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"566\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 566,
                "rowPosition": 567,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"567\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 567,
                "rowPosition": 568,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"568\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 568,
                "rowPosition": 569,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"569\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 569,
                "rowPosition": 570,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"570\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 570,
                "rowPosition": 571,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"571\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 571,
                "rowPosition": 572,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"572\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 572,
                "rowPosition": 573,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"573\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 573,
                "rowPosition": 574,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"574\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 574,
                "rowPosition": 575,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"575\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 575,
                "rowPosition": 576,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"576\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 576,
                "rowPosition": 577,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"577\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 577,
                "rowPosition": 578,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"578\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 578,
                "rowPosition": 579,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"579\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 579,
                "rowPosition": 580,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"580\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 580,
                "rowPosition": 581,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"581\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 581,
                "rowPosition": 582,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"582\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 582,
                "rowPosition": 583,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"583\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 583,
                "rowPosition": 584,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"584\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 584,
                "rowPosition": 585,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"585\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 585,
                "rowPosition": 586,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"586\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 586,
                "rowPosition": 587,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"587\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 587,
                "rowPosition": 588,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"588\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 588,
                "rowPosition": 589,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"589\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 589,
                "rowPosition": 590,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"590\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 590,
                "rowPosition": 591,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"591\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 591,
                "rowPosition": 592,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"592\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 592,
                "rowPosition": 593,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"593\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 593,
                "rowPosition": 594,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"594\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 594,
                "rowPosition": 595,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"595\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 595,
                "rowPosition": 596,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"596\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 596,
                "rowPosition": 597,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"597\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 597,
                "rowPosition": 598,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"598\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 598,
                "rowPosition": 599,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"599\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 599,
                "rowPosition": 600,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"600\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 600,
                "rowPosition": 601,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"601\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 601,
                "rowPosition": 602,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"602\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 602,
                "rowPosition": 603,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"603\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 603,
                "rowPosition": 604,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"604\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 604,
                "rowPosition": 605,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"605\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 605,
                "rowPosition": 606,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"606\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 606,
                "rowPosition": 607,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"607\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 607,
                "rowPosition": 608,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"608\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 608,
                "rowPosition": 609,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"609\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 609,
                "rowPosition": 610,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"610\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 610,
                "rowPosition": 611,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"611\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 611,
                "rowPosition": 612,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"612\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 612,
                "rowPosition": 613,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"613\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 613,
                "rowPosition": 614,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"614\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 614,
                "rowPosition": 615,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"615\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 615,
                "rowPosition": 616,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"616\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 616,
                "rowPosition": 617,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"617\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 617,
                "rowPosition": 618,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"618\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 618,
                "rowPosition": 619,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"619\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 619,
                "rowPosition": 620,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"620\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 620,
                "rowPosition": 621,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"621\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 621,
                "rowPosition": 622,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"622\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 622,
                "rowPosition": 623,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"623\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 623,
                "rowPosition": 624,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"624\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 624,
                "rowPosition": 625,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"625\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 625,
                "rowPosition": 626,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"626\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 626,
                "rowPosition": 627,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"627\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 627,
                "rowPosition": 628,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"628\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 628,
                "rowPosition": 629,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"629\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 629,
                "rowPosition": 630,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"630\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 630,
                "rowPosition": 631,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"631\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 631,
                "rowPosition": 632,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"632\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 632,
                "rowPosition": 633,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"633\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 633,
                "rowPosition": 634,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"634\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 634,
                "rowPosition": 635,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"635\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 635,
                "rowPosition": 636,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"636\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 636,
                "rowPosition": 637,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"637\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 637,
                "rowPosition": 638,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"638\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 638,
                "rowPosition": 639,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"639\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 639,
                "rowPosition": 640,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"640\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 640,
                "rowPosition": 641,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"641\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 641,
                "rowPosition": 642,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"642\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 642,
                "rowPosition": 643,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"643\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 643,
                "rowPosition": 644,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"644\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 644,
                "rowPosition": 645,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"645\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 645,
                "rowPosition": 646,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"646\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 646,
                "rowPosition": 647,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"647\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 647,
                "rowPosition": 648,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"648\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 648,
                "rowPosition": 649,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"649\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 649,
                "rowPosition": 650,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"650\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 650,
                "rowPosition": 651,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"651\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 651,
                "rowPosition": 652,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"652\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 652,
                "rowPosition": 653,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"653\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 653,
                "rowPosition": 654,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"654\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 654,
                "rowPosition": 655,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"655\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 655,
                "rowPosition": 656,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"656\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 656,
                "rowPosition": 657,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"657\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 657,
                "rowPosition": 658,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"658\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 658,
                "rowPosition": 659,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"659\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 659,
                "rowPosition": 660,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"660\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 660,
                "rowPosition": 661,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"661\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 661,
                "rowPosition": 662,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"662\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 662,
                "rowPosition": 663,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"663\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 663,
                "rowPosition": 664,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"664\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 664,
                "rowPosition": 665,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"665\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 665,
                "rowPosition": 666,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"666\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 666,
                "rowPosition": 667,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"667\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 667,
                "rowPosition": 668,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"668\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 668,
                "rowPosition": 669,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"669\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 669,
                "rowPosition": 670,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"670\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 670,
                "rowPosition": 671,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"671\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 671,
                "rowPosition": 672,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"672\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 672,
                "rowPosition": 673,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"673\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 673,
                "rowPosition": 674,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"674\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 674,
                "rowPosition": 675,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"675\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 675,
                "rowPosition": 676,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"676\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 676,
                "rowPosition": 677,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"677\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 677,
                "rowPosition": 678,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"678\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 678,
                "rowPosition": 679,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"679\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 679,
                "rowPosition": 680,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"680\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 680,
                "rowPosition": 681,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"681\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 681,
                "rowPosition": 682,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"682\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 682,
                "rowPosition": 683,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"683\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 683,
                "rowPosition": 684,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"684\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 684,
                "rowPosition": 685,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"685\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 685,
                "rowPosition": 686,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"686\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 686,
                "rowPosition": 687,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"687\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 687,
                "rowPosition": 688,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"688\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 688,
                "rowPosition": 689,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"689\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 689,
                "rowPosition": 690,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"690\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 690,
                "rowPosition": 691,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"691\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 691,
                "rowPosition": 692,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"692\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 692,
                "rowPosition": 693,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"693\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 693,
                "rowPosition": 694,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"694\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 694,
                "rowPosition": 695,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"695\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 695,
                "rowPosition": 696,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"696\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 696,
                "rowPosition": 697,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"697\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 697,
                "rowPosition": 698,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"698\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 698,
                "rowPosition": 699,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"699\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 699,
                "rowPosition": 700,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"700\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 700,
                "rowPosition": 701,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"701\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 701,
                "rowPosition": 702,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"702\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 702,
                "rowPosition": 703,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"703\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 703,
                "rowPosition": 704,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"704\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 704,
                "rowPosition": 705,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"705\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 705,
                "rowPosition": 706,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"706\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 706,
                "rowPosition": 707,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"707\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 707,
                "rowPosition": 708,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"708\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 708,
                "rowPosition": 709,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"709\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 709,
                "rowPosition": 710,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"710\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 710,
                "rowPosition": 711,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"711\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 711,
                "rowPosition": 712,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"712\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 712,
                "rowPosition": 713,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"713\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 713,
                "rowPosition": 714,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"714\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 714,
                "rowPosition": 715,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"715\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 715,
                "rowPosition": 716,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"716\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 716,
                "rowPosition": 717,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"717\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 717,
                "rowPosition": 718,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"718\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 718,
                "rowPosition": 719,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"719\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 719,
                "rowPosition": 720,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"720\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 720,
                "rowPosition": 721,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"721\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 721,
                "rowPosition": 722,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"722\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 722,
                "rowPosition": 723,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"723\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 723,
                "rowPosition": 724,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"724\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 724,
                "rowPosition": 725,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"725\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 725,
                "rowPosition": 726,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"726\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 726,
                "rowPosition": 727,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"727\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 727,
                "rowPosition": 728,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"728\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 728,
                "rowPosition": 729,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"729\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 729,
                "rowPosition": 730,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"730\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 730,
                "rowPosition": 731,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"731\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 731,
                "rowPosition": 732,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"732\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 732,
                "rowPosition": 733,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"733\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 733,
                "rowPosition": 734,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"734\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 734,
                "rowPosition": 735,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"735\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 735,
                "rowPosition": 736,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"736\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 736,
                "rowPosition": 737,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"737\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 737,
                "rowPosition": 738,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"738\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 738,
                "rowPosition": 739,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"739\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 739,
                "rowPosition": 740,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"740\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 740,
                "rowPosition": 741,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"741\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 741,
                "rowPosition": 742,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"742\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 742,
                "rowPosition": 743,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"743\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 743,
                "rowPosition": 744,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"744\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 744,
                "rowPosition": 745,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"745\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 745,
                "rowPosition": 746,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"746\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 746,
                "rowPosition": 747,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"747\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 747,
                "rowPosition": 748,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"748\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 748,
                "rowPosition": 749,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"749\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 749,
                "rowPosition": 750,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"750\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 750,
                "rowPosition": 751,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"751\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 751,
                "rowPosition": 752,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"752\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 752,
                "rowPosition": 753,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"753\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 753,
                "rowPosition": 754,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"754\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 754,
                "rowPosition": 755,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"755\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 755,
                "rowPosition": 756,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"756\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 756,
                "rowPosition": 757,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"757\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 757,
                "rowPosition": 758,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"758\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 758,
                "rowPosition": 759,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"759\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 759,
                "rowPosition": 760,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"760\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 760,
                "rowPosition": 761,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"761\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 761,
                "rowPosition": 762,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"762\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 762,
                "rowPosition": 763,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"763\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 763,
                "rowPosition": 764,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"764\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 764,
                "rowPosition": 765,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"765\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 765,
                "rowPosition": 766,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"766\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 766,
                "rowPosition": 767,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"767\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 767,
                "rowPosition": 768,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"768\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 768,
                "rowPosition": 769,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"769\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 769,
                "rowPosition": 770,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"770\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 770,
                "rowPosition": 771,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"771\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 771,
                "rowPosition": 772,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"772\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 772,
                "rowPosition": 773,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"773\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 773,
                "rowPosition": 774,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"774\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 774,
                "rowPosition": 775,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"775\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 775,
                "rowPosition": 776,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"776\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 776,
                "rowPosition": 777,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"777\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 777,
                "rowPosition": 778,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"778\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 778,
                "rowPosition": 779,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"779\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 779,
                "rowPosition": 780,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"780\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 780,
                "rowPosition": 781,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"781\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 781,
                "rowPosition": 782,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"782\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 782,
                "rowPosition": 783,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"783\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 783,
                "rowPosition": 784,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"784\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 784,
                "rowPosition": 785,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"785\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 785,
                "rowPosition": 786,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"786\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 786,
                "rowPosition": 787,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"787\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 787,
                "rowPosition": 788,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"788\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 788,
                "rowPosition": 789,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"789\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 789,
                "rowPosition": 790,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"790\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 790,
                "rowPosition": 791,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"791\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 791,
                "rowPosition": 792,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"792\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 792,
                "rowPosition": 793,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"793\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 793,
                "rowPosition": 794,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"794\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 794,
                "rowPosition": 795,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"795\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 795,
                "rowPosition": 796,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"796\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 796,
                "rowPosition": 797,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"797\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 797,
                "rowPosition": 798,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"798\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 798,
                "rowPosition": 799,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"799\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 799,
                "rowPosition": 800,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"800\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 800,
                "rowPosition": 801,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"801\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 801,
                "rowPosition": 802,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"802\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 802,
                "rowPosition": 803,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"803\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 803,
                "rowPosition": 804,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"804\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 804,
                "rowPosition": 805,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"805\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 805,
                "rowPosition": 806,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"806\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 806,
                "rowPosition": 807,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"807\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 807,
                "rowPosition": 808,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"808\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 808,
                "rowPosition": 809,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"809\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 809,
                "rowPosition": 810,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"810\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 810,
                "rowPosition": 811,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"811\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 811,
                "rowPosition": 812,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"812\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 812,
                "rowPosition": 813,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"813\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 813,
                "rowPosition": 814,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"814\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 814,
                "rowPosition": 815,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"815\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 815,
                "rowPosition": 816,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"816\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 816,
                "rowPosition": 817,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"817\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 817,
                "rowPosition": 818,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"818\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 818,
                "rowPosition": 819,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"819\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 819,
                "rowPosition": 820,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"820\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 820,
                "rowPosition": 821,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"821\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 821,
                "rowPosition": 822,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"822\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 822,
                "rowPosition": 823,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"823\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 823,
                "rowPosition": 824,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"824\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 824,
                "rowPosition": 825,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"825\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 825,
                "rowPosition": 826,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"826\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 826,
                "rowPosition": 827,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"827\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 827,
                "rowPosition": 828,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"828\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 828,
                "rowPosition": 829,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"829\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 829,
                "rowPosition": 830,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"830\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 830,
                "rowPosition": 831,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"831\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 831,
                "rowPosition": 832,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"832\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 832,
                "rowPosition": 833,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"833\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 833,
                "rowPosition": 834,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"834\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 834,
                "rowPosition": 835,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"835\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 835,
                "rowPosition": 836,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"836\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 836,
                "rowPosition": 837,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"837\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 837,
                "rowPosition": 838,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"838\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 838,
                "rowPosition": 839,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"839\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 839,
                "rowPosition": 840,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"840\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 840,
                "rowPosition": 841,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"841\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 841,
                "rowPosition": 842,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"842\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 842,
                "rowPosition": 843,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"843\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 843,
                "rowPosition": 844,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"844\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 844,
                "rowPosition": 845,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"845\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 845,
                "rowPosition": 846,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"846\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 846,
                "rowPosition": 847,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"847\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 847,
                "rowPosition": 848,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"848\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 848,
                "rowPosition": 849,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"849\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 849,
                "rowPosition": 850,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"850\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 850,
                "rowPosition": 851,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"851\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 851,
                "rowPosition": 852,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"852\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 852,
                "rowPosition": 853,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"853\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 853,
                "rowPosition": 854,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"854\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 854,
                "rowPosition": 855,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"855\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 855,
                "rowPosition": 856,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"856\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 856,
                "rowPosition": 857,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"857\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 857,
                "rowPosition": 858,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"858\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 858,
                "rowPosition": 859,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"859\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 859,
                "rowPosition": 860,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"860\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 860,
                "rowPosition": 861,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"861\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 861,
                "rowPosition": 862,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"862\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 862,
                "rowPosition": 863,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"863\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 863,
                "rowPosition": 864,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"864\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 864,
                "rowPosition": 865,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"865\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 865,
                "rowPosition": 866,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"866\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 866,
                "rowPosition": 867,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"867\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 867,
                "rowPosition": 868,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"868\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 868,
                "rowPosition": 869,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"869\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 869,
                "rowPosition": 870,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"870\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 870,
                "rowPosition": 871,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"871\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 871,
                "rowPosition": 872,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"872\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 872,
                "rowPosition": 873,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"873\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 873,
                "rowPosition": 874,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"874\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 874,
                "rowPosition": 875,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"875\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 875,
                "rowPosition": 876,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"876\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 876,
                "rowPosition": 877,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"877\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 877,
                "rowPosition": 878,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"878\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 878,
                "rowPosition": 879,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"879\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 879,
                "rowPosition": 880,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"880\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 880,
                "rowPosition": 881,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"881\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 881,
                "rowPosition": 882,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"882\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 882,
                "rowPosition": 883,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"883\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 883,
                "rowPosition": 884,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"884\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 884,
                "rowPosition": 885,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"885\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 885,
                "rowPosition": 886,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"886\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 886,
                "rowPosition": 887,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"887\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 887,
                "rowPosition": 888,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"888\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 888,
                "rowPosition": 889,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"889\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 889,
                "rowPosition": 890,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"890\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 890,
                "rowPosition": 891,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"891\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 891,
                "rowPosition": 892,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"892\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 892,
                "rowPosition": 893,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"893\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 893,
                "rowPosition": 894,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"894\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 894,
                "rowPosition": 895,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"895\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 895,
                "rowPosition": 896,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"896\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 896,
                "rowPosition": 897,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"897\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 897,
                "rowPosition": 898,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"898\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 898,
                "rowPosition": 899,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"899\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 899,
                "rowPosition": 900,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"900\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 900,
                "rowPosition": 901,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"901\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 901,
                "rowPosition": 902,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"902\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 902,
                "rowPosition": 903,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"903\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 903,
                "rowPosition": 904,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"904\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 904,
                "rowPosition": 905,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"905\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 905,
                "rowPosition": 906,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"906\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 906,
                "rowPosition": 907,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"907\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 907,
                "rowPosition": 908,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"908\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 908,
                "rowPosition": 909,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"909\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 909,
                "rowPosition": 910,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"910\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 910,
                "rowPosition": 911,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"911\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 911,
                "rowPosition": 912,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"912\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 912,
                "rowPosition": 913,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"913\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 913,
                "rowPosition": 914,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"914\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 914,
                "rowPosition": 915,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"915\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 915,
                "rowPosition": 916,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"916\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 916,
                "rowPosition": 917,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"917\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 917,
                "rowPosition": 918,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"918\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 918,
                "rowPosition": 919,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"919\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 919,
                "rowPosition": 920,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"920\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 920,
                "rowPosition": 921,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"921\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 921,
                "rowPosition": 922,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"922\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 922,
                "rowPosition": 923,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"923\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 923,
                "rowPosition": 924,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"924\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 924,
                "rowPosition": 925,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"925\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 925,
                "rowPosition": 926,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"926\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 926,
                "rowPosition": 927,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"927\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 927,
                "rowPosition": 928,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"928\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 928,
                "rowPosition": 929,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"929\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 929,
                "rowPosition": 930,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"930\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 930,
                "rowPosition": 931,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"931\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 931,
                "rowPosition": 932,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"932\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 932,
                "rowPosition": 933,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"933\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 933,
                "rowPosition": 934,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"934\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 934,
                "rowPosition": 935,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"935\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 935,
                "rowPosition": 936,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"936\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 936,
                "rowPosition": 937,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"937\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 937,
                "rowPosition": 938,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"938\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 938,
                "rowPosition": 939,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"939\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 939,
                "rowPosition": 940,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"940\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 940,
                "rowPosition": 941,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"941\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 941,
                "rowPosition": 942,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"942\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 942,
                "rowPosition": 943,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"943\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 943,
                "rowPosition": 944,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"944\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 944,
                "rowPosition": 945,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"945\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 945,
                "rowPosition": 946,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"946\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 946,
                "rowPosition": 947,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"947\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 947,
                "rowPosition": 948,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"948\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 948,
                "rowPosition": 949,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"949\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 949,
                "rowPosition": 950,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"950\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 950,
                "rowPosition": 951,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"951\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 951,
                "rowPosition": 952,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"952\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 952,
                "rowPosition": 953,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"953\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 953,
                "rowPosition": 954,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"954\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 954,
                "rowPosition": 955,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"955\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 955,
                "rowPosition": 956,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"956\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 956,
                "rowPosition": 957,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"957\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 957,
                "rowPosition": 958,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"958\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 958,
                "rowPosition": 959,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"959\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 959,
                "rowPosition": 960,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"960\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 960,
                "rowPosition": 961,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"961\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 961,
                "rowPosition": 962,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"962\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 962,
                "rowPosition": 963,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"963\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 963,
                "rowPosition": 964,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"964\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 964,
                "rowPosition": 965,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"965\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 965,
                "rowPosition": 966,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"966\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 966,
                "rowPosition": 967,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"967\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 967,
                "rowPosition": 968,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"968\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 968,
                "rowPosition": 969,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"969\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 969,
                "rowPosition": 970,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"970\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 970,
                "rowPosition": 971,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"971\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 971,
                "rowPosition": 972,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"972\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 972,
                "rowPosition": 973,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"973\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 973,
                "rowPosition": 974,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"974\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 974,
                "rowPosition": 975,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"975\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 975,
                "rowPosition": 976,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"976\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 976,
                "rowPosition": 977,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"977\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 977,
                "rowPosition": 978,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"978\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 978,
                "rowPosition": 979,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"979\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 979,
                "rowPosition": 980,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"980\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 980,
                "rowPosition": 981,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"981\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 981,
                "rowPosition": 982,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"982\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 982,
                "rowPosition": 983,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"983\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 983,
                "rowPosition": 984,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"984\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 984,
                "rowPosition": 985,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"985\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 985,
                "rowPosition": 986,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"986\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 986,
                "rowPosition": 987,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"987\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 987,
                "rowPosition": 988,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"988\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 988,
                "rowPosition": 989,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"989\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 989,
                "rowPosition": 990,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"990\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 990,
                "rowPosition": 991,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"991\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 991,
                "rowPosition": 992,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"992\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 992,
                "rowPosition": 993,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"993\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 993,
                "rowPosition": 994,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"994\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 994,
                "rowPosition": 995,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"995\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 995,
                "rowPosition": 996,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"996\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 996,
                "rowPosition": 997,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"997\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 997,
                "rowPosition": 998,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"998\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 998,
                "rowPosition": 999,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"999\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 999,
                "rowPosition": 1000,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"1000\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              },
              {
                "cells": [
                  "id_tempo",
                  "id_categ_econ",
                  "id_grupo",
                  "id_elemento",
                  "id_item",
                  "id_fonte",
                  "id_modalidade_aplic",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "ano_origem",
                  "cd_evento",
                  "tp_operacao",
                  "cd_documento",
                  "nr_ordem",
                  "dt_documento",
                  "ano_particao",
                  "vr_nao_processado",
                  "vr_processado",
                  "vr_pago"
                ],
                "rowNumber": 1000,
                "rowPosition": 1001,
                "code": "foreign-key-error",
                "name": "ForeignKey Error",
                "tags": [
                  "#table",
                  "#row"
                ],
                "note": "not found in the lookup table",
                "message": "Row at position \"1001\" violates the foreign key: not found in the lookup table",
                "description": "Values in the foreign key fields should exist in the reference table"
              }
            ],
            "stats": {
              "errors": 1000
            },
            "valid": false
          }
        ],
        "stats": {
          "errors": 1000,
          "tasks": 1
        },
        "valid": false
      }
    },
    {
      "name": "dm_funcao_resto",
      "title": "Função - Restos a Pagar",
      "path": "data/dm_funcao_resto.csv.gz",
      "schema": {
        "fields": [
          {
            "name": "id_funcao",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "ano_exercicio",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "cd_funcao",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "nome",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true
            }
          }
        ],
        "missingValues": [
          ""
        ],
        "primaryKey": [
          "id_funcao"
        ]
      },
      "sources": [
        {
          "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
          "table": "dm_funcao_resto"
        }
      ],
      "format": "csv",
      "mediatype": "text/csv",
      "encoding": "utf-8-sig",
      "dialect": {
        "delimiter": ";",
        "lineTerminator": "\r\n",
        "quoteChar": "\"",
        "doubleQuote": true,
        "skipInitialSpace": false
      },
      "profile": "tabular-data-resource",
      "validation": {
        "version": "4.16.6",
        "time": 0.053,
        "errors": [],
        "tasks": [
          {
            "resource": {
              "name": "dm_funcao_resto",
              "title": "Função - Restos a Pagar",
              "path": "data/dm_funcao_resto.csv.gz",
              "schema": {
                "fields": [
                  {
                    "name": "id_funcao",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "ano_exercicio",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "cd_funcao",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "nome",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  }
                ],
                "missingValues": [
                  ""
                ],
                "primaryKey": [
                  "id_funcao"
                ]
              },
              "sources": [
                {
                  "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
                  "table": "dm_funcao_resto"
                }
              ],
              "format": "csv",
              "mediatype": "text/csv",
              "encoding": "utf-8-sig",
              "dialect": {
                "delimiter": ";"
              },
              "profile": "tabular-data-resource",
              "scheme": "file",
              "hashing": "md5",
              "compression": "gz",
              "stats": {
                "hash": "f93189ec1089e9a5a16c343b575b9850",
                "bytes": 4233,
                "fields": 4,
                "rows": 723
              }
            },
            "time": 0.053,
            "scope": [
              "hash-count-error",
              "byte-count-error",
              "field-count-error",
              "row-count-error",
              "blank-header",
              "extra-label",
              "missing-label",
              "blank-label",
              "duplicate-label",
              "incorrect-label",
              "blank-row",
              "primary-key-error",
              "foreign-key-error",
              "extra-cell",
              "missing-cell",
              "type-error",
              "constraint-error",
              "unique-error"
            ],
            "partial": false,
            "errors": [],
            "stats": {
              "errors": 0
            },
            "valid": true
          }
        ],
        "stats": {
          "errors": 0,
          "tasks": 1
        },
        "valid": true
      }
    },
    {
      "name": "dm_subfuncao_resto",
      "title": "Subfunção - Restos a Pagar",
      "path": "data/dm_subfuncao_resto.csv.gz",
      "schema": {
        "fields": [
          {
            "name": "id_subfuncao",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "ano_exercicio",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "cd_subfuncao",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "nome",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true
            }
          }
        ],
        "missingValues": [
          ""
        ],
        "primaryKey": [
          "id_subfuncao"
        ]
      },
      "sources": [
        {
          "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
          "table": "dm_subfuncao_resto"
        }
      ],
      "format": "csv",
      "mediatype": "text/csv",
      "encoding": "utf-8-sig",
      "dialect": {
        "delimiter": ";",
        "lineTerminator": "\r\n",
        "quoteChar": "\"",
        "doubleQuote": true,
        "skipInitialSpace": false
      },
      "profile": "tabular-data-resource",
      "validation": {
        "version": "4.16.6",
        "time": 0.097,
        "errors": [],
        "tasks": [
          {
            "resource": {
              "name": "dm_subfuncao_resto",
              "title": "Subfunção - Restos a Pagar",
              "path": "data/dm_subfuncao_resto.csv.gz",
              "schema": {
                "fields": [
                  {
                    "name": "id_subfuncao",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "ano_exercicio",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "cd_subfuncao",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "nome",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  }
                ],
                "missingValues": [
                  ""
                ],
                "primaryKey": [
                  "id_subfuncao"
                ]
              },
              "sources": [
                {
                  "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
                  "table": "dm_subfuncao_resto"
                }
              ],
              "format": "csv",
              "mediatype": "text/csv",
              "encoding": "utf-8-sig",
              "dialect": {
                "delimiter": ";"
              },
              "profile": "tabular-data-resource",
              "scheme": "file",
              "hashing": "md5",
              "compression": "gz",
              "stats": {
                "hash": "186fdb3fd0093c052403f5dbc90f0953",
                "bytes": 13197,
                "fields": 4,
                "rows": 1974
              }
            },
            "time": 0.097,
            "scope": [
              "hash-count-error",
              "byte-count-error",
              "field-count-error",
              "row-count-error",
              "blank-header",
              "extra-label",
              "missing-label",
              "blank-label",
              "duplicate-label",
              "incorrect-label",
              "blank-row",
              "primary-key-error",
              "foreign-key-error",
              "extra-cell",
              "missing-cell",
              "type-error",
              "constraint-error",
              "unique-error"
            ],
            "partial": false,
            "errors": [],
            "stats": {
              "errors": 0
            },
            "valid": true
          }
        ],
        "stats": {
          "errors": 0,
          "tasks": 1
        },
        "valid": true
      }
    },
    {
      "name": "dm_programa_resto",
      "title": "Programa - Restos a Pagar",
      "path": "data/dm_programa_resto.csv.gz",
      "schema": {
        "fields": [
          {
            "name": "id_programa",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "ano_exercicio",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "cd_programa",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "nome",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true
            }
          }
        ],
        "missingValues": [
          ""
        ],
        "primaryKey": [
          "id_programa"
        ]
      },
      "sources": [
        {
          "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
          "table": "dm_programa_resto"
        }
      ],
      "format": "csv",
      "mediatype": "text/csv",
      "encoding": "utf-8-sig",
      "dialect": {
        "delimiter": ";",
        "lineTerminator": "\r\n",
        "quoteChar": "\"",
        "doubleQuote": true,
        "skipInitialSpace": false
      },
      "profile": "tabular-data-resource",
      "validation": {
        "version": "4.16.6",
        "time": 0.24,
        "errors": [],
        "tasks": [
          {
            "resource": {
              "name": "dm_programa_resto",
              "title": "Programa - Restos a Pagar",
              "path": "data/dm_programa_resto.csv.gz",
              "schema": {
                "fields": [
                  {
                    "name": "id_programa",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "ano_exercicio",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "cd_programa",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "nome",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  }
                ],
                "missingValues": [
                  ""
                ],
                "primaryKey": [
                  "id_programa"
                ]
              },
              "sources": [
                {
                  "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
                  "table": "dm_programa_resto"
                }
              ],
              "format": "csv",
              "mediatype": "text/csv",
              "encoding": "utf-8-sig",
              "dialect": {
                "delimiter": ";"
              },
              "profile": "tabular-data-resource",
              "scheme": "file",
              "hashing": "md5",
              "compression": "gz",
              "stats": {
                "hash": "9ae83d52b2532330e6a6e3f6e86d717a",
                "bytes": 66369,
                "fields": 4,
                "rows": 6112
              }
            },
            "time": 0.24,
            "scope": [
              "hash-count-error",
              "byte-count-error",
              "field-count-error",
              "row-count-error",
              "blank-header",
              "extra-label",
              "missing-label",
              "blank-label",
              "duplicate-label",
              "incorrect-label",
              "blank-row",
              "primary-key-error",
              "foreign-key-error",
              "extra-cell",
              "missing-cell",
              "type-error",
              "constraint-error",
              "unique-error"
            ],
            "partial": false,
            "errors": [],
            "stats": {
              "errors": 0
            },
            "valid": true
          }
        ],
        "stats": {
          "errors": 0,
          "tasks": 1
        },
        "valid": true
      }
    },
    {
      "name": "dm_acao_resto",
      "title": "Ação - Restos a Pagar",
      "path": "data/dm_acao_resto.csv.gz",
      "schema": {
        "fields": [
          {
            "name": "id_acao",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "ano_exercicio",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "cd_acao",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "nome",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true
            }
          }
        ],
        "missingValues": [
          ""
        ],
        "primaryKey": [
          "id_acao"
        ]
      },
      "sources": [
        {
          "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
          "table": "dm_acao_resto"
        }
      ],
      "format": "csv",
      "mediatype": "text/csv",
      "encoding": "utf-8-sig",
      "dialect": {
        "delimiter": ";",
        "lineTerminator": "\r\n",
        "quoteChar": "\"",
        "doubleQuote": true,
        "skipInitialSpace": false
      },
      "profile": "tabular-data-resource",
      "validation": {
        "version": "4.16.6",
        "time": 0.652,
        "errors": [],
        "tasks": [
          {
            "resource": {
              "name": "dm_acao_resto",
              "title": "Ação - Restos a Pagar",
              "path": "data/dm_acao_resto.csv.gz",
              "schema": {
                "fields": [
                  {
                    "name": "id_acao",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "ano_exercicio",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "cd_acao",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "nome",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  }
                ],
                "missingValues": [
                  ""
                ],
                "primaryKey": [
                  "id_acao"
                ]
              },
              "sources": [
                {
                  "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
                  "table": "dm_acao_resto"
                }
              ],
              "format": "csv",
              "mediatype": "text/csv",
              "encoding": "utf-8-sig",
              "dialect": {
                "delimiter": ";"
              },
              "profile": "tabular-data-resource",
              "scheme": "file",
              "hashing": "md5",
              "compression": "gz",
              "stats": {
                "hash": "2032dd5da17b4d91296c202c02ae21dc",
                "bytes": 290311,
                "fields": 4,
                "rows": 17289
              }
            },
            "time": 0.652,
            "scope": [
              "hash-count-error",
              "byte-count-error",
              "field-count-error",
              "row-count-error",
              "blank-header",
              "extra-label",
              "missing-label",
              "blank-label",
              "duplicate-label",
              "incorrect-label",
              "blank-row",
              "primary-key-error",
              "foreign-key-error",
              "extra-cell",
              "missing-cell",
              "type-error",
              "constraint-error",
              "unique-error"
            ],
            "partial": false,
            "errors": [],
            "stats": {
              "errors": 0
            },
            "valid": true
          }
        ],
        "stats": {
          "errors": 0,
          "tasks": 1
        },
        "valid": true
      }
    }
  ],
  "name": "restos_pagar",
  "owner_org": "controladoria-geral-do-estado-cge",
  "frequência de atualização": "diária",
  "contributors": [
    {
      "title": "Diretoria Central de Transparência Ativa",
      "role": "author",
      "email": "transparencia@cge.mg.gov.br"
    }
  ],
  "licenses": [
    {
      "name": "CC-BY-4.0",
      "title": "Creative Commons Attribution 4.0",
      "path": "https://creativecommons.org/licenses/by/4.0/"
    }
  ],
  "description": "None\n\n# Portal da Transparência\n\nEsse data package visa documentar as tabelas do modelo dimensional utilizado no banco de dados do Portal da Transparência. \nOs data packages representando consultas específicas do Portal da Transparência serão extraídos deste data package para fins de publicação.\n\nEssa organização foi utilizada para evitar a necessidade de manter documentação em múltiplos repositórios para tabelas que são utilizadas em múltiplas consultas.\n\n## Instalação e configuração\n\nInstruções sobre instalação dos pré-requisitos e configuração do ambiente estão disponíves no arquivo [INSTALL](INSTALL.md)\n\n## Uso\n\n### Linha de comando\n\n#### Documentação\n\n```bash\nmake preview\n```\n\n```bash\nmake format resource=resource-name\n```\n\n#### Validação\n\nPara validação do data package com `make validate` e `make validate_metadata` é necessário a ativação do ambiente virtual do Python criado durante o processo de instalação.\n\nPara determinar qual comando para fazer a ativação execute na linha de comando\n\n```bash\nconda env list\n# conda environments:\n# age7                     /path/r-miniconda/envs/age7\n# base                  *  /path/opt/anaconda3\n```\n\nPara ativar execute\n\n```bash\nconda activate age7\n```\n\nEm alguns casos, o \"atalho\" para ativação do ambiente conda não é registrado. Por exemplo\n\n```bash\nconda env list\n# conda environments:\n                         /Users/fjunior/Library/r-miniconda/envs/age7\nbase                     /Users/fjunior/opt/anaconda3\n```\n\nNesse caso, ao invés de executar `conda activate age7`  necessário indicar o caminho para o ambiente conda (eg. `conda activate /path/r-miniconda/envs/age7`).\n\nNo windows é necessário utilizar o separador \\ no lugar de /:\n\n```bash\nconda activate C:\\Users\\user\\AppData\\Local\\R-MINI~1\\envs\\age7\n```\n\nO seu prompt da linha de comando, apesar de formas possivelmente diferentes, vai indicar se o ambiente virtual está ativo\n\n- `remuneracao$` -> `(age7) remuneracao$`\n\nPara validar: \n\n - os metadados armazenados no table schema, execute:\n\n```bash\nmake validate_metadata resource=resource_name\n```\n\n - os dados armazenados em `data/`, em conformidade com os metadados, execute:\n\n```bash\nmake validate\n```\n\n - somente um recurso unitário armazenado em `data/`, em conformidade com os metadados, execute:\n\n```bash\nmake validate_data resource=resource_name\n```\n\n### Rstudio\n\nO script `scripts/exploratory-analysis.R` pode ser utilizado de forma interativa para o processo de análise exploratória para construção de um perfil dos recursos (ie. tabelas fato e dimensão).\n\n\n",
  "keywords": [
    "Portal da Transparência",
    "Despesa",
    "Restos a pagar"
  ],
  "version": "0.1.0",
  "title": "Despesas com restos a pagar",
  "homepage": "http://www.transparencia.mg.gov.br/despesa-estado/restos-a-pagar"
}