{
  "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_tempo_diario",
      "title": "Calendário - Dias",
      "path": "data/dm_tempo_diario.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  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": "data_iso",
            "title": "Data ISO",
            "type": "date",
            "format": "%Y%m%d",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "dia",
            "title": "Dia",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "minimum": 1,
              "maximum": 31
            }
          },
          {
            "name": "mes",
            "title": "Mês",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "minimum": 1,
              "maximum": 12
            }
          },
          {
            "name": "ano",
            "title": "Ano",
            "type": "year",
            "format": "default",
            "constraints": {
              "required": true,
              "minimum": 1900,
              "maximum": 2050
            }
          },
          {
            "name": "data_formatada",
            "title": "Data Formatada",
            "type": "date",
            "format": "default",
            "constraints": {
              "required": true
            }
          }
        ],
        "missingValues": [
          ""
        ],
        "primaryKey": [
          "id_tempo"
        ]
      },
      "sources": [
        {
          "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
          "table": "dm_tempo_diario"
        }
      ],
      "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.14,
        "errors": [],
        "tasks": [
          {
            "resource": {
              "name": "dm_tempo_diario",
              "title": "Calendário - Dias",
              "path": "data/dm_tempo_diario.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  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": "data_iso",
                    "title": "Data ISO",
                    "type": "date",
                    "format": "%Y%m%d",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "dia",
                    "title": "Dia",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "minimum": 1,
                      "maximum": 31
                    }
                  },
                  {
                    "name": "mes",
                    "title": "Mês",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "minimum": 1,
                      "maximum": 12
                    }
                  },
                  {
                    "name": "ano",
                    "title": "Ano",
                    "type": "year",
                    "format": "default",
                    "constraints": {
                      "required": true,
                      "minimum": 1900,
                      "maximum": 2050
                    }
                  },
                  {
                    "name": "data_formatada",
                    "title": "Data Formatada",
                    "type": "date",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  }
                ],
                "missingValues": [
                  ""
                ],
                "primaryKey": [
                  "id_tempo"
                ]
              },
              "sources": [
                {
                  "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
                  "table": "dm_tempo_diario"
                }
              ],
              "format": "csv",
              "mediatype": "text/csv",
              "encoding": "utf-8-sig",
              "dialect": {
                "delimiter": ";"
              },
              "profile": "tabular-data-resource",
              "scheme": "file",
              "hashing": "md5",
              "compression": "gz",
              "stats": {
                "hash": "72fc8f3e960c9f7d979aae296fa1a93c",
                "bytes": 422039,
                "fields": 6,
                "rows": 55153
              }
            },
            "time": 4.14,
            "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": "6320174b113d3cff3d8cb40674419d40",
                "bytes": 10768,
                "fields": 3,
                "rows": 718
              }
            },
            "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_programa",
      "title": "Programa",
      "path": "data/dm_programa.csv.gz",
      "schema": {
        "fields": [
          {
            "name": "id_programa",
            "title": "Programa - 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": "cd_programa",
            "title": "Programa - Código",
            "description": "Código identificador do objetivo concreto, bem ou serviço que se quer atingir, composto por 3 dígitos.\n",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "minimum": 1,
              "maximum": 999
            },
            "missingValues": [
              "0"
            ]
          },
          {
            "name": "nome",
            "title": "Programa - Descrição",
            "description": "- > \n  Instrumento de organização de ação governamental que integra o planejamento, o orçamento e a gestão. \n  Visa o enfrentamento de um problema, sendo mensurado por indicadores estabelecidos no Plano Plurianula de\n  Ação Governamental.\n  \n  Resulta do reconhecimento de carências, demandas administrativas, sociais e econômicas e de oportunidades.\n",
            "type": "string",
            "format": "default",
            "missingValues": [
              "SEM DESCRICAO"
            ]
          }
        ],
        "missingValues": [
          ""
        ],
        "primaryKey": [
          "id_programa"
        ]
      },
      "sources": [
        {
          "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
          "table": "dm_programa"
        }
      ],
      "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.279,
        "errors": [],
        "tasks": [
          {
            "resource": {
              "name": "dm_programa",
              "title": "Programa",
              "path": "data/dm_programa.csv.gz",
              "schema": {
                "fields": [
                  {
                    "name": "id_programa",
                    "title": "Programa - 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": "cd_programa",
                    "title": "Programa - Código",
                    "description": "Código identificador do objetivo concreto, bem ou serviço que se quer atingir, composto por 3 dígitos.\n",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "minimum": 1,
                      "maximum": 999
                    },
                    "missingValues": [
                      "0"
                    ]
                  },
                  {
                    "name": "nome",
                    "title": "Programa - Descrição",
                    "description": "- > \n  Instrumento de organização de ação governamental que integra o planejamento, o orçamento e a gestão. \n  Visa o enfrentamento de um problema, sendo mensurado por indicadores estabelecidos no Plano Plurianula de\n  Ação Governamental.\n  \n  Resulta do reconhecimento de carências, demandas administrativas, sociais e econômicas e de oportunidades.\n",
                    "type": "string",
                    "format": "default",
                    "missingValues": [
                      "SEM DESCRICAO"
                    ]
                  }
                ],
                "missingValues": [
                  ""
                ],
                "primaryKey": [
                  "id_programa"
                ]
              },
              "sources": [
                {
                  "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
                  "table": "dm_programa"
                }
              ],
              "format": "csv",
              "mediatype": "text/csv",
              "encoding": "utf-8-sig",
              "dialect": {
                "delimiter": ";"
              },
              "profile": "tabular-data-resource",
              "scheme": "file",
              "hashing": "md5",
              "compression": "gz",
              "stats": {
                "hash": "43e34e78f11ddf0af86aacaf5455e3ab",
                "bytes": 65585,
                "fields": 4,
                "rows": 5726
              }
            },
            "time": 0.279,
            "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",
      "title": "Ação Orçamentária",
      "path": "data/dm_acao.csv.gz",
      "schema": {
        "fields": [
          {
            "name": "id_acao",
            "title": "Ação Orçamentária- Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "ano_exercicio",
            "title": "Ano de Exercício",
            "type": "year",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "cd_acao",
            "title": "Ação Orçamentária - Código",
            "type": "string",
            "format": "default",
            "bareNumber": true,
            "missingValues": [
              "0"
            ],
            "constraints": {
              "pattern": "\\d{4}"
            }
          },
          {
            "name": "nome",
            "title": "Ação Orçamentária - Descrição",
            "description": "- >\n  Conjunto de operações limitadas no tempo (projeto), realizadas de modo contínuo e permanente (atividade),\n  de natureza não orçamentária dos quais resulta um produto final (projeto ou não orçamentária), \n  de atuação necessária à manutenção da ação governamental (atividade) ou transferência financeira \n  (operação especial).\n",
            "type": "string",
            "format": "default",
            "missingValues": [
              "SEM DESCRICAO"
            ]
          }
        ],
        "missingValues": [
          ""
        ],
        "primaryKey": [
          "id_acao"
        ]
      },
      "sources": [
        {
          "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
          "table": "dm_acao"
        }
      ],
      "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.934,
        "errors": [],
        "tasks": [
          {
            "resource": {
              "name": "dm_acao",
              "title": "Ação Orçamentária",
              "path": "data/dm_acao.csv.gz",
              "schema": {
                "fields": [
                  {
                    "name": "id_acao",
                    "title": "Ação Orçamentária- Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "ano_exercicio",
                    "title": "Ano de Exercício",
                    "type": "year",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "cd_acao",
                    "title": "Ação Orçamentária - Código",
                    "type": "string",
                    "format": "default",
                    "bareNumber": true,
                    "missingValues": [
                      "0"
                    ],
                    "constraints": {
                      "pattern": "\\d{4}"
                    }
                  },
                  {
                    "name": "nome",
                    "title": "Ação Orçamentária - Descrição",
                    "description": "- >\n  Conjunto de operações limitadas no tempo (projeto), realizadas de modo contínuo e permanente (atividade),\n  de natureza não orçamentária dos quais resulta um produto final (projeto ou não orçamentária), \n  de atuação necessária à manutenção da ação governamental (atividade) ou transferência financeira \n  (operação especial).\n",
                    "type": "string",
                    "format": "default",
                    "missingValues": [
                      "SEM DESCRICAO"
                    ]
                  }
                ],
                "missingValues": [
                  ""
                ],
                "primaryKey": [
                  "id_acao"
                ]
              },
              "sources": [
                {
                  "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
                  "table": "dm_acao"
                }
              ],
              "format": "csv",
              "mediatype": "text/csv",
              "encoding": "utf-8-sig",
              "dialect": {
                "delimiter": ";"
              },
              "profile": "tabular-data-resource",
              "scheme": "file",
              "hashing": "md5",
              "compression": "gz",
              "stats": {
                "hash": "ae42a9988e6cdca3a1153afb7c6b0d52",
                "bytes": 409170,
                "fields": 4,
                "rows": 23599
              }
            },
            "time": 0.934,
            "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_desp_2002",
      "title": "Empenho Despesa 2002",
      "path": "data/dm_empenho_desp_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 do 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": "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.\n",
            "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"
          },
          {
            "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": ""
          },
          {
            "name": "cd_uni_prog_gasto",
            "title": "Código Unidade Programação de Gasto - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "uni_prog_gasto",
            "title": "Unidade Programação de Gasto",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true
            }
          }
        ],
        "missingValues": [
          "SEM DESCRICAO"
        ],
        "primaryKey": [
          "id_empenho"
        ]
      },
      "sources": [
        {
          "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
          "table": "dm_empenho_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": 40.747,
        "errors": [],
        "tasks": [
          {
            "resource": {
              "name": "dm_empenho_desp_2002",
              "title": "Empenho Despesa 2002",
              "path": "data/dm_empenho_desp_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 do 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": "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.\n",
                    "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"
                  },
                  {
                    "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
                    }
                  },
                  {
                    "name": "cd_uni_prog_gasto",
                    "title": "Código Unidade Programação de Gasto - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "uni_prog_gasto",
                    "title": "Unidade Programação de Gasto",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  }
                ],
                "missingValues": [
                  "SEM DESCRICAO"
                ],
                "primaryKey": [
                  "id_empenho"
                ]
              },
              "sources": [
                {
                  "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
                  "table": "dm_empenho_desp"
                }
              ],
              "format": "csv",
              "mediatype": "text/csv",
              "encoding": "utf-8-sig",
              "dialect": {
                "delimiter": ";"
              },
              "profile": "tabular-data-resource",
              "scheme": "file",
              "hashing": "md5",
              "compression": "gz",
              "stats": {
                "hash": "38751c29cc642db1182d26162af0addc",
                "bytes": 8852919,
                "fields": 9,
                "rows": 606150
              }
            },
            "time": 40.747,
            "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_desp_2003",
      "title": "Empenho Despesa 2003",
      "path": "data/dm_empenho_desp_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 do 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": "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.\n",
            "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"
          },
          {
            "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": ""
          },
          {
            "name": "cd_uni_prog_gasto",
            "title": "Código Unidade Programação de Gasto - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "uni_prog_gasto",
            "title": "Unidade Programação de Gasto",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true
            }
          }
        ],
        "missingValues": [
          "SEM DESCRICAO"
        ],
        "primaryKey": [
          "id_empenho"
        ]
      },
      "sources": [
        {
          "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
          "table": "dm_empenho_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": 37.62,
        "errors": [],
        "tasks": [
          {
            "resource": {
              "name": "dm_empenho_desp_2003",
              "title": "Empenho Despesa 2003",
              "path": "data/dm_empenho_desp_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 do 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": "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.\n",
                    "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"
                  },
                  {
                    "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
                    }
                  },
                  {
                    "name": "cd_uni_prog_gasto",
                    "title": "Código Unidade Programação de Gasto - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "uni_prog_gasto",
                    "title": "Unidade Programação de Gasto",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  }
                ],
                "missingValues": [
                  "SEM DESCRICAO"
                ],
                "primaryKey": [
                  "id_empenho"
                ]
              },
              "sources": [
                {
                  "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
                  "table": "dm_empenho_desp"
                }
              ],
              "format": "csv",
              "mediatype": "text/csv",
              "encoding": "utf-8-sig",
              "dialect": {
                "delimiter": ";"
              },
              "profile": "tabular-data-resource",
              "scheme": "file",
              "hashing": "md5",
              "compression": "gz",
              "stats": {
                "hash": "94fa6d239b27030f318f400a5664e3c9",
                "bytes": 8286208,
                "fields": 9,
                "rows": 558038
              }
            },
            "time": 37.62,
            "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_desp_2004",
      "title": "Empenho Despesa 2004",
      "path": "data/dm_empenho_desp_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 do 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": "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.\n",
            "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"
          },
          {
            "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": ""
          },
          {
            "name": "cd_uni_prog_gasto",
            "title": "Código Unidade Programação de Gasto - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "uni_prog_gasto",
            "title": "Unidade Programação de Gasto",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true
            }
          }
        ],
        "missingValues": [
          "SEM DESCRICAO"
        ],
        "primaryKey": [
          "id_empenho"
        ]
      },
      "sources": [
        {
          "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
          "table": "dm_empenho_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": 38.368,
        "errors": [],
        "tasks": [
          {
            "resource": {
              "name": "dm_empenho_desp_2004",
              "title": "Empenho Despesa 2004",
              "path": "data/dm_empenho_desp_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 do 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": "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.\n",
                    "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"
                  },
                  {
                    "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
                    }
                  },
                  {
                    "name": "cd_uni_prog_gasto",
                    "title": "Código Unidade Programação de Gasto - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "uni_prog_gasto",
                    "title": "Unidade Programação de Gasto",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  }
                ],
                "missingValues": [
                  "SEM DESCRICAO"
                ],
                "primaryKey": [
                  "id_empenho"
                ]
              },
              "sources": [
                {
                  "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
                  "table": "dm_empenho_desp"
                }
              ],
              "format": "csv",
              "mediatype": "text/csv",
              "encoding": "utf-8-sig",
              "dialect": {
                "delimiter": ";"
              },
              "profile": "tabular-data-resource",
              "scheme": "file",
              "hashing": "md5",
              "compression": "gz",
              "stats": {
                "hash": "773d15c18e361d18a7d73f367d5d7c64",
                "bytes": 8620336,
                "fields": 9,
                "rows": 573714
              }
            },
            "time": 38.368,
            "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_desp_2005",
      "title": "Empenho Despesa 2005",
      "path": "data/dm_empenho_desp_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 do 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": "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.\n",
            "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"
          },
          {
            "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": ""
          },
          {
            "name": "cd_uni_prog_gasto",
            "title": "Código Unidade Programação de Gasto - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "uni_prog_gasto",
            "title": "Unidade Programação de Gasto",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true
            }
          }
        ],
        "missingValues": [
          "SEM DESCRICAO"
        ],
        "primaryKey": [
          "id_empenho"
        ]
      },
      "sources": [
        {
          "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
          "table": "dm_empenho_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": 42.066,
        "errors": [],
        "tasks": [
          {
            "resource": {
              "name": "dm_empenho_desp_2005",
              "title": "Empenho Despesa 2005",
              "path": "data/dm_empenho_desp_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 do 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": "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.\n",
                    "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"
                  },
                  {
                    "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
                    }
                  },
                  {
                    "name": "cd_uni_prog_gasto",
                    "title": "Código Unidade Programação de Gasto - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "uni_prog_gasto",
                    "title": "Unidade Programação de Gasto",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  }
                ],
                "missingValues": [
                  "SEM DESCRICAO"
                ],
                "primaryKey": [
                  "id_empenho"
                ]
              },
              "sources": [
                {
                  "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
                  "table": "dm_empenho_desp"
                }
              ],
              "format": "csv",
              "mediatype": "text/csv",
              "encoding": "utf-8-sig",
              "dialect": {
                "delimiter": ";"
              },
              "profile": "tabular-data-resource",
              "scheme": "file",
              "hashing": "md5",
              "compression": "gz",
              "stats": {
                "hash": "e38d851281cb36482cb915eef30e3979",
                "bytes": 9537347,
                "fields": 9,
                "rows": 626652
              }
            },
            "time": 42.066,
            "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_desp_2006",
      "title": "Empenho Despesa 2006",
      "path": "data/dm_empenho_desp_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 do 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": "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.\n",
            "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"
          },
          {
            "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": ""
          },
          {
            "name": "cd_uni_prog_gasto",
            "title": "Código Unidade Programação de Gasto - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "uni_prog_gasto",
            "title": "Unidade Programação de Gasto",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true
            }
          }
        ],
        "missingValues": [
          "SEM DESCRICAO"
        ],
        "primaryKey": [
          "id_empenho"
        ]
      },
      "sources": [
        {
          "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
          "table": "dm_empenho_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": 47.056,
        "errors": [],
        "tasks": [
          {
            "resource": {
              "name": "dm_empenho_desp_2006",
              "title": "Empenho Despesa 2006",
              "path": "data/dm_empenho_desp_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 do 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": "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.\n",
                    "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"
                  },
                  {
                    "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
                    }
                  },
                  {
                    "name": "cd_uni_prog_gasto",
                    "title": "Código Unidade Programação de Gasto - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "uni_prog_gasto",
                    "title": "Unidade Programação de Gasto",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  }
                ],
                "missingValues": [
                  "SEM DESCRICAO"
                ],
                "primaryKey": [
                  "id_empenho"
                ]
              },
              "sources": [
                {
                  "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
                  "table": "dm_empenho_desp"
                }
              ],
              "format": "csv",
              "mediatype": "text/csv",
              "encoding": "utf-8-sig",
              "dialect": {
                "delimiter": ";"
              },
              "profile": "tabular-data-resource",
              "scheme": "file",
              "hashing": "md5",
              "compression": "gz",
              "stats": {
                "hash": "2155b1fb8fe5de3b5325c4aca5c9f2f1",
                "bytes": 10643455,
                "fields": 9,
                "rows": 703499
              }
            },
            "time": 47.056,
            "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_desp_2007",
      "title": "Empenho Despesa 2007",
      "path": "data/dm_empenho_desp_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 do 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": "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.\n",
            "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"
          },
          {
            "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": ""
          },
          {
            "name": "cd_uni_prog_gasto",
            "title": "Código Unidade Programação de Gasto - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "uni_prog_gasto",
            "title": "Unidade Programação de Gasto",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true
            }
          }
        ],
        "missingValues": [
          "SEM DESCRICAO"
        ],
        "primaryKey": [
          "id_empenho"
        ]
      },
      "sources": [
        {
          "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
          "table": "dm_empenho_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": 48.684,
        "errors": [],
        "tasks": [
          {
            "resource": {
              "name": "dm_empenho_desp_2007",
              "title": "Empenho Despesa 2007",
              "path": "data/dm_empenho_desp_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 do 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": "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.\n",
                    "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"
                  },
                  {
                    "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
                    }
                  },
                  {
                    "name": "cd_uni_prog_gasto",
                    "title": "Código Unidade Programação de Gasto - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "uni_prog_gasto",
                    "title": "Unidade Programação de Gasto",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  }
                ],
                "missingValues": [
                  "SEM DESCRICAO"
                ],
                "primaryKey": [
                  "id_empenho"
                ]
              },
              "sources": [
                {
                  "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
                  "table": "dm_empenho_desp"
                }
              ],
              "format": "csv",
              "mediatype": "text/csv",
              "encoding": "utf-8-sig",
              "dialect": {
                "delimiter": ";"
              },
              "profile": "tabular-data-resource",
              "scheme": "file",
              "hashing": "md5",
              "compression": "gz",
              "stats": {
                "hash": "c7a43c77bbec94c51b59a3d18ec76155",
                "bytes": 11115598,
                "fields": 9,
                "rows": 722089
              }
            },
            "time": 48.684,
            "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_desp_2008",
      "title": "Empenho Despesa 2008",
      "path": "data/dm_empenho_desp_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 do 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": "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.\n",
            "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"
          },
          {
            "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": ""
          },
          {
            "name": "cd_uni_prog_gasto",
            "title": "Código Unidade Programação de Gasto - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "uni_prog_gasto",
            "title": "Unidade Programação de Gasto",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true
            }
          }
        ],
        "missingValues": [
          "SEM DESCRICAO"
        ],
        "primaryKey": [
          "id_empenho"
        ]
      },
      "sources": [
        {
          "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
          "table": "dm_empenho_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": 61.838,
        "errors": [],
        "tasks": [
          {
            "resource": {
              "name": "dm_empenho_desp_2008",
              "title": "Empenho Despesa 2008",
              "path": "data/dm_empenho_desp_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 do 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": "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.\n",
                    "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"
                  },
                  {
                    "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
                    }
                  },
                  {
                    "name": "cd_uni_prog_gasto",
                    "title": "Código Unidade Programação de Gasto - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "uni_prog_gasto",
                    "title": "Unidade Programação de Gasto",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  }
                ],
                "missingValues": [
                  "SEM DESCRICAO"
                ],
                "primaryKey": [
                  "id_empenho"
                ]
              },
              "sources": [
                {
                  "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
                  "table": "dm_empenho_desp"
                }
              ],
              "format": "csv",
              "mediatype": "text/csv",
              "encoding": "utf-8-sig",
              "dialect": {
                "delimiter": ";"
              },
              "profile": "tabular-data-resource",
              "scheme": "file",
              "hashing": "md5",
              "compression": "gz",
              "stats": {
                "hash": "db379b0850b4bb067d8791d9427575ee",
                "bytes": 14195363,
                "fields": 9,
                "rows": 918825
              }
            },
            "time": 61.838,
            "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_desp_2009",
      "title": "Empenho Despesa 2009",
      "path": "data/dm_empenho_desp_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 do 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": "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.\n",
            "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"
          },
          {
            "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": ""
          },
          {
            "name": "cd_uni_prog_gasto",
            "title": "Código Unidade Programação de Gasto - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "uni_prog_gasto",
            "title": "Unidade Programação de Gasto",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true
            }
          }
        ],
        "missingValues": [
          "SEM DESCRICAO"
        ],
        "primaryKey": [
          "id_empenho"
        ]
      },
      "sources": [
        {
          "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
          "table": "dm_empenho_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": 57.177,
        "errors": [],
        "tasks": [
          {
            "resource": {
              "name": "dm_empenho_desp_2009",
              "title": "Empenho Despesa 2009",
              "path": "data/dm_empenho_desp_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 do 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": "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.\n",
                    "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"
                  },
                  {
                    "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
                    }
                  },
                  {
                    "name": "cd_uni_prog_gasto",
                    "title": "Código Unidade Programação de Gasto - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "uni_prog_gasto",
                    "title": "Unidade Programação de Gasto",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  }
                ],
                "missingValues": [
                  "SEM DESCRICAO"
                ],
                "primaryKey": [
                  "id_empenho"
                ]
              },
              "sources": [
                {
                  "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
                  "table": "dm_empenho_desp"
                }
              ],
              "format": "csv",
              "mediatype": "text/csv",
              "encoding": "utf-8-sig",
              "dialect": {
                "delimiter": ";"
              },
              "profile": "tabular-data-resource",
              "scheme": "file",
              "hashing": "md5",
              "compression": "gz",
              "stats": {
                "hash": "df05f4103b5252c564c216fb531a0cd7",
                "bytes": 12647119,
                "fields": 9,
                "rows": 846895
              }
            },
            "time": 57.177,
            "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_desp_2010",
      "title": "Empenho Despesa 2010",
      "path": "data/dm_empenho_desp_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 do 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": "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.\n",
            "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"
          },
          {
            "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": ""
          },
          {
            "name": "cd_uni_prog_gasto",
            "title": "Código Unidade Programação de Gasto - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "uni_prog_gasto",
            "title": "Unidade Programação de Gasto",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true
            }
          }
        ],
        "missingValues": [
          "SEM DESCRICAO"
        ],
        "primaryKey": [
          "id_empenho"
        ]
      },
      "sources": [
        {
          "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
          "table": "dm_empenho_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": 50.58,
        "errors": [],
        "tasks": [
          {
            "resource": {
              "name": "dm_empenho_desp_2010",
              "title": "Empenho Despesa 2010",
              "path": "data/dm_empenho_desp_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 do 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": "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.\n",
                    "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"
                  },
                  {
                    "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
                    }
                  },
                  {
                    "name": "cd_uni_prog_gasto",
                    "title": "Código Unidade Programação de Gasto - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "uni_prog_gasto",
                    "title": "Unidade Programação de Gasto",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  }
                ],
                "missingValues": [
                  "SEM DESCRICAO"
                ],
                "primaryKey": [
                  "id_empenho"
                ]
              },
              "sources": [
                {
                  "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
                  "table": "dm_empenho_desp"
                }
              ],
              "format": "csv",
              "mediatype": "text/csv",
              "encoding": "utf-8-sig",
              "dialect": {
                "delimiter": ";"
              },
              "profile": "tabular-data-resource",
              "scheme": "file",
              "hashing": "md5",
              "compression": "gz",
              "stats": {
                "hash": "968f9e85d5992032c99027a6b55c8699",
                "bytes": 11519445,
                "fields": 9,
                "rows": 745751
              }
            },
            "time": 50.58,
            "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_desp_2011",
      "title": "Empenho Despesa 2011",
      "path": "data/dm_empenho_desp_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 do 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": "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.\n",
            "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"
          },
          {
            "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": ""
          },
          {
            "name": "cd_uni_prog_gasto",
            "title": "Código Unidade Programação de Gasto - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "uni_prog_gasto",
            "title": "Unidade Programação de Gasto",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true
            }
          }
        ],
        "missingValues": [
          "SEM DESCRICAO"
        ],
        "primaryKey": [
          "id_empenho"
        ]
      },
      "sources": [
        {
          "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
          "table": "dm_empenho_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": 52.526,
        "errors": [],
        "tasks": [
          {
            "resource": {
              "name": "dm_empenho_desp_2011",
              "title": "Empenho Despesa 2011",
              "path": "data/dm_empenho_desp_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 do 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": "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.\n",
                    "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"
                  },
                  {
                    "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
                    }
                  },
                  {
                    "name": "cd_uni_prog_gasto",
                    "title": "Código Unidade Programação de Gasto - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "uni_prog_gasto",
                    "title": "Unidade Programação de Gasto",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  }
                ],
                "missingValues": [
                  "SEM DESCRICAO"
                ],
                "primaryKey": [
                  "id_empenho"
                ]
              },
              "sources": [
                {
                  "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
                  "table": "dm_empenho_desp"
                }
              ],
              "format": "csv",
              "mediatype": "text/csv",
              "encoding": "utf-8-sig",
              "dialect": {
                "delimiter": ";"
              },
              "profile": "tabular-data-resource",
              "scheme": "file",
              "hashing": "md5",
              "compression": "gz",
              "stats": {
                "hash": "086302e510f921f58e83ae8c788df876",
                "bytes": 13919150,
                "fields": 9,
                "rows": 773698
              }
            },
            "time": 52.526,
            "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_desp_2012",
      "title": "Empenho Despesa 2012",
      "path": "data/dm_empenho_desp_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 do 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": "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.\n",
            "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"
          },
          {
            "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": ""
          },
          {
            "name": "cd_uni_prog_gasto",
            "title": "Código Unidade Programação de Gasto - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "uni_prog_gasto",
            "title": "Unidade Programação de Gasto",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true
            }
          }
        ],
        "missingValues": [
          "SEM DESCRICAO"
        ],
        "primaryKey": [
          "id_empenho"
        ]
      },
      "sources": [
        {
          "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
          "table": "dm_empenho_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": 63.787,
        "errors": [],
        "tasks": [
          {
            "resource": {
              "name": "dm_empenho_desp_2012",
              "title": "Empenho Despesa 2012",
              "path": "data/dm_empenho_desp_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 do 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": "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.\n",
                    "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"
                  },
                  {
                    "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
                    }
                  },
                  {
                    "name": "cd_uni_prog_gasto",
                    "title": "Código Unidade Programação de Gasto - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "uni_prog_gasto",
                    "title": "Unidade Programação de Gasto",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  }
                ],
                "missingValues": [
                  "SEM DESCRICAO"
                ],
                "primaryKey": [
                  "id_empenho"
                ]
              },
              "sources": [
                {
                  "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
                  "table": "dm_empenho_desp"
                }
              ],
              "format": "csv",
              "mediatype": "text/csv",
              "encoding": "utf-8-sig",
              "dialect": {
                "delimiter": ";"
              },
              "profile": "tabular-data-resource",
              "scheme": "file",
              "hashing": "md5",
              "compression": "gz",
              "stats": {
                "hash": "cb20c538ca838c8cfa9e4e45e12b758e",
                "bytes": 17249545,
                "fields": 9,
                "rows": 950127
              }
            },
            "time": 63.787,
            "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_desp_2013",
      "title": "Empenho Despesa 2013",
      "path": "data/dm_empenho_desp_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 do 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": "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.\n",
            "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"
          },
          {
            "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": ""
          },
          {
            "name": "cd_uni_prog_gasto",
            "title": "Código Unidade Programação de Gasto - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "uni_prog_gasto",
            "title": "Unidade Programação de Gasto",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true
            }
          }
        ],
        "missingValues": [
          "SEM DESCRICAO"
        ],
        "primaryKey": [
          "id_empenho"
        ]
      },
      "sources": [
        {
          "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
          "table": "dm_empenho_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": 61.871,
        "errors": [],
        "tasks": [
          {
            "resource": {
              "name": "dm_empenho_desp_2013",
              "title": "Empenho Despesa 2013",
              "path": "data/dm_empenho_desp_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 do 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": "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.\n",
                    "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"
                  },
                  {
                    "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
                    }
                  },
                  {
                    "name": "cd_uni_prog_gasto",
                    "title": "Código Unidade Programação de Gasto - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "uni_prog_gasto",
                    "title": "Unidade Programação de Gasto",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  }
                ],
                "missingValues": [
                  "SEM DESCRICAO"
                ],
                "primaryKey": [
                  "id_empenho"
                ]
              },
              "sources": [
                {
                  "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
                  "table": "dm_empenho_desp"
                }
              ],
              "format": "csv",
              "mediatype": "text/csv",
              "encoding": "utf-8-sig",
              "dialect": {
                "delimiter": ";"
              },
              "profile": "tabular-data-resource",
              "scheme": "file",
              "hashing": "md5",
              "compression": "gz",
              "stats": {
                "hash": "4db6281f9f9f095f200cde8de82b5379",
                "bytes": 16083686,
                "fields": 9,
                "rows": 912732
              }
            },
            "time": 61.871,
            "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_desp_2014",
      "title": "Empenho Despesa 2014",
      "path": "data/dm_empenho_desp_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 do 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": "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.\n",
            "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"
          },
          {
            "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": ""
          },
          {
            "name": "cd_uni_prog_gasto",
            "title": "Código Unidade Programação de Gasto - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "uni_prog_gasto",
            "title": "Unidade Programação de Gasto",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true
            }
          }
        ],
        "missingValues": [
          "SEM DESCRICAO"
        ],
        "primaryKey": [
          "id_empenho"
        ]
      },
      "sources": [
        {
          "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
          "table": "dm_empenho_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": 48.635,
        "errors": [],
        "tasks": [
          {
            "resource": {
              "name": "dm_empenho_desp_2014",
              "title": "Empenho Despesa 2014",
              "path": "data/dm_empenho_desp_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 do 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": "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.\n",
                    "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"
                  },
                  {
                    "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
                    }
                  },
                  {
                    "name": "cd_uni_prog_gasto",
                    "title": "Código Unidade Programação de Gasto - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "uni_prog_gasto",
                    "title": "Unidade Programação de Gasto",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  }
                ],
                "missingValues": [
                  "SEM DESCRICAO"
                ],
                "primaryKey": [
                  "id_empenho"
                ]
              },
              "sources": [
                {
                  "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
                  "table": "dm_empenho_desp"
                }
              ],
              "format": "csv",
              "mediatype": "text/csv",
              "encoding": "utf-8-sig",
              "dialect": {
                "delimiter": ";"
              },
              "profile": "tabular-data-resource",
              "scheme": "file",
              "hashing": "md5",
              "compression": "gz",
              "stats": {
                "hash": "bb12a32654a171feb60f0bc10b874a83",
                "bytes": 12491664,
                "fields": 9,
                "rows": 713494
              }
            },
            "time": 48.635,
            "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_desp_2015",
      "title": "Empenho Despesa 2015",
      "path": "data/dm_empenho_desp_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 do 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": "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.\n",
            "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"
          },
          {
            "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": ""
          },
          {
            "name": "cd_uni_prog_gasto",
            "title": "Código Unidade Programação de Gasto - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "uni_prog_gasto",
            "title": "Unidade Programação de Gasto",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true
            }
          }
        ],
        "missingValues": [
          "SEM DESCRICAO"
        ],
        "primaryKey": [
          "id_empenho"
        ]
      },
      "sources": [
        {
          "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
          "table": "dm_empenho_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": 44.974,
        "errors": [],
        "tasks": [
          {
            "resource": {
              "name": "dm_empenho_desp_2015",
              "title": "Empenho Despesa 2015",
              "path": "data/dm_empenho_desp_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 do 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": "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.\n",
                    "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"
                  },
                  {
                    "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
                    }
                  },
                  {
                    "name": "cd_uni_prog_gasto",
                    "title": "Código Unidade Programação de Gasto - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "uni_prog_gasto",
                    "title": "Unidade Programação de Gasto",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  }
                ],
                "missingValues": [
                  "SEM DESCRICAO"
                ],
                "primaryKey": [
                  "id_empenho"
                ]
              },
              "sources": [
                {
                  "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
                  "table": "dm_empenho_desp"
                }
              ],
              "format": "csv",
              "mediatype": "text/csv",
              "encoding": "utf-8-sig",
              "dialect": {
                "delimiter": ";"
              },
              "profile": "tabular-data-resource",
              "scheme": "file",
              "hashing": "md5",
              "compression": "gz",
              "stats": {
                "hash": "060dc31ea77c2e2d6ae1b1034554ac79",
                "bytes": 11783304,
                "fields": 9,
                "rows": 667858
              }
            },
            "time": 44.974,
            "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_desp_2016",
      "title": "Empenho Despesa 2016",
      "path": "data/dm_empenho_desp_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 do 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": "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.\n",
            "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"
          },
          {
            "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": ""
          },
          {
            "name": "cd_uni_prog_gasto",
            "title": "Código Unidade Programação de Gasto - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "uni_prog_gasto",
            "title": "Unidade Programação de Gasto",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true
            }
          }
        ],
        "missingValues": [
          "SEM DESCRICAO"
        ],
        "primaryKey": [
          "id_empenho"
        ]
      },
      "sources": [
        {
          "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
          "table": "dm_empenho_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": 36.877,
        "errors": [],
        "tasks": [
          {
            "resource": {
              "name": "dm_empenho_desp_2016",
              "title": "Empenho Despesa 2016",
              "path": "data/dm_empenho_desp_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 do 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": "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.\n",
                    "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"
                  },
                  {
                    "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
                    }
                  },
                  {
                    "name": "cd_uni_prog_gasto",
                    "title": "Código Unidade Programação de Gasto - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "uni_prog_gasto",
                    "title": "Unidade Programação de Gasto",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  }
                ],
                "missingValues": [
                  "SEM DESCRICAO"
                ],
                "primaryKey": [
                  "id_empenho"
                ]
              },
              "sources": [
                {
                  "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
                  "table": "dm_empenho_desp"
                }
              ],
              "format": "csv",
              "mediatype": "text/csv",
              "encoding": "utf-8-sig",
              "dialect": {
                "delimiter": ";"
              },
              "profile": "tabular-data-resource",
              "scheme": "file",
              "hashing": "md5",
              "compression": "gz",
              "stats": {
                "hash": "988d3551124d68d14e635cdad3900c4d",
                "bytes": 9581871,
                "fields": 9,
                "rows": 542617
              }
            },
            "time": 36.877,
            "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_desp_2017",
      "title": "Empenho Despesa 2017",
      "path": "data/dm_empenho_desp_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 do 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": "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.\n",
            "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"
          },
          {
            "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": ""
          },
          {
            "name": "cd_uni_prog_gasto",
            "title": "Código Unidade Programação de Gasto - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "uni_prog_gasto",
            "title": "Unidade Programação de Gasto",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true
            }
          }
        ],
        "missingValues": [
          "SEM DESCRICAO"
        ],
        "primaryKey": [
          "id_empenho"
        ]
      },
      "sources": [
        {
          "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
          "table": "dm_empenho_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": 24.402,
        "errors": [],
        "tasks": [
          {
            "resource": {
              "name": "dm_empenho_desp_2017",
              "title": "Empenho Despesa 2017",
              "path": "data/dm_empenho_desp_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 do 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": "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.\n",
                    "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"
                  },
                  {
                    "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
                    }
                  },
                  {
                    "name": "cd_uni_prog_gasto",
                    "title": "Código Unidade Programação de Gasto - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "uni_prog_gasto",
                    "title": "Unidade Programação de Gasto",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  }
                ],
                "missingValues": [
                  "SEM DESCRICAO"
                ],
                "primaryKey": [
                  "id_empenho"
                ]
              },
              "sources": [
                {
                  "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
                  "table": "dm_empenho_desp"
                }
              ],
              "format": "csv",
              "mediatype": "text/csv",
              "encoding": "utf-8-sig",
              "dialect": {
                "delimiter": ";"
              },
              "profile": "tabular-data-resource",
              "scheme": "file",
              "hashing": "md5",
              "compression": "gz",
              "stats": {
                "hash": "193f10ab6abfdb2369ce2c4466698454",
                "bytes": 6153999,
                "fields": 9,
                "rows": 361712
              }
            },
            "time": 24.402,
            "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_desp_2018",
      "title": "Empenho Despesa 2018",
      "path": "data/dm_empenho_desp_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 do 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": "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.\n",
            "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"
          },
          {
            "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": ""
          },
          {
            "name": "cd_uni_prog_gasto",
            "title": "Código Unidade Programação de Gasto - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "uni_prog_gasto",
            "title": "Unidade Programação de Gasto",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true
            }
          }
        ],
        "missingValues": [
          "SEM DESCRICAO"
        ],
        "primaryKey": [
          "id_empenho"
        ]
      },
      "sources": [
        {
          "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
          "table": "dm_empenho_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": 17.178,
        "errors": [],
        "tasks": [
          {
            "resource": {
              "name": "dm_empenho_desp_2018",
              "title": "Empenho Despesa 2018",
              "path": "data/dm_empenho_desp_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 do 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": "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.\n",
                    "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"
                  },
                  {
                    "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
                    }
                  },
                  {
                    "name": "cd_uni_prog_gasto",
                    "title": "Código Unidade Programação de Gasto - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "uni_prog_gasto",
                    "title": "Unidade Programação de Gasto",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  }
                ],
                "missingValues": [
                  "SEM DESCRICAO"
                ],
                "primaryKey": [
                  "id_empenho"
                ]
              },
              "sources": [
                {
                  "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
                  "table": "dm_empenho_desp"
                }
              ],
              "format": "csv",
              "mediatype": "text/csv",
              "encoding": "utf-8-sig",
              "dialect": {
                "delimiter": ";"
              },
              "profile": "tabular-data-resource",
              "scheme": "file",
              "hashing": "md5",
              "compression": "gz",
              "stats": {
                "hash": "35b108c85291aaa74d3f50cec92dbc57",
                "bytes": 4204786,
                "fields": 9,
                "rows": 256397
              }
            },
            "time": 17.178,
            "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_desp_2019",
      "title": "Empenho Despesa 2019",
      "path": "data/dm_empenho_desp_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 do 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": "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.\n",
            "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"
          },
          {
            "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": ""
          },
          {
            "name": "cd_uni_prog_gasto",
            "title": "Código Unidade Programação de Gasto - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "uni_prog_gasto",
            "title": "Unidade Programação de Gasto",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true
            }
          }
        ],
        "missingValues": [
          "SEM DESCRICAO"
        ],
        "primaryKey": [
          "id_empenho"
        ]
      },
      "sources": [
        {
          "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
          "table": "dm_empenho_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": 21.676,
        "errors": [],
        "tasks": [
          {
            "resource": {
              "name": "dm_empenho_desp_2019",
              "title": "Empenho Despesa 2019",
              "path": "data/dm_empenho_desp_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 do 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": "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.\n",
                    "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"
                  },
                  {
                    "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
                    }
                  },
                  {
                    "name": "cd_uni_prog_gasto",
                    "title": "Código Unidade Programação de Gasto - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "uni_prog_gasto",
                    "title": "Unidade Programação de Gasto",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  }
                ],
                "missingValues": [
                  "SEM DESCRICAO"
                ],
                "primaryKey": [
                  "id_empenho"
                ]
              },
              "sources": [
                {
                  "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
                  "table": "dm_empenho_desp"
                }
              ],
              "format": "csv",
              "mediatype": "text/csv",
              "encoding": "utf-8-sig",
              "dialect": {
                "delimiter": ";"
              },
              "profile": "tabular-data-resource",
              "scheme": "file",
              "hashing": "md5",
              "compression": "gz",
              "stats": {
                "hash": "95d42b5734be71705063724df770d9f8",
                "bytes": 5239574,
                "fields": 9,
                "rows": 319748
              }
            },
            "time": 21.676,
            "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_desp_2020",
      "title": "Empenho Despesa 2020",
      "path": "data/dm_empenho_desp_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 do 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": "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.\n",
            "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"
          },
          {
            "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": ""
          },
          {
            "name": "cd_uni_prog_gasto",
            "title": "Código Unidade Programação de Gasto - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "uni_prog_gasto",
            "title": "Unidade Programação de Gasto",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true
            }
          }
        ],
        "missingValues": [
          "SEM DESCRICAO"
        ],
        "primaryKey": [
          "id_empenho"
        ]
      },
      "sources": [
        {
          "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
          "table": "dm_empenho_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": 18.863,
        "errors": [],
        "tasks": [
          {
            "resource": {
              "name": "dm_empenho_desp_2020",
              "title": "Empenho Despesa 2020",
              "path": "data/dm_empenho_desp_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 do 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": "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.\n",
                    "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"
                  },
                  {
                    "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
                    }
                  },
                  {
                    "name": "cd_uni_prog_gasto",
                    "title": "Código Unidade Programação de Gasto - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "uni_prog_gasto",
                    "title": "Unidade Programação de Gasto",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  }
                ],
                "missingValues": [
                  "SEM DESCRICAO"
                ],
                "primaryKey": [
                  "id_empenho"
                ]
              },
              "sources": [
                {
                  "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
                  "table": "dm_empenho_desp"
                }
              ],
              "format": "csv",
              "mediatype": "text/csv",
              "encoding": "utf-8-sig",
              "dialect": {
                "delimiter": ";"
              },
              "profile": "tabular-data-resource",
              "scheme": "file",
              "hashing": "md5",
              "compression": "gz",
              "stats": {
                "hash": "79f03ddf8f371b58ef18718ba4dfe7da",
                "bytes": 4749902,
                "fields": 9,
                "rows": 274874
              }
            },
            "time": 18.863,
            "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_desp_2021",
      "title": "Empenho Despesa 2021",
      "path": "data/dm_empenho_desp_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 do 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": "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.\n",
            "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"
          },
          {
            "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": ""
          },
          {
            "name": "cd_uni_prog_gasto",
            "title": "Código Unidade Programação de Gasto - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "uni_prog_gasto",
            "title": "Unidade Programação de Gasto",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true
            }
          }
        ],
        "missingValues": [
          "SEM DESCRICAO"
        ],
        "primaryKey": [
          "id_empenho"
        ]
      },
      "sources": [
        {
          "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
          "table": "dm_empenho_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": 23.8,
        "errors": [],
        "tasks": [
          {
            "resource": {
              "name": "dm_empenho_desp_2021",
              "title": "Empenho Despesa 2021",
              "path": "data/dm_empenho_desp_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 do 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": "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.\n",
                    "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"
                  },
                  {
                    "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
                    }
                  },
                  {
                    "name": "cd_uni_prog_gasto",
                    "title": "Código Unidade Programação de Gasto - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "uni_prog_gasto",
                    "title": "Unidade Programação de Gasto",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  }
                ],
                "missingValues": [
                  "SEM DESCRICAO"
                ],
                "primaryKey": [
                  "id_empenho"
                ]
              },
              "sources": [
                {
                  "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
                  "table": "dm_empenho_desp"
                }
              ],
              "format": "csv",
              "mediatype": "text/csv",
              "encoding": "utf-8-sig",
              "dialect": {
                "delimiter": ";"
              },
              "profile": "tabular-data-resource",
              "scheme": "file",
              "hashing": "md5",
              "compression": "gz",
              "stats": {
                "hash": "9c3015b719519a1ba64115dd78390baa",
                "bytes": 6531669,
                "fields": 9,
                "rows": 348795
              }
            },
            "time": 23.8,
            "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_desp_2022",
      "title": "Empenho Despesa 2022",
      "path": "data/dm_empenho_desp_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 do 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": "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.\n",
            "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"
          },
          {
            "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": ""
          },
          {
            "name": "cd_uni_prog_gasto",
            "title": "Código Unidade Programação de Gasto - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "uni_prog_gasto",
            "title": "Unidade Programação de Gasto",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true
            }
          }
        ],
        "missingValues": [
          "SEM DESCRICAO"
        ],
        "primaryKey": [
          "id_empenho"
        ]
      },
      "sources": [
        {
          "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
          "table": "dm_empenho_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": 30.044,
        "errors": [],
        "tasks": [
          {
            "resource": {
              "name": "dm_empenho_desp_2022",
              "title": "Empenho Despesa 2022",
              "path": "data/dm_empenho_desp_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 do 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": "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.\n",
                    "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"
                  },
                  {
                    "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
                    }
                  },
                  {
                    "name": "cd_uni_prog_gasto",
                    "title": "Código Unidade Programação de Gasto - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "uni_prog_gasto",
                    "title": "Unidade Programação de Gasto",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  }
                ],
                "missingValues": [
                  "SEM DESCRICAO"
                ],
                "primaryKey": [
                  "id_empenho"
                ]
              },
              "sources": [
                {
                  "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
                  "table": "dm_empenho_desp"
                }
              ],
              "format": "csv",
              "mediatype": "text/csv",
              "encoding": "utf-8-sig",
              "dialect": {
                "delimiter": ";"
              },
              "profile": "tabular-data-resource",
              "scheme": "file",
              "hashing": "md5",
              "compression": "gz",
              "stats": {
                "hash": "c326f0c1eac6f1c79e7c8b661c281865",
                "bytes": 7851690,
                "fields": 9,
                "rows": 439655
              }
            },
            "time": 30.044,
            "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_desp_2023",
      "title": "Empenho Despesa 2023",
      "path": "data/dm_empenho_desp_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 do 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": "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.\n",
            "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"
          },
          {
            "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": ""
          },
          {
            "name": "cd_uni_prog_gasto",
            "title": "Código Unidade Programação de Gasto - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "uni_prog_gasto",
            "title": "Unidade Programação de Gasto",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true
            }
          }
        ],
        "missingValues": [
          "SEM DESCRICAO"
        ],
        "primaryKey": [
          "id_empenho"
        ]
      },
      "sources": [
        {
          "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
          "table": "dm_empenho_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": 30.676,
        "errors": [],
        "tasks": [
          {
            "resource": {
              "name": "dm_empenho_desp_2023",
              "title": "Empenho Despesa 2023",
              "path": "data/dm_empenho_desp_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 do 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": "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.\n",
                    "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"
                  },
                  {
                    "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
                    }
                  },
                  {
                    "name": "cd_uni_prog_gasto",
                    "title": "Código Unidade Programação de Gasto - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "uni_prog_gasto",
                    "title": "Unidade Programação de Gasto",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  }
                ],
                "missingValues": [
                  "SEM DESCRICAO"
                ],
                "primaryKey": [
                  "id_empenho"
                ]
              },
              "sources": [
                {
                  "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
                  "table": "dm_empenho_desp"
                }
              ],
              "format": "csv",
              "mediatype": "text/csv",
              "encoding": "utf-8-sig",
              "dialect": {
                "delimiter": ";"
              },
              "profile": "tabular-data-resource",
              "scheme": "file",
              "hashing": "md5",
              "compression": "gz",
              "stats": {
                "hash": "c8fc77a0fa53120dbc1e53ced74788d9",
                "bytes": 7839167,
                "fields": 9,
                "rows": 449239
              }
            },
            "time": 30.676,
            "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_desp_2024",
      "title": "Empenho Despesa 2024",
      "path": "data/dm_empenho_desp_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 do 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": "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.\n",
            "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"
          },
          {
            "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": ""
          },
          {
            "name": "cd_uni_prog_gasto",
            "title": "Código Unidade Programação de Gasto - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "uni_prog_gasto",
            "title": "Unidade Programação de Gasto",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true
            }
          }
        ],
        "missingValues": [
          "SEM DESCRICAO"
        ],
        "primaryKey": [
          "id_empenho"
        ]
      },
      "sources": [
        {
          "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
          "table": "dm_empenho_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": 38.673,
        "errors": [],
        "tasks": [
          {
            "resource": {
              "name": "dm_empenho_desp_2024",
              "title": "Empenho Despesa 2024",
              "path": "data/dm_empenho_desp_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 do 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": "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.\n",
                    "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"
                  },
                  {
                    "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
                    }
                  },
                  {
                    "name": "cd_uni_prog_gasto",
                    "title": "Código Unidade Programação de Gasto - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "uni_prog_gasto",
                    "title": "Unidade Programação de Gasto",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  }
                ],
                "missingValues": [
                  "SEM DESCRICAO"
                ],
                "primaryKey": [
                  "id_empenho"
                ]
              },
              "sources": [
                {
                  "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
                  "table": "dm_empenho_desp"
                }
              ],
              "format": "csv",
              "mediatype": "text/csv",
              "encoding": "utf-8-sig",
              "dialect": {
                "delimiter": ";"
              },
              "profile": "tabular-data-resource",
              "scheme": "file",
              "hashing": "md5",
              "compression": "gz",
              "stats": {
                "hash": "c4c020f9a972de495f9f746e95c81e76",
                "bytes": 9558137,
                "fields": 9,
                "rows": 570273
              }
            },
            "time": 38.673,
            "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_desp_2025",
      "title": "Empenho Despesa 2025",
      "path": "data/dm_empenho_desp_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 do 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": "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.\n",
            "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"
          },
          {
            "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": ""
          },
          {
            "name": "cd_uni_prog_gasto",
            "title": "Código Unidade Programação de Gasto - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "uni_prog_gasto",
            "title": "Unidade Programação de Gasto",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true
            }
          }
        ],
        "missingValues": [
          "SEM DESCRICAO"
        ],
        "primaryKey": [
          "id_empenho"
        ]
      },
      "sources": [
        {
          "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
          "table": "dm_empenho_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": 33.636,
        "errors": [],
        "tasks": [
          {
            "resource": {
              "name": "dm_empenho_desp_2025",
              "title": "Empenho Despesa 2025",
              "path": "data/dm_empenho_desp_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 do 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": "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.\n",
                    "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"
                  },
                  {
                    "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
                    }
                  },
                  {
                    "name": "cd_uni_prog_gasto",
                    "title": "Código Unidade Programação de Gasto - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "uni_prog_gasto",
                    "title": "Unidade Programação de Gasto",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  }
                ],
                "missingValues": [
                  "SEM DESCRICAO"
                ],
                "primaryKey": [
                  "id_empenho"
                ]
              },
              "sources": [
                {
                  "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
                  "table": "dm_empenho_desp"
                }
              ],
              "format": "csv",
              "mediatype": "text/csv",
              "encoding": "utf-8-sig",
              "dialect": {
                "delimiter": ";"
              },
              "profile": "tabular-data-resource",
              "scheme": "file",
              "hashing": "md5",
              "compression": "gz",
              "stats": {
                "hash": "74e51c3b628c6eb2467baa2d83defb76",
                "bytes": 9912087,
                "fields": 9,
                "rows": 495302
              }
            },
            "time": 33.636,
            "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_desp_2026",
      "title": "Empenho Despesa 2026",
      "path": "data/dm_empenho_desp_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 do 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": "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.\n",
            "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"
          },
          {
            "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": ""
          },
          {
            "name": "cd_uni_prog_gasto",
            "title": "Código Unidade Programação de Gasto - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "uni_prog_gasto",
            "title": "Unidade Programação de Gasto",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true
            }
          }
        ],
        "missingValues": [
          "SEM DESCRICAO"
        ],
        "primaryKey": [
          "id_empenho"
        ]
      },
      "sources": [
        {
          "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
          "table": "dm_empenho_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": 16.4,
        "errors": [],
        "tasks": [
          {
            "resource": {
              "name": "dm_empenho_desp_2026",
              "title": "Empenho Despesa 2026",
              "path": "data/dm_empenho_desp_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 do 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": "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.\n",
                    "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"
                  },
                  {
                    "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
                    }
                  },
                  {
                    "name": "cd_uni_prog_gasto",
                    "title": "Código Unidade Programação de Gasto - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "uni_prog_gasto",
                    "title": "Unidade Programação de Gasto",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  }
                ],
                "missingValues": [
                  "SEM DESCRICAO"
                ],
                "primaryKey": [
                  "id_empenho"
                ]
              },
              "sources": [
                {
                  "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
                  "table": "dm_empenho_desp"
                }
              ],
              "format": "csv",
              "mediatype": "text/csv",
              "encoding": "utf-8-sig",
              "dialect": {
                "delimiter": ";"
              },
              "profile": "tabular-data-resource",
              "scheme": "file",
              "hashing": "md5",
              "compression": "gz",
              "stats": {
                "hash": "e47dd0006159d4ba5ae21ed18bf57a7d",
                "bytes": 4375564,
                "fields": 9,
                "rows": 241541
              }
            },
            "time": 16.4,
            "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.01,
        "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": "be55951aff8a1ac374d6b513828d517a",
                "bytes": 24891378,
                "fields": 4,
                "rows": 1434695
              }
            },
            "time": 49.01,
            "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_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.047,
        "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.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": [
              {
                "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_diarias_2002",
      "title": "Diárias 2002",
      "path": "data/ft_diarias_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_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_programa",
            "title": "Programa - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_acao",
            "title": "Ação Orçamentária - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "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,
              "unique": false
            }
          },
          {
            "name": "tp_operacao",
            "title": "Tipo Operação",
            "type": "string",
            "format": "default",
            "constraints": {
              "enum": [
                "1",
                "2"
              ]
            }
          },
          {
            "name": "cd_documento",
            "title": "Documento - Código",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "cd_evento",
            "title": "Evento - Código",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "dt_anomes",
            "title": "Ano e Mês",
            "type": "string",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "pattern": "\\d{6}"
            },
            "notes": [
              "O tipo yearmonth somente aceita representação YYYY-MM (ie. com hífen)"
            ]
          },
          {
            "name": "ano_particao",
            "title": "Ano Partição",
            "type": "year",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "vr_empenhado",
            "title": "Valor Empenhado",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "description": "Valor do orçamento reservado para fazer face a compromisso formalmente assumido com fornecedor ou credor.\n",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          },
          {
            "name": "vr_liquidado",
            "title": "Valor Liquidado",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "description": "Valor que o fornecedor ou credor tem direito a receber referente a produto ou serviço devidamente entregue ou prestado.\n",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          },
          {
            "name": "vr_pago",
            "title": "Valor Pago",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "description": "Valor referente aos pagamentos efetuados através de movimentações bancárias, escriturais e apropriação contábil da despesa. \n\nO efetivo pagamento pode estar pendente de transmissão ao banco e/ou sujeito a compensação bancária.\n",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          }
        ],
        "missingValues": [
          ""
        ],
        "foreignKeys": [
          {
            "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_programa"
            ],
            "reference": {
              "fields": [
                "id_programa"
              ],
              "resource": "dm_programa"
            }
          },
          {
            "fields": [
              "id_tipo_documento"
            ],
            "reference": {
              "fields": [
                "id_tipo_documento"
              ],
              "resource": "dm_tipo_documento"
            }
          },
          {
            "fields": [
              "id_acao"
            ],
            "reference": {
              "fields": [
                "id_acao"
              ],
              "resource": "dm_acao"
            }
          },
          {
            "fields": [
              "id_item"
            ],
            "reference": {
              "fields": [
                "id_item"
              ],
              "resource": "dm_item_desp"
            }
          },
          {
            "fields": [
              "id_empenho"
            ],
            "reference": {
              "fields": [
                "id_empenho"
              ],
              "resource": "dm_empenho_desp_2002"
            }
          },
          {
            "fields": [
              "id_tempo"
            ],
            "reference": {
              "fields": [
                "id_tempo"
              ],
              "resource": "dm_tempo_diario"
            }
          },
          {
            "fields": [
              "id_elemento"
            ],
            "reference": {
              "fields": [
                "id_elemento"
              ],
              "resource": "dm_elemento_desp"
            }
          }
        ]
      },
      "sources": [
        {
          "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
          "table": "ft_diarias"
        }
      ],
      "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": 167.062,
        "errors": [],
        "tasks": [
          {
            "resource": {
              "name": "ft_diarias_2002",
              "title": "Diárias 2002",
              "path": "data/ft_diarias_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_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_programa",
                    "title": "Programa - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_acao",
                    "title": "Ação Orçamentária - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "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,
                      "unique": false
                    }
                  },
                  {
                    "name": "tp_operacao",
                    "title": "Tipo Operação",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "enum": [
                        "1",
                        "2"
                      ]
                    }
                  },
                  {
                    "name": "cd_documento",
                    "title": "Documento - Código",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "cd_evento",
                    "title": "Evento - Código",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "dt_anomes",
                    "title": "Ano e Mês",
                    "type": "string",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "pattern": "\\d{6}"
                    },
                    "notes": [
                      "O tipo yearmonth somente aceita representação YYYY-MM (ie. com hífen)"
                    ]
                  },
                  {
                    "name": "ano_particao",
                    "title": "Ano Partição",
                    "type": "year",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_empenhado",
                    "title": "Valor Empenhado",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "description": "Valor do orçamento reservado para fazer face a compromisso formalmente assumido com fornecedor ou credor.\n",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_liquidado",
                    "title": "Valor Liquidado",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "description": "Valor que o fornecedor ou credor tem direito a receber referente a produto ou serviço devidamente entregue ou prestado.\n",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_pago",
                    "title": "Valor Pago",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "description": "Valor referente aos pagamentos efetuados através de movimentações bancárias, escriturais e apropriação contábil da despesa. \n\nO efetivo pagamento pode estar pendente de transmissão ao banco e/ou sujeito a compensação bancária.\n",
                    "constraints": {
                      "required": true
                    }
                  }
                ],
                "missingValues": [
                  ""
                ],
                "foreignKeys": [
                  {
                    "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_programa"
                    ],
                    "reference": {
                      "fields": [
                        "id_programa"
                      ],
                      "resource": "dm_programa"
                    }
                  },
                  {
                    "fields": [
                      "id_tipo_documento"
                    ],
                    "reference": {
                      "fields": [
                        "id_tipo_documento"
                      ],
                      "resource": "dm_tipo_documento"
                    }
                  },
                  {
                    "fields": [
                      "id_acao"
                    ],
                    "reference": {
                      "fields": [
                        "id_acao"
                      ],
                      "resource": "dm_acao"
                    }
                  },
                  {
                    "fields": [
                      "id_item"
                    ],
                    "reference": {
                      "fields": [
                        "id_item"
                      ],
                      "resource": "dm_item_desp"
                    }
                  },
                  {
                    "fields": [
                      "id_empenho"
                    ],
                    "reference": {
                      "fields": [
                        "id_empenho"
                      ],
                      "resource": "dm_empenho_desp_2002"
                    }
                  },
                  {
                    "fields": [
                      "id_tempo"
                    ],
                    "reference": {
                      "fields": [
                        "id_tempo"
                      ],
                      "resource": "dm_tempo_diario"
                    }
                  },
                  {
                    "fields": [
                      "id_elemento"
                    ],
                    "reference": {
                      "fields": [
                        "id_elemento"
                      ],
                      "resource": "dm_elemento_desp"
                    }
                  }
                ]
              },
              "sources": [
                {
                  "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
                  "table": "ft_diarias"
                }
              ],
              "format": "csv",
              "mediatype": "text/csv",
              "encoding": "utf-8-sig",
              "dialect": {
                "delimiter": ";"
              },
              "profile": "tabular-data-resource",
              "scheme": "file",
              "hashing": "md5",
              "compression": "gz",
              "stats": {
                "hash": "89b4be96b4fb3e7707f6e4808917f57d",
                "bytes": 9841459,
                "fields": 17,
                "rows": 688947
              }
            },
            "time": 167.062,
            "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_diarias_2003",
      "title": "Diárias 2003",
      "path": "data/ft_diarias_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_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_programa",
            "title": "Programa - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_acao",
            "title": "Ação Orçamentária - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "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,
              "unique": false
            }
          },
          {
            "name": "tp_operacao",
            "title": "Tipo Operação",
            "type": "string",
            "format": "default",
            "constraints": {
              "enum": [
                "1",
                "2"
              ]
            }
          },
          {
            "name": "cd_documento",
            "title": "Documento - Código",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "cd_evento",
            "title": "Evento - Código",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "dt_anomes",
            "title": "Ano e Mês",
            "type": "string",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "pattern": "\\d{6}"
            },
            "notes": [
              "O tipo yearmonth somente aceita representação YYYY-MM (ie. com hífen)"
            ]
          },
          {
            "name": "ano_particao",
            "title": "Ano Partição",
            "type": "year",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "vr_empenhado",
            "title": "Valor Empenhado",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "description": "Valor do orçamento reservado para fazer face a compromisso formalmente assumido com fornecedor ou credor.\n",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          },
          {
            "name": "vr_liquidado",
            "title": "Valor Liquidado",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "description": "Valor que o fornecedor ou credor tem direito a receber referente a produto ou serviço devidamente entregue ou prestado.\n",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          },
          {
            "name": "vr_pago",
            "title": "Valor Pago",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "description": "Valor referente aos pagamentos efetuados através de movimentações bancárias, escriturais e apropriação contábil da despesa. \n\nO efetivo pagamento pode estar pendente de transmissão ao banco e/ou sujeito a compensação bancária.\n",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          }
        ],
        "missingValues": [
          ""
        ],
        "foreignKeys": [
          {
            "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_programa"
            ],
            "reference": {
              "fields": [
                "id_programa"
              ],
              "resource": "dm_programa"
            }
          },
          {
            "fields": [
              "id_tipo_documento"
            ],
            "reference": {
              "fields": [
                "id_tipo_documento"
              ],
              "resource": "dm_tipo_documento"
            }
          },
          {
            "fields": [
              "id_acao"
            ],
            "reference": {
              "fields": [
                "id_acao"
              ],
              "resource": "dm_acao"
            }
          },
          {
            "fields": [
              "id_item"
            ],
            "reference": {
              "fields": [
                "id_item"
              ],
              "resource": "dm_item_desp"
            }
          },
          {
            "fields": [
              "id_empenho"
            ],
            "reference": {
              "fields": [
                "id_empenho"
              ],
              "resource": "dm_empenho_desp_2003"
            }
          },
          {
            "fields": [
              "id_tempo"
            ],
            "reference": {
              "fields": [
                "id_tempo"
              ],
              "resource": "dm_tempo_diario"
            }
          },
          {
            "fields": [
              "id_elemento"
            ],
            "reference": {
              "fields": [
                "id_elemento"
              ],
              "resource": "dm_elemento_desp"
            }
          }
        ]
      },
      "sources": [
        {
          "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
          "table": "ft_diarias"
        }
      ],
      "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": 157.622,
        "errors": [],
        "tasks": [
          {
            "resource": {
              "name": "ft_diarias_2003",
              "title": "Diárias 2003",
              "path": "data/ft_diarias_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_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_programa",
                    "title": "Programa - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_acao",
                    "title": "Ação Orçamentária - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "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,
                      "unique": false
                    }
                  },
                  {
                    "name": "tp_operacao",
                    "title": "Tipo Operação",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "enum": [
                        "1",
                        "2"
                      ]
                    }
                  },
                  {
                    "name": "cd_documento",
                    "title": "Documento - Código",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "cd_evento",
                    "title": "Evento - Código",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "dt_anomes",
                    "title": "Ano e Mês",
                    "type": "string",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "pattern": "\\d{6}"
                    },
                    "notes": [
                      "O tipo yearmonth somente aceita representação YYYY-MM (ie. com hífen)"
                    ]
                  },
                  {
                    "name": "ano_particao",
                    "title": "Ano Partição",
                    "type": "year",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_empenhado",
                    "title": "Valor Empenhado",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "description": "Valor do orçamento reservado para fazer face a compromisso formalmente assumido com fornecedor ou credor.\n",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_liquidado",
                    "title": "Valor Liquidado",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "description": "Valor que o fornecedor ou credor tem direito a receber referente a produto ou serviço devidamente entregue ou prestado.\n",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_pago",
                    "title": "Valor Pago",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "description": "Valor referente aos pagamentos efetuados através de movimentações bancárias, escriturais e apropriação contábil da despesa. \n\nO efetivo pagamento pode estar pendente de transmissão ao banco e/ou sujeito a compensação bancária.\n",
                    "constraints": {
                      "required": true
                    }
                  }
                ],
                "missingValues": [
                  ""
                ],
                "foreignKeys": [
                  {
                    "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_programa"
                    ],
                    "reference": {
                      "fields": [
                        "id_programa"
                      ],
                      "resource": "dm_programa"
                    }
                  },
                  {
                    "fields": [
                      "id_tipo_documento"
                    ],
                    "reference": {
                      "fields": [
                        "id_tipo_documento"
                      ],
                      "resource": "dm_tipo_documento"
                    }
                  },
                  {
                    "fields": [
                      "id_acao"
                    ],
                    "reference": {
                      "fields": [
                        "id_acao"
                      ],
                      "resource": "dm_acao"
                    }
                  },
                  {
                    "fields": [
                      "id_item"
                    ],
                    "reference": {
                      "fields": [
                        "id_item"
                      ],
                      "resource": "dm_item_desp"
                    }
                  },
                  {
                    "fields": [
                      "id_empenho"
                    ],
                    "reference": {
                      "fields": [
                        "id_empenho"
                      ],
                      "resource": "dm_empenho_desp_2003"
                    }
                  },
                  {
                    "fields": [
                      "id_tempo"
                    ],
                    "reference": {
                      "fields": [
                        "id_tempo"
                      ],
                      "resource": "dm_tempo_diario"
                    }
                  },
                  {
                    "fields": [
                      "id_elemento"
                    ],
                    "reference": {
                      "fields": [
                        "id_elemento"
                      ],
                      "resource": "dm_elemento_desp"
                    }
                  }
                ]
              },
              "sources": [
                {
                  "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
                  "table": "ft_diarias"
                }
              ],
              "format": "csv",
              "mediatype": "text/csv",
              "encoding": "utf-8-sig",
              "dialect": {
                "delimiter": ";"
              },
              "profile": "tabular-data-resource",
              "scheme": "file",
              "hashing": "md5",
              "compression": "gz",
              "stats": {
                "hash": "7e66948dfb1da7514e4ddd94e38555a5",
                "bytes": 9532839,
                "fields": 17,
                "rows": 637381
              }
            },
            "time": 157.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": "ft_diarias_2004",
      "title": "Diárias 2004",
      "path": "data/ft_diarias_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_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_programa",
            "title": "Programa - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_acao",
            "title": "Ação Orçamentária - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "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,
              "unique": false
            }
          },
          {
            "name": "tp_operacao",
            "title": "Tipo Operação",
            "type": "string",
            "format": "default",
            "constraints": {
              "enum": [
                "1",
                "2"
              ]
            }
          },
          {
            "name": "cd_documento",
            "title": "Documento - Código",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "cd_evento",
            "title": "Evento - Código",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "dt_anomes",
            "title": "Ano e Mês",
            "type": "string",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "pattern": "\\d{6}"
            },
            "notes": [
              "O tipo yearmonth somente aceita representação YYYY-MM (ie. com hífen)"
            ]
          },
          {
            "name": "ano_particao",
            "title": "Ano Partição",
            "type": "year",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "vr_empenhado",
            "title": "Valor Empenhado",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "description": "Valor do orçamento reservado para fazer face a compromisso formalmente assumido com fornecedor ou credor.\n",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          },
          {
            "name": "vr_liquidado",
            "title": "Valor Liquidado",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "description": "Valor que o fornecedor ou credor tem direito a receber referente a produto ou serviço devidamente entregue ou prestado.\n",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          },
          {
            "name": "vr_pago",
            "title": "Valor Pago",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "description": "Valor referente aos pagamentos efetuados através de movimentações bancárias, escriturais e apropriação contábil da despesa. \n\nO efetivo pagamento pode estar pendente de transmissão ao banco e/ou sujeito a compensação bancária.\n",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          }
        ],
        "missingValues": [
          ""
        ],
        "foreignKeys": [
          {
            "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_programa"
            ],
            "reference": {
              "fields": [
                "id_programa"
              ],
              "resource": "dm_programa"
            }
          },
          {
            "fields": [
              "id_tipo_documento"
            ],
            "reference": {
              "fields": [
                "id_tipo_documento"
              ],
              "resource": "dm_tipo_documento"
            }
          },
          {
            "fields": [
              "id_acao"
            ],
            "reference": {
              "fields": [
                "id_acao"
              ],
              "resource": "dm_acao"
            }
          },
          {
            "fields": [
              "id_item"
            ],
            "reference": {
              "fields": [
                "id_item"
              ],
              "resource": "dm_item_desp"
            }
          },
          {
            "fields": [
              "id_empenho"
            ],
            "reference": {
              "fields": [
                "id_empenho"
              ],
              "resource": "dm_empenho_desp_2004"
            }
          },
          {
            "fields": [
              "id_tempo"
            ],
            "reference": {
              "fields": [
                "id_tempo"
              ],
              "resource": "dm_tempo_diario"
            }
          },
          {
            "fields": [
              "id_elemento"
            ],
            "reference": {
              "fields": [
                "id_elemento"
              ],
              "resource": "dm_elemento_desp"
            }
          }
        ]
      },
      "sources": [
        {
          "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
          "table": "ft_diarias"
        }
      ],
      "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": 174.646,
        "errors": [],
        "tasks": [
          {
            "resource": {
              "name": "ft_diarias_2004",
              "title": "Diárias 2004",
              "path": "data/ft_diarias_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_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_programa",
                    "title": "Programa - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_acao",
                    "title": "Ação Orçamentária - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "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,
                      "unique": false
                    }
                  },
                  {
                    "name": "tp_operacao",
                    "title": "Tipo Operação",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "enum": [
                        "1",
                        "2"
                      ]
                    }
                  },
                  {
                    "name": "cd_documento",
                    "title": "Documento - Código",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "cd_evento",
                    "title": "Evento - Código",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "dt_anomes",
                    "title": "Ano e Mês",
                    "type": "string",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "pattern": "\\d{6}"
                    },
                    "notes": [
                      "O tipo yearmonth somente aceita representação YYYY-MM (ie. com hífen)"
                    ]
                  },
                  {
                    "name": "ano_particao",
                    "title": "Ano Partição",
                    "type": "year",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_empenhado",
                    "title": "Valor Empenhado",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "description": "Valor do orçamento reservado para fazer face a compromisso formalmente assumido com fornecedor ou credor.\n",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_liquidado",
                    "title": "Valor Liquidado",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "description": "Valor que o fornecedor ou credor tem direito a receber referente a produto ou serviço devidamente entregue ou prestado.\n",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_pago",
                    "title": "Valor Pago",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "description": "Valor referente aos pagamentos efetuados através de movimentações bancárias, escriturais e apropriação contábil da despesa. \n\nO efetivo pagamento pode estar pendente de transmissão ao banco e/ou sujeito a compensação bancária.\n",
                    "constraints": {
                      "required": true
                    }
                  }
                ],
                "missingValues": [
                  ""
                ],
                "foreignKeys": [
                  {
                    "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_programa"
                    ],
                    "reference": {
                      "fields": [
                        "id_programa"
                      ],
                      "resource": "dm_programa"
                    }
                  },
                  {
                    "fields": [
                      "id_tipo_documento"
                    ],
                    "reference": {
                      "fields": [
                        "id_tipo_documento"
                      ],
                      "resource": "dm_tipo_documento"
                    }
                  },
                  {
                    "fields": [
                      "id_acao"
                    ],
                    "reference": {
                      "fields": [
                        "id_acao"
                      ],
                      "resource": "dm_acao"
                    }
                  },
                  {
                    "fields": [
                      "id_item"
                    ],
                    "reference": {
                      "fields": [
                        "id_item"
                      ],
                      "resource": "dm_item_desp"
                    }
                  },
                  {
                    "fields": [
                      "id_empenho"
                    ],
                    "reference": {
                      "fields": [
                        "id_empenho"
                      ],
                      "resource": "dm_empenho_desp_2004"
                    }
                  },
                  {
                    "fields": [
                      "id_tempo"
                    ],
                    "reference": {
                      "fields": [
                        "id_tempo"
                      ],
                      "resource": "dm_tempo_diario"
                    }
                  },
                  {
                    "fields": [
                      "id_elemento"
                    ],
                    "reference": {
                      "fields": [
                        "id_elemento"
                      ],
                      "resource": "dm_elemento_desp"
                    }
                  }
                ]
              },
              "sources": [
                {
                  "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
                  "table": "ft_diarias"
                }
              ],
              "format": "csv",
              "mediatype": "text/csv",
              "encoding": "utf-8-sig",
              "dialect": {
                "delimiter": ";"
              },
              "profile": "tabular-data-resource",
              "scheme": "file",
              "hashing": "md5",
              "compression": "gz",
              "stats": {
                "hash": "040d267e56c74131f2ad2b062fee382e",
                "bytes": 11931004,
                "fields": 17,
                "rows": 789234
              }
            },
            "time": 174.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": "ft_diarias_2005",
      "title": "Diárias 2005",
      "path": "data/ft_diarias_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_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_programa",
            "title": "Programa - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_acao",
            "title": "Ação Orçamentária - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "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,
              "unique": false
            }
          },
          {
            "name": "tp_operacao",
            "title": "Tipo Operação",
            "type": "string",
            "format": "default",
            "constraints": {
              "enum": [
                "1",
                "2"
              ]
            }
          },
          {
            "name": "cd_documento",
            "title": "Documento - Código",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "cd_evento",
            "title": "Evento - Código",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "dt_anomes",
            "title": "Ano e Mês",
            "type": "string",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "pattern": "\\d{6}"
            },
            "notes": [
              "O tipo yearmonth somente aceita representação YYYY-MM (ie. com hífen)"
            ]
          },
          {
            "name": "ano_particao",
            "title": "Ano Partição",
            "type": "year",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "vr_empenhado",
            "title": "Valor Empenhado",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "description": "Valor do orçamento reservado para fazer face a compromisso formalmente assumido com fornecedor ou credor.\n",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          },
          {
            "name": "vr_liquidado",
            "title": "Valor Liquidado",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "description": "Valor que o fornecedor ou credor tem direito a receber referente a produto ou serviço devidamente entregue ou prestado.\n",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          },
          {
            "name": "vr_pago",
            "title": "Valor Pago",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "description": "Valor referente aos pagamentos efetuados através de movimentações bancárias, escriturais e apropriação contábil da despesa. \n\nO efetivo pagamento pode estar pendente de transmissão ao banco e/ou sujeito a compensação bancária.\n",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          }
        ],
        "missingValues": [
          ""
        ],
        "foreignKeys": [
          {
            "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_programa"
            ],
            "reference": {
              "fields": [
                "id_programa"
              ],
              "resource": "dm_programa"
            }
          },
          {
            "fields": [
              "id_tipo_documento"
            ],
            "reference": {
              "fields": [
                "id_tipo_documento"
              ],
              "resource": "dm_tipo_documento"
            }
          },
          {
            "fields": [
              "id_acao"
            ],
            "reference": {
              "fields": [
                "id_acao"
              ],
              "resource": "dm_acao"
            }
          },
          {
            "fields": [
              "id_item"
            ],
            "reference": {
              "fields": [
                "id_item"
              ],
              "resource": "dm_item_desp"
            }
          },
          {
            "fields": [
              "id_empenho"
            ],
            "reference": {
              "fields": [
                "id_empenho"
              ],
              "resource": "dm_empenho_desp_2005"
            }
          },
          {
            "fields": [
              "id_tempo"
            ],
            "reference": {
              "fields": [
                "id_tempo"
              ],
              "resource": "dm_tempo_diario"
            }
          },
          {
            "fields": [
              "id_elemento"
            ],
            "reference": {
              "fields": [
                "id_elemento"
              ],
              "resource": "dm_elemento_desp"
            }
          }
        ]
      },
      "sources": [
        {
          "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
          "table": "ft_diarias"
        }
      ],
      "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": 193.95,
        "errors": [],
        "tasks": [
          {
            "resource": {
              "name": "ft_diarias_2005",
              "title": "Diárias 2005",
              "path": "data/ft_diarias_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_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_programa",
                    "title": "Programa - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_acao",
                    "title": "Ação Orçamentária - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "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,
                      "unique": false
                    }
                  },
                  {
                    "name": "tp_operacao",
                    "title": "Tipo Operação",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "enum": [
                        "1",
                        "2"
                      ]
                    }
                  },
                  {
                    "name": "cd_documento",
                    "title": "Documento - Código",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "cd_evento",
                    "title": "Evento - Código",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "dt_anomes",
                    "title": "Ano e Mês",
                    "type": "string",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "pattern": "\\d{6}"
                    },
                    "notes": [
                      "O tipo yearmonth somente aceita representação YYYY-MM (ie. com hífen)"
                    ]
                  },
                  {
                    "name": "ano_particao",
                    "title": "Ano Partição",
                    "type": "year",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_empenhado",
                    "title": "Valor Empenhado",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "description": "Valor do orçamento reservado para fazer face a compromisso formalmente assumido com fornecedor ou credor.\n",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_liquidado",
                    "title": "Valor Liquidado",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "description": "Valor que o fornecedor ou credor tem direito a receber referente a produto ou serviço devidamente entregue ou prestado.\n",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_pago",
                    "title": "Valor Pago",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "description": "Valor referente aos pagamentos efetuados através de movimentações bancárias, escriturais e apropriação contábil da despesa. \n\nO efetivo pagamento pode estar pendente de transmissão ao banco e/ou sujeito a compensação bancária.\n",
                    "constraints": {
                      "required": true
                    }
                  }
                ],
                "missingValues": [
                  ""
                ],
                "foreignKeys": [
                  {
                    "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_programa"
                    ],
                    "reference": {
                      "fields": [
                        "id_programa"
                      ],
                      "resource": "dm_programa"
                    }
                  },
                  {
                    "fields": [
                      "id_tipo_documento"
                    ],
                    "reference": {
                      "fields": [
                        "id_tipo_documento"
                      ],
                      "resource": "dm_tipo_documento"
                    }
                  },
                  {
                    "fields": [
                      "id_acao"
                    ],
                    "reference": {
                      "fields": [
                        "id_acao"
                      ],
                      "resource": "dm_acao"
                    }
                  },
                  {
                    "fields": [
                      "id_item"
                    ],
                    "reference": {
                      "fields": [
                        "id_item"
                      ],
                      "resource": "dm_item_desp"
                    }
                  },
                  {
                    "fields": [
                      "id_empenho"
                    ],
                    "reference": {
                      "fields": [
                        "id_empenho"
                      ],
                      "resource": "dm_empenho_desp_2005"
                    }
                  },
                  {
                    "fields": [
                      "id_tempo"
                    ],
                    "reference": {
                      "fields": [
                        "id_tempo"
                      ],
                      "resource": "dm_tempo_diario"
                    }
                  },
                  {
                    "fields": [
                      "id_elemento"
                    ],
                    "reference": {
                      "fields": [
                        "id_elemento"
                      ],
                      "resource": "dm_elemento_desp"
                    }
                  }
                ]
              },
              "sources": [
                {
                  "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
                  "table": "ft_diarias"
                }
              ],
              "format": "csv",
              "mediatype": "text/csv",
              "encoding": "utf-8-sig",
              "dialect": {
                "delimiter": ";"
              },
              "profile": "tabular-data-resource",
              "scheme": "file",
              "hashing": "md5",
              "compression": "gz",
              "stats": {
                "hash": "6fff74979e5a0fa0c419bf26a35b07fb",
                "bytes": 14372735,
                "fields": 17,
                "rows": 943768
              }
            },
            "time": 193.95,
            "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_diarias_2006",
      "title": "Diárias 2006",
      "path": "data/ft_diarias_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_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_programa",
            "title": "Programa - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_acao",
            "title": "Ação Orçamentária - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "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,
              "unique": false
            }
          },
          {
            "name": "tp_operacao",
            "title": "Tipo Operação",
            "type": "string",
            "format": "default",
            "constraints": {
              "enum": [
                "1",
                "2"
              ]
            }
          },
          {
            "name": "cd_documento",
            "title": "Documento - Código",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "cd_evento",
            "title": "Evento - Código",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "dt_anomes",
            "title": "Ano e Mês",
            "type": "string",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "pattern": "\\d{6}"
            },
            "notes": [
              "O tipo yearmonth somente aceita representação YYYY-MM (ie. com hífen)"
            ]
          },
          {
            "name": "ano_particao",
            "title": "Ano Partição",
            "type": "year",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "vr_empenhado",
            "title": "Valor Empenhado",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "description": "Valor do orçamento reservado para fazer face a compromisso formalmente assumido com fornecedor ou credor.\n",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          },
          {
            "name": "vr_liquidado",
            "title": "Valor Liquidado",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "description": "Valor que o fornecedor ou credor tem direito a receber referente a produto ou serviço devidamente entregue ou prestado.\n",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          },
          {
            "name": "vr_pago",
            "title": "Valor Pago",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "description": "Valor referente aos pagamentos efetuados através de movimentações bancárias, escriturais e apropriação contábil da despesa. \n\nO efetivo pagamento pode estar pendente de transmissão ao banco e/ou sujeito a compensação bancária.\n",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          }
        ],
        "missingValues": [
          ""
        ],
        "foreignKeys": [
          {
            "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_programa"
            ],
            "reference": {
              "fields": [
                "id_programa"
              ],
              "resource": "dm_programa"
            }
          },
          {
            "fields": [
              "id_tipo_documento"
            ],
            "reference": {
              "fields": [
                "id_tipo_documento"
              ],
              "resource": "dm_tipo_documento"
            }
          },
          {
            "fields": [
              "id_acao"
            ],
            "reference": {
              "fields": [
                "id_acao"
              ],
              "resource": "dm_acao"
            }
          },
          {
            "fields": [
              "id_item"
            ],
            "reference": {
              "fields": [
                "id_item"
              ],
              "resource": "dm_item_desp"
            }
          },
          {
            "fields": [
              "id_empenho"
            ],
            "reference": {
              "fields": [
                "id_empenho"
              ],
              "resource": "dm_empenho_desp_2006"
            }
          },
          {
            "fields": [
              "id_tempo"
            ],
            "reference": {
              "fields": [
                "id_tempo"
              ],
              "resource": "dm_tempo_diario"
            }
          },
          {
            "fields": [
              "id_elemento"
            ],
            "reference": {
              "fields": [
                "id_elemento"
              ],
              "resource": "dm_elemento_desp"
            }
          }
        ]
      },
      "sources": [
        {
          "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
          "table": "ft_diarias"
        }
      ],
      "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": 213.596,
        "errors": [],
        "tasks": [
          {
            "resource": {
              "name": "ft_diarias_2006",
              "title": "Diárias 2006",
              "path": "data/ft_diarias_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_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_programa",
                    "title": "Programa - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_acao",
                    "title": "Ação Orçamentária - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "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,
                      "unique": false
                    }
                  },
                  {
                    "name": "tp_operacao",
                    "title": "Tipo Operação",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "enum": [
                        "1",
                        "2"
                      ]
                    }
                  },
                  {
                    "name": "cd_documento",
                    "title": "Documento - Código",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "cd_evento",
                    "title": "Evento - Código",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "dt_anomes",
                    "title": "Ano e Mês",
                    "type": "string",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "pattern": "\\d{6}"
                    },
                    "notes": [
                      "O tipo yearmonth somente aceita representação YYYY-MM (ie. com hífen)"
                    ]
                  },
                  {
                    "name": "ano_particao",
                    "title": "Ano Partição",
                    "type": "year",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_empenhado",
                    "title": "Valor Empenhado",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "description": "Valor do orçamento reservado para fazer face a compromisso formalmente assumido com fornecedor ou credor.\n",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_liquidado",
                    "title": "Valor Liquidado",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "description": "Valor que o fornecedor ou credor tem direito a receber referente a produto ou serviço devidamente entregue ou prestado.\n",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_pago",
                    "title": "Valor Pago",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "description": "Valor referente aos pagamentos efetuados através de movimentações bancárias, escriturais e apropriação contábil da despesa. \n\nO efetivo pagamento pode estar pendente de transmissão ao banco e/ou sujeito a compensação bancária.\n",
                    "constraints": {
                      "required": true
                    }
                  }
                ],
                "missingValues": [
                  ""
                ],
                "foreignKeys": [
                  {
                    "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_programa"
                    ],
                    "reference": {
                      "fields": [
                        "id_programa"
                      ],
                      "resource": "dm_programa"
                    }
                  },
                  {
                    "fields": [
                      "id_tipo_documento"
                    ],
                    "reference": {
                      "fields": [
                        "id_tipo_documento"
                      ],
                      "resource": "dm_tipo_documento"
                    }
                  },
                  {
                    "fields": [
                      "id_acao"
                    ],
                    "reference": {
                      "fields": [
                        "id_acao"
                      ],
                      "resource": "dm_acao"
                    }
                  },
                  {
                    "fields": [
                      "id_item"
                    ],
                    "reference": {
                      "fields": [
                        "id_item"
                      ],
                      "resource": "dm_item_desp"
                    }
                  },
                  {
                    "fields": [
                      "id_empenho"
                    ],
                    "reference": {
                      "fields": [
                        "id_empenho"
                      ],
                      "resource": "dm_empenho_desp_2006"
                    }
                  },
                  {
                    "fields": [
                      "id_tempo"
                    ],
                    "reference": {
                      "fields": [
                        "id_tempo"
                      ],
                      "resource": "dm_tempo_diario"
                    }
                  },
                  {
                    "fields": [
                      "id_elemento"
                    ],
                    "reference": {
                      "fields": [
                        "id_elemento"
                      ],
                      "resource": "dm_elemento_desp"
                    }
                  }
                ]
              },
              "sources": [
                {
                  "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
                  "table": "ft_diarias"
                }
              ],
              "format": "csv",
              "mediatype": "text/csv",
              "encoding": "utf-8-sig",
              "dialect": {
                "delimiter": ";"
              },
              "profile": "tabular-data-resource",
              "scheme": "file",
              "hashing": "md5",
              "compression": "gz",
              "stats": {
                "hash": "4a4aeeda268dbf55e7df755b8808351e",
                "bytes": 16418434,
                "fields": 17,
                "rows": 1079601
              }
            },
            "time": 213.596,
            "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_diarias_2007",
      "title": "Diárias 2007",
      "path": "data/ft_diarias_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_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_programa",
            "title": "Programa - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_acao",
            "title": "Ação Orçamentária - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "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,
              "unique": false
            }
          },
          {
            "name": "tp_operacao",
            "title": "Tipo Operação",
            "type": "string",
            "format": "default",
            "constraints": {
              "enum": [
                "1",
                "2"
              ]
            }
          },
          {
            "name": "cd_documento",
            "title": "Documento - Código",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "cd_evento",
            "title": "Evento - Código",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "dt_anomes",
            "title": "Ano e Mês",
            "type": "string",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "pattern": "\\d{6}"
            },
            "notes": [
              "O tipo yearmonth somente aceita representação YYYY-MM (ie. com hífen)"
            ]
          },
          {
            "name": "ano_particao",
            "title": "Ano Partição",
            "type": "year",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "vr_empenhado",
            "title": "Valor Empenhado",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "description": "Valor do orçamento reservado para fazer face a compromisso formalmente assumido com fornecedor ou credor.\n",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          },
          {
            "name": "vr_liquidado",
            "title": "Valor Liquidado",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "description": "Valor que o fornecedor ou credor tem direito a receber referente a produto ou serviço devidamente entregue ou prestado.\n",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          },
          {
            "name": "vr_pago",
            "title": "Valor Pago",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "description": "Valor referente aos pagamentos efetuados através de movimentações bancárias, escriturais e apropriação contábil da despesa. \n\nO efetivo pagamento pode estar pendente de transmissão ao banco e/ou sujeito a compensação bancária.\n",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          }
        ],
        "missingValues": [
          ""
        ],
        "foreignKeys": [
          {
            "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_programa"
            ],
            "reference": {
              "fields": [
                "id_programa"
              ],
              "resource": "dm_programa"
            }
          },
          {
            "fields": [
              "id_tipo_documento"
            ],
            "reference": {
              "fields": [
                "id_tipo_documento"
              ],
              "resource": "dm_tipo_documento"
            }
          },
          {
            "fields": [
              "id_acao"
            ],
            "reference": {
              "fields": [
                "id_acao"
              ],
              "resource": "dm_acao"
            }
          },
          {
            "fields": [
              "id_item"
            ],
            "reference": {
              "fields": [
                "id_item"
              ],
              "resource": "dm_item_desp"
            }
          },
          {
            "fields": [
              "id_empenho"
            ],
            "reference": {
              "fields": [
                "id_empenho"
              ],
              "resource": "dm_empenho_desp_2007"
            }
          },
          {
            "fields": [
              "id_tempo"
            ],
            "reference": {
              "fields": [
                "id_tempo"
              ],
              "resource": "dm_tempo_diario"
            }
          },
          {
            "fields": [
              "id_elemento"
            ],
            "reference": {
              "fields": [
                "id_elemento"
              ],
              "resource": "dm_elemento_desp"
            }
          }
        ]
      },
      "sources": [
        {
          "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
          "table": "ft_diarias"
        }
      ],
      "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": 217.755,
        "errors": [],
        "tasks": [
          {
            "resource": {
              "name": "ft_diarias_2007",
              "title": "Diárias 2007",
              "path": "data/ft_diarias_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_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_programa",
                    "title": "Programa - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_acao",
                    "title": "Ação Orçamentária - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "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,
                      "unique": false
                    }
                  },
                  {
                    "name": "tp_operacao",
                    "title": "Tipo Operação",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "enum": [
                        "1",
                        "2"
                      ]
                    }
                  },
                  {
                    "name": "cd_documento",
                    "title": "Documento - Código",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "cd_evento",
                    "title": "Evento - Código",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "dt_anomes",
                    "title": "Ano e Mês",
                    "type": "string",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "pattern": "\\d{6}"
                    },
                    "notes": [
                      "O tipo yearmonth somente aceita representação YYYY-MM (ie. com hífen)"
                    ]
                  },
                  {
                    "name": "ano_particao",
                    "title": "Ano Partição",
                    "type": "year",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_empenhado",
                    "title": "Valor Empenhado",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "description": "Valor do orçamento reservado para fazer face a compromisso formalmente assumido com fornecedor ou credor.\n",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_liquidado",
                    "title": "Valor Liquidado",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "description": "Valor que o fornecedor ou credor tem direito a receber referente a produto ou serviço devidamente entregue ou prestado.\n",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_pago",
                    "title": "Valor Pago",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "description": "Valor referente aos pagamentos efetuados através de movimentações bancárias, escriturais e apropriação contábil da despesa. \n\nO efetivo pagamento pode estar pendente de transmissão ao banco e/ou sujeito a compensação bancária.\n",
                    "constraints": {
                      "required": true
                    }
                  }
                ],
                "missingValues": [
                  ""
                ],
                "foreignKeys": [
                  {
                    "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_programa"
                    ],
                    "reference": {
                      "fields": [
                        "id_programa"
                      ],
                      "resource": "dm_programa"
                    }
                  },
                  {
                    "fields": [
                      "id_tipo_documento"
                    ],
                    "reference": {
                      "fields": [
                        "id_tipo_documento"
                      ],
                      "resource": "dm_tipo_documento"
                    }
                  },
                  {
                    "fields": [
                      "id_acao"
                    ],
                    "reference": {
                      "fields": [
                        "id_acao"
                      ],
                      "resource": "dm_acao"
                    }
                  },
                  {
                    "fields": [
                      "id_item"
                    ],
                    "reference": {
                      "fields": [
                        "id_item"
                      ],
                      "resource": "dm_item_desp"
                    }
                  },
                  {
                    "fields": [
                      "id_empenho"
                    ],
                    "reference": {
                      "fields": [
                        "id_empenho"
                      ],
                      "resource": "dm_empenho_desp_2007"
                    }
                  },
                  {
                    "fields": [
                      "id_tempo"
                    ],
                    "reference": {
                      "fields": [
                        "id_tempo"
                      ],
                      "resource": "dm_tempo_diario"
                    }
                  },
                  {
                    "fields": [
                      "id_elemento"
                    ],
                    "reference": {
                      "fields": [
                        "id_elemento"
                      ],
                      "resource": "dm_elemento_desp"
                    }
                  }
                ]
              },
              "sources": [
                {
                  "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
                  "table": "ft_diarias"
                }
              ],
              "format": "csv",
              "mediatype": "text/csv",
              "encoding": "utf-8-sig",
              "dialect": {
                "delimiter": ";"
              },
              "profile": "tabular-data-resource",
              "scheme": "file",
              "hashing": "md5",
              "compression": "gz",
              "stats": {
                "hash": "4ec006e12b0d07fb0743deb6fb4a7d6a",
                "bytes": 17204254,
                "fields": 17,
                "rows": 1130033
              }
            },
            "time": 217.755,
            "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_diarias_2008",
      "title": "Diárias 2008",
      "path": "data/ft_diarias_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_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_programa",
            "title": "Programa - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_acao",
            "title": "Ação Orçamentária - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "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,
              "unique": false
            }
          },
          {
            "name": "tp_operacao",
            "title": "Tipo Operação",
            "type": "string",
            "format": "default",
            "constraints": {
              "enum": [
                "1",
                "2"
              ]
            }
          },
          {
            "name": "cd_documento",
            "title": "Documento - Código",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "cd_evento",
            "title": "Evento - Código",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "dt_anomes",
            "title": "Ano e Mês",
            "type": "string",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "pattern": "\\d{6}"
            },
            "notes": [
              "O tipo yearmonth somente aceita representação YYYY-MM (ie. com hífen)"
            ]
          },
          {
            "name": "ano_particao",
            "title": "Ano Partição",
            "type": "year",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "vr_empenhado",
            "title": "Valor Empenhado",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "description": "Valor do orçamento reservado para fazer face a compromisso formalmente assumido com fornecedor ou credor.\n",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          },
          {
            "name": "vr_liquidado",
            "title": "Valor Liquidado",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "description": "Valor que o fornecedor ou credor tem direito a receber referente a produto ou serviço devidamente entregue ou prestado.\n",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          },
          {
            "name": "vr_pago",
            "title": "Valor Pago",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "description": "Valor referente aos pagamentos efetuados através de movimentações bancárias, escriturais e apropriação contábil da despesa. \n\nO efetivo pagamento pode estar pendente de transmissão ao banco e/ou sujeito a compensação bancária.\n",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          }
        ],
        "missingValues": [
          ""
        ],
        "foreignKeys": [
          {
            "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_programa"
            ],
            "reference": {
              "fields": [
                "id_programa"
              ],
              "resource": "dm_programa"
            }
          },
          {
            "fields": [
              "id_tipo_documento"
            ],
            "reference": {
              "fields": [
                "id_tipo_documento"
              ],
              "resource": "dm_tipo_documento"
            }
          },
          {
            "fields": [
              "id_acao"
            ],
            "reference": {
              "fields": [
                "id_acao"
              ],
              "resource": "dm_acao"
            }
          },
          {
            "fields": [
              "id_item"
            ],
            "reference": {
              "fields": [
                "id_item"
              ],
              "resource": "dm_item_desp"
            }
          },
          {
            "fields": [
              "id_empenho"
            ],
            "reference": {
              "fields": [
                "id_empenho"
              ],
              "resource": "dm_empenho_desp_2008"
            }
          },
          {
            "fields": [
              "id_tempo"
            ],
            "reference": {
              "fields": [
                "id_tempo"
              ],
              "resource": "dm_tempo_diario"
            }
          },
          {
            "fields": [
              "id_elemento"
            ],
            "reference": {
              "fields": [
                "id_elemento"
              ],
              "resource": "dm_elemento_desp"
            }
          }
        ]
      },
      "sources": [
        {
          "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
          "table": "ft_diarias"
        }
      ],
      "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": 265.771,
        "errors": [],
        "tasks": [
          {
            "resource": {
              "name": "ft_diarias_2008",
              "title": "Diárias 2008",
              "path": "data/ft_diarias_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_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_programa",
                    "title": "Programa - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_acao",
                    "title": "Ação Orçamentária - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "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,
                      "unique": false
                    }
                  },
                  {
                    "name": "tp_operacao",
                    "title": "Tipo Operação",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "enum": [
                        "1",
                        "2"
                      ]
                    }
                  },
                  {
                    "name": "cd_documento",
                    "title": "Documento - Código",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "cd_evento",
                    "title": "Evento - Código",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "dt_anomes",
                    "title": "Ano e Mês",
                    "type": "string",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "pattern": "\\d{6}"
                    },
                    "notes": [
                      "O tipo yearmonth somente aceita representação YYYY-MM (ie. com hífen)"
                    ]
                  },
                  {
                    "name": "ano_particao",
                    "title": "Ano Partição",
                    "type": "year",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_empenhado",
                    "title": "Valor Empenhado",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "description": "Valor do orçamento reservado para fazer face a compromisso formalmente assumido com fornecedor ou credor.\n",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_liquidado",
                    "title": "Valor Liquidado",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "description": "Valor que o fornecedor ou credor tem direito a receber referente a produto ou serviço devidamente entregue ou prestado.\n",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_pago",
                    "title": "Valor Pago",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "description": "Valor referente aos pagamentos efetuados através de movimentações bancárias, escriturais e apropriação contábil da despesa. \n\nO efetivo pagamento pode estar pendente de transmissão ao banco e/ou sujeito a compensação bancária.\n",
                    "constraints": {
                      "required": true
                    }
                  }
                ],
                "missingValues": [
                  ""
                ],
                "foreignKeys": [
                  {
                    "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_programa"
                    ],
                    "reference": {
                      "fields": [
                        "id_programa"
                      ],
                      "resource": "dm_programa"
                    }
                  },
                  {
                    "fields": [
                      "id_tipo_documento"
                    ],
                    "reference": {
                      "fields": [
                        "id_tipo_documento"
                      ],
                      "resource": "dm_tipo_documento"
                    }
                  },
                  {
                    "fields": [
                      "id_acao"
                    ],
                    "reference": {
                      "fields": [
                        "id_acao"
                      ],
                      "resource": "dm_acao"
                    }
                  },
                  {
                    "fields": [
                      "id_item"
                    ],
                    "reference": {
                      "fields": [
                        "id_item"
                      ],
                      "resource": "dm_item_desp"
                    }
                  },
                  {
                    "fields": [
                      "id_empenho"
                    ],
                    "reference": {
                      "fields": [
                        "id_empenho"
                      ],
                      "resource": "dm_empenho_desp_2008"
                    }
                  },
                  {
                    "fields": [
                      "id_tempo"
                    ],
                    "reference": {
                      "fields": [
                        "id_tempo"
                      ],
                      "resource": "dm_tempo_diario"
                    }
                  },
                  {
                    "fields": [
                      "id_elemento"
                    ],
                    "reference": {
                      "fields": [
                        "id_elemento"
                      ],
                      "resource": "dm_elemento_desp"
                    }
                  }
                ]
              },
              "sources": [
                {
                  "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
                  "table": "ft_diarias"
                }
              ],
              "format": "csv",
              "mediatype": "text/csv",
              "encoding": "utf-8-sig",
              "dialect": {
                "delimiter": ";"
              },
              "profile": "tabular-data-resource",
              "scheme": "file",
              "hashing": "md5",
              "compression": "gz",
              "stats": {
                "hash": "d8d07724ce6befe5af935e72c84e4237",
                "bytes": 21782746,
                "fields": 17,
                "rows": 1446352
              }
            },
            "time": 265.771,
            "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_diarias_2009",
      "title": "Diárias 2009",
      "path": "data/ft_diarias_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_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_programa",
            "title": "Programa - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_acao",
            "title": "Ação Orçamentária - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "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,
              "unique": false
            }
          },
          {
            "name": "tp_operacao",
            "title": "Tipo Operação",
            "type": "string",
            "format": "default",
            "constraints": {
              "enum": [
                "1",
                "2"
              ]
            }
          },
          {
            "name": "cd_documento",
            "title": "Documento - Código",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "cd_evento",
            "title": "Evento - Código",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "dt_anomes",
            "title": "Ano e Mês",
            "type": "string",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "pattern": "\\d{6}"
            },
            "notes": [
              "O tipo yearmonth somente aceita representação YYYY-MM (ie. com hífen)"
            ]
          },
          {
            "name": "ano_particao",
            "title": "Ano Partição",
            "type": "year",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "vr_empenhado",
            "title": "Valor Empenhado",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "description": "Valor do orçamento reservado para fazer face a compromisso formalmente assumido com fornecedor ou credor.\n",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          },
          {
            "name": "vr_liquidado",
            "title": "Valor Liquidado",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "description": "Valor que o fornecedor ou credor tem direito a receber referente a produto ou serviço devidamente entregue ou prestado.\n",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          },
          {
            "name": "vr_pago",
            "title": "Valor Pago",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "description": "Valor referente aos pagamentos efetuados através de movimentações bancárias, escriturais e apropriação contábil da despesa. \n\nO efetivo pagamento pode estar pendente de transmissão ao banco e/ou sujeito a compensação bancária.\n",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          }
        ],
        "missingValues": [
          ""
        ],
        "foreignKeys": [
          {
            "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_programa"
            ],
            "reference": {
              "fields": [
                "id_programa"
              ],
              "resource": "dm_programa"
            }
          },
          {
            "fields": [
              "id_tipo_documento"
            ],
            "reference": {
              "fields": [
                "id_tipo_documento"
              ],
              "resource": "dm_tipo_documento"
            }
          },
          {
            "fields": [
              "id_acao"
            ],
            "reference": {
              "fields": [
                "id_acao"
              ],
              "resource": "dm_acao"
            }
          },
          {
            "fields": [
              "id_item"
            ],
            "reference": {
              "fields": [
                "id_item"
              ],
              "resource": "dm_item_desp"
            }
          },
          {
            "fields": [
              "id_empenho"
            ],
            "reference": {
              "fields": [
                "id_empenho"
              ],
              "resource": "dm_empenho_desp_2009"
            }
          },
          {
            "fields": [
              "id_tempo"
            ],
            "reference": {
              "fields": [
                "id_tempo"
              ],
              "resource": "dm_tempo_diario"
            }
          },
          {
            "fields": [
              "id_elemento"
            ],
            "reference": {
              "fields": [
                "id_elemento"
              ],
              "resource": "dm_elemento_desp"
            }
          }
        ]
      },
      "sources": [
        {
          "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
          "table": "ft_diarias"
        }
      ],
      "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": 253.563,
        "errors": [],
        "tasks": [
          {
            "resource": {
              "name": "ft_diarias_2009",
              "title": "Diárias 2009",
              "path": "data/ft_diarias_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_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_programa",
                    "title": "Programa - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_acao",
                    "title": "Ação Orçamentária - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "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,
                      "unique": false
                    }
                  },
                  {
                    "name": "tp_operacao",
                    "title": "Tipo Operação",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "enum": [
                        "1",
                        "2"
                      ]
                    }
                  },
                  {
                    "name": "cd_documento",
                    "title": "Documento - Código",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "cd_evento",
                    "title": "Evento - Código",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "dt_anomes",
                    "title": "Ano e Mês",
                    "type": "string",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "pattern": "\\d{6}"
                    },
                    "notes": [
                      "O tipo yearmonth somente aceita representação YYYY-MM (ie. com hífen)"
                    ]
                  },
                  {
                    "name": "ano_particao",
                    "title": "Ano Partição",
                    "type": "year",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_empenhado",
                    "title": "Valor Empenhado",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "description": "Valor do orçamento reservado para fazer face a compromisso formalmente assumido com fornecedor ou credor.\n",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_liquidado",
                    "title": "Valor Liquidado",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "description": "Valor que o fornecedor ou credor tem direito a receber referente a produto ou serviço devidamente entregue ou prestado.\n",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_pago",
                    "title": "Valor Pago",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "description": "Valor referente aos pagamentos efetuados através de movimentações bancárias, escriturais e apropriação contábil da despesa. \n\nO efetivo pagamento pode estar pendente de transmissão ao banco e/ou sujeito a compensação bancária.\n",
                    "constraints": {
                      "required": true
                    }
                  }
                ],
                "missingValues": [
                  ""
                ],
                "foreignKeys": [
                  {
                    "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_programa"
                    ],
                    "reference": {
                      "fields": [
                        "id_programa"
                      ],
                      "resource": "dm_programa"
                    }
                  },
                  {
                    "fields": [
                      "id_tipo_documento"
                    ],
                    "reference": {
                      "fields": [
                        "id_tipo_documento"
                      ],
                      "resource": "dm_tipo_documento"
                    }
                  },
                  {
                    "fields": [
                      "id_acao"
                    ],
                    "reference": {
                      "fields": [
                        "id_acao"
                      ],
                      "resource": "dm_acao"
                    }
                  },
                  {
                    "fields": [
                      "id_item"
                    ],
                    "reference": {
                      "fields": [
                        "id_item"
                      ],
                      "resource": "dm_item_desp"
                    }
                  },
                  {
                    "fields": [
                      "id_empenho"
                    ],
                    "reference": {
                      "fields": [
                        "id_empenho"
                      ],
                      "resource": "dm_empenho_desp_2009"
                    }
                  },
                  {
                    "fields": [
                      "id_tempo"
                    ],
                    "reference": {
                      "fields": [
                        "id_tempo"
                      ],
                      "resource": "dm_tempo_diario"
                    }
                  },
                  {
                    "fields": [
                      "id_elemento"
                    ],
                    "reference": {
                      "fields": [
                        "id_elemento"
                      ],
                      "resource": "dm_elemento_desp"
                    }
                  }
                ]
              },
              "sources": [
                {
                  "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
                  "table": "ft_diarias"
                }
              ],
              "format": "csv",
              "mediatype": "text/csv",
              "encoding": "utf-8-sig",
              "dialect": {
                "delimiter": ";"
              },
              "profile": "tabular-data-resource",
              "scheme": "file",
              "hashing": "md5",
              "compression": "gz",
              "stats": {
                "hash": "8d0f762eaa6517a5ecfb97850feb1d86",
                "bytes": 20671050,
                "fields": 17,
                "rows": 1402399
              }
            },
            "time": 253.563,
            "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_diarias_2010",
      "title": "Diárias 2010",
      "path": "data/ft_diarias_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_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_programa",
            "title": "Programa - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_acao",
            "title": "Ação Orçamentária - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "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,
              "unique": false
            }
          },
          {
            "name": "tp_operacao",
            "title": "Tipo Operação",
            "type": "string",
            "format": "default",
            "constraints": {
              "enum": [
                "1",
                "2"
              ]
            }
          },
          {
            "name": "cd_documento",
            "title": "Documento - Código",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "cd_evento",
            "title": "Evento - Código",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "dt_anomes",
            "title": "Ano e Mês",
            "type": "string",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "pattern": "\\d{6}"
            },
            "notes": [
              "O tipo yearmonth somente aceita representação YYYY-MM (ie. com hífen)"
            ]
          },
          {
            "name": "ano_particao",
            "title": "Ano Partição",
            "type": "year",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "vr_empenhado",
            "title": "Valor Empenhado",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "description": "Valor do orçamento reservado para fazer face a compromisso formalmente assumido com fornecedor ou credor.\n",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          },
          {
            "name": "vr_liquidado",
            "title": "Valor Liquidado",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "description": "Valor que o fornecedor ou credor tem direito a receber referente a produto ou serviço devidamente entregue ou prestado.\n",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          },
          {
            "name": "vr_pago",
            "title": "Valor Pago",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "description": "Valor referente aos pagamentos efetuados através de movimentações bancárias, escriturais e apropriação contábil da despesa. \n\nO efetivo pagamento pode estar pendente de transmissão ao banco e/ou sujeito a compensação bancária.\n",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          }
        ],
        "missingValues": [
          ""
        ],
        "foreignKeys": [
          {
            "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_programa"
            ],
            "reference": {
              "fields": [
                "id_programa"
              ],
              "resource": "dm_programa"
            }
          },
          {
            "fields": [
              "id_tipo_documento"
            ],
            "reference": {
              "fields": [
                "id_tipo_documento"
              ],
              "resource": "dm_tipo_documento"
            }
          },
          {
            "fields": [
              "id_acao"
            ],
            "reference": {
              "fields": [
                "id_acao"
              ],
              "resource": "dm_acao"
            }
          },
          {
            "fields": [
              "id_item"
            ],
            "reference": {
              "fields": [
                "id_item"
              ],
              "resource": "dm_item_desp"
            }
          },
          {
            "fields": [
              "id_empenho"
            ],
            "reference": {
              "fields": [
                "id_empenho"
              ],
              "resource": "dm_empenho_desp_2010"
            }
          },
          {
            "fields": [
              "id_tempo"
            ],
            "reference": {
              "fields": [
                "id_tempo"
              ],
              "resource": "dm_tempo_diario"
            }
          },
          {
            "fields": [
              "id_elemento"
            ],
            "reference": {
              "fields": [
                "id_elemento"
              ],
              "resource": "dm_elemento_desp"
            }
          }
        ]
      },
      "sources": [
        {
          "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
          "table": "ft_diarias"
        }
      ],
      "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": 240.204,
        "errors": [],
        "tasks": [
          {
            "resource": {
              "name": "ft_diarias_2010",
              "title": "Diárias 2010",
              "path": "data/ft_diarias_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_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_programa",
                    "title": "Programa - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_acao",
                    "title": "Ação Orçamentária - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "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,
                      "unique": false
                    }
                  },
                  {
                    "name": "tp_operacao",
                    "title": "Tipo Operação",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "enum": [
                        "1",
                        "2"
                      ]
                    }
                  },
                  {
                    "name": "cd_documento",
                    "title": "Documento - Código",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "cd_evento",
                    "title": "Evento - Código",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "dt_anomes",
                    "title": "Ano e Mês",
                    "type": "string",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "pattern": "\\d{6}"
                    },
                    "notes": [
                      "O tipo yearmonth somente aceita representação YYYY-MM (ie. com hífen)"
                    ]
                  },
                  {
                    "name": "ano_particao",
                    "title": "Ano Partição",
                    "type": "year",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_empenhado",
                    "title": "Valor Empenhado",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "description": "Valor do orçamento reservado para fazer face a compromisso formalmente assumido com fornecedor ou credor.\n",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_liquidado",
                    "title": "Valor Liquidado",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "description": "Valor que o fornecedor ou credor tem direito a receber referente a produto ou serviço devidamente entregue ou prestado.\n",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_pago",
                    "title": "Valor Pago",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "description": "Valor referente aos pagamentos efetuados através de movimentações bancárias, escriturais e apropriação contábil da despesa. \n\nO efetivo pagamento pode estar pendente de transmissão ao banco e/ou sujeito a compensação bancária.\n",
                    "constraints": {
                      "required": true
                    }
                  }
                ],
                "missingValues": [
                  ""
                ],
                "foreignKeys": [
                  {
                    "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_programa"
                    ],
                    "reference": {
                      "fields": [
                        "id_programa"
                      ],
                      "resource": "dm_programa"
                    }
                  },
                  {
                    "fields": [
                      "id_tipo_documento"
                    ],
                    "reference": {
                      "fields": [
                        "id_tipo_documento"
                      ],
                      "resource": "dm_tipo_documento"
                    }
                  },
                  {
                    "fields": [
                      "id_acao"
                    ],
                    "reference": {
                      "fields": [
                        "id_acao"
                      ],
                      "resource": "dm_acao"
                    }
                  },
                  {
                    "fields": [
                      "id_item"
                    ],
                    "reference": {
                      "fields": [
                        "id_item"
                      ],
                      "resource": "dm_item_desp"
                    }
                  },
                  {
                    "fields": [
                      "id_empenho"
                    ],
                    "reference": {
                      "fields": [
                        "id_empenho"
                      ],
                      "resource": "dm_empenho_desp_2010"
                    }
                  },
                  {
                    "fields": [
                      "id_tempo"
                    ],
                    "reference": {
                      "fields": [
                        "id_tempo"
                      ],
                      "resource": "dm_tempo_diario"
                    }
                  },
                  {
                    "fields": [
                      "id_elemento"
                    ],
                    "reference": {
                      "fields": [
                        "id_elemento"
                      ],
                      "resource": "dm_elemento_desp"
                    }
                  }
                ]
              },
              "sources": [
                {
                  "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
                  "table": "ft_diarias"
                }
              ],
              "format": "csv",
              "mediatype": "text/csv",
              "encoding": "utf-8-sig",
              "dialect": {
                "delimiter": ";"
              },
              "profile": "tabular-data-resource",
              "scheme": "file",
              "hashing": "md5",
              "compression": "gz",
              "stats": {
                "hash": "b5e306fc4d744b0b833f034b1dd8e578",
                "bytes": 18405624,
                "fields": 17,
                "rows": 1255516
              }
            },
            "time": 240.204,
            "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_diarias_2011",
      "title": "Diárias 2011",
      "path": "data/ft_diarias_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_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_programa",
            "title": "Programa - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_acao",
            "title": "Ação Orçamentária - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "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,
              "unique": false
            }
          },
          {
            "name": "tp_operacao",
            "title": "Tipo Operação",
            "type": "string",
            "format": "default",
            "constraints": {
              "enum": [
                "1",
                "2"
              ]
            }
          },
          {
            "name": "cd_documento",
            "title": "Documento - Código",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "cd_evento",
            "title": "Evento - Código",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "dt_anomes",
            "title": "Ano e Mês",
            "type": "string",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "pattern": "\\d{6}"
            },
            "notes": [
              "O tipo yearmonth somente aceita representação YYYY-MM (ie. com hífen)"
            ]
          },
          {
            "name": "ano_particao",
            "title": "Ano Partição",
            "type": "year",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "vr_empenhado",
            "title": "Valor Empenhado",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "description": "Valor do orçamento reservado para fazer face a compromisso formalmente assumido com fornecedor ou credor.\n",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          },
          {
            "name": "vr_liquidado",
            "title": "Valor Liquidado",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "description": "Valor que o fornecedor ou credor tem direito a receber referente a produto ou serviço devidamente entregue ou prestado.\n",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          },
          {
            "name": "vr_pago",
            "title": "Valor Pago",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "description": "Valor referente aos pagamentos efetuados através de movimentações bancárias, escriturais e apropriação contábil da despesa. \n\nO efetivo pagamento pode estar pendente de transmissão ao banco e/ou sujeito a compensação bancária.\n",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          }
        ],
        "missingValues": [
          ""
        ],
        "foreignKeys": [
          {
            "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_programa"
            ],
            "reference": {
              "fields": [
                "id_programa"
              ],
              "resource": "dm_programa"
            }
          },
          {
            "fields": [
              "id_tipo_documento"
            ],
            "reference": {
              "fields": [
                "id_tipo_documento"
              ],
              "resource": "dm_tipo_documento"
            }
          },
          {
            "fields": [
              "id_acao"
            ],
            "reference": {
              "fields": [
                "id_acao"
              ],
              "resource": "dm_acao"
            }
          },
          {
            "fields": [
              "id_item"
            ],
            "reference": {
              "fields": [
                "id_item"
              ],
              "resource": "dm_item_desp"
            }
          },
          {
            "fields": [
              "id_empenho"
            ],
            "reference": {
              "fields": [
                "id_empenho"
              ],
              "resource": "dm_empenho_desp_2011"
            }
          },
          {
            "fields": [
              "id_tempo"
            ],
            "reference": {
              "fields": [
                "id_tempo"
              ],
              "resource": "dm_tempo_diario"
            }
          },
          {
            "fields": [
              "id_elemento"
            ],
            "reference": {
              "fields": [
                "id_elemento"
              ],
              "resource": "dm_elemento_desp"
            }
          }
        ]
      },
      "sources": [
        {
          "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
          "table": "ft_diarias"
        }
      ],
      "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": 242.144,
        "errors": [],
        "tasks": [
          {
            "resource": {
              "name": "ft_diarias_2011",
              "title": "Diárias 2011",
              "path": "data/ft_diarias_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_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_programa",
                    "title": "Programa - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_acao",
                    "title": "Ação Orçamentária - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "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,
                      "unique": false
                    }
                  },
                  {
                    "name": "tp_operacao",
                    "title": "Tipo Operação",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "enum": [
                        "1",
                        "2"
                      ]
                    }
                  },
                  {
                    "name": "cd_documento",
                    "title": "Documento - Código",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "cd_evento",
                    "title": "Evento - Código",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "dt_anomes",
                    "title": "Ano e Mês",
                    "type": "string",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "pattern": "\\d{6}"
                    },
                    "notes": [
                      "O tipo yearmonth somente aceita representação YYYY-MM (ie. com hífen)"
                    ]
                  },
                  {
                    "name": "ano_particao",
                    "title": "Ano Partição",
                    "type": "year",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_empenhado",
                    "title": "Valor Empenhado",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "description": "Valor do orçamento reservado para fazer face a compromisso formalmente assumido com fornecedor ou credor.\n",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_liquidado",
                    "title": "Valor Liquidado",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "description": "Valor que o fornecedor ou credor tem direito a receber referente a produto ou serviço devidamente entregue ou prestado.\n",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_pago",
                    "title": "Valor Pago",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "description": "Valor referente aos pagamentos efetuados através de movimentações bancárias, escriturais e apropriação contábil da despesa. \n\nO efetivo pagamento pode estar pendente de transmissão ao banco e/ou sujeito a compensação bancária.\n",
                    "constraints": {
                      "required": true
                    }
                  }
                ],
                "missingValues": [
                  ""
                ],
                "foreignKeys": [
                  {
                    "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_programa"
                    ],
                    "reference": {
                      "fields": [
                        "id_programa"
                      ],
                      "resource": "dm_programa"
                    }
                  },
                  {
                    "fields": [
                      "id_tipo_documento"
                    ],
                    "reference": {
                      "fields": [
                        "id_tipo_documento"
                      ],
                      "resource": "dm_tipo_documento"
                    }
                  },
                  {
                    "fields": [
                      "id_acao"
                    ],
                    "reference": {
                      "fields": [
                        "id_acao"
                      ],
                      "resource": "dm_acao"
                    }
                  },
                  {
                    "fields": [
                      "id_item"
                    ],
                    "reference": {
                      "fields": [
                        "id_item"
                      ],
                      "resource": "dm_item_desp"
                    }
                  },
                  {
                    "fields": [
                      "id_empenho"
                    ],
                    "reference": {
                      "fields": [
                        "id_empenho"
                      ],
                      "resource": "dm_empenho_desp_2011"
                    }
                  },
                  {
                    "fields": [
                      "id_tempo"
                    ],
                    "reference": {
                      "fields": [
                        "id_tempo"
                      ],
                      "resource": "dm_tempo_diario"
                    }
                  },
                  {
                    "fields": [
                      "id_elemento"
                    ],
                    "reference": {
                      "fields": [
                        "id_elemento"
                      ],
                      "resource": "dm_elemento_desp"
                    }
                  }
                ]
              },
              "sources": [
                {
                  "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
                  "table": "ft_diarias"
                }
              ],
              "format": "csv",
              "mediatype": "text/csv",
              "encoding": "utf-8-sig",
              "dialect": {
                "delimiter": ";"
              },
              "profile": "tabular-data-resource",
              "scheme": "file",
              "hashing": "md5",
              "compression": "gz",
              "stats": {
                "hash": "0390b40669347038d3d8c7e8e48173ef",
                "bytes": 18748283,
                "fields": 17,
                "rows": 1293917
              }
            },
            "time": 242.144,
            "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_diarias_2012",
      "title": "Diárias 2012",
      "path": "data/ft_diarias_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_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_programa",
            "title": "Programa - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_acao",
            "title": "Ação Orçamentária - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "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,
              "unique": false
            }
          },
          {
            "name": "tp_operacao",
            "title": "Tipo Operação",
            "type": "string",
            "format": "default",
            "constraints": {
              "enum": [
                "1",
                "2"
              ]
            }
          },
          {
            "name": "cd_documento",
            "title": "Documento - Código",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "cd_evento",
            "title": "Evento - Código",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "dt_anomes",
            "title": "Ano e Mês",
            "type": "string",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "pattern": "\\d{6}"
            },
            "notes": [
              "O tipo yearmonth somente aceita representação YYYY-MM (ie. com hífen)"
            ]
          },
          {
            "name": "ano_particao",
            "title": "Ano Partição",
            "type": "year",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "vr_empenhado",
            "title": "Valor Empenhado",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "description": "Valor do orçamento reservado para fazer face a compromisso formalmente assumido com fornecedor ou credor.\n",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          },
          {
            "name": "vr_liquidado",
            "title": "Valor Liquidado",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "description": "Valor que o fornecedor ou credor tem direito a receber referente a produto ou serviço devidamente entregue ou prestado.\n",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          },
          {
            "name": "vr_pago",
            "title": "Valor Pago",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "description": "Valor referente aos pagamentos efetuados através de movimentações bancárias, escriturais e apropriação contábil da despesa. \n\nO efetivo pagamento pode estar pendente de transmissão ao banco e/ou sujeito a compensação bancária.\n",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          }
        ],
        "missingValues": [
          ""
        ],
        "foreignKeys": [
          {
            "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_programa"
            ],
            "reference": {
              "fields": [
                "id_programa"
              ],
              "resource": "dm_programa"
            }
          },
          {
            "fields": [
              "id_tipo_documento"
            ],
            "reference": {
              "fields": [
                "id_tipo_documento"
              ],
              "resource": "dm_tipo_documento"
            }
          },
          {
            "fields": [
              "id_acao"
            ],
            "reference": {
              "fields": [
                "id_acao"
              ],
              "resource": "dm_acao"
            }
          },
          {
            "fields": [
              "id_item"
            ],
            "reference": {
              "fields": [
                "id_item"
              ],
              "resource": "dm_item_desp"
            }
          },
          {
            "fields": [
              "id_empenho"
            ],
            "reference": {
              "fields": [
                "id_empenho"
              ],
              "resource": "dm_empenho_desp_2012"
            }
          },
          {
            "fields": [
              "id_tempo"
            ],
            "reference": {
              "fields": [
                "id_tempo"
              ],
              "resource": "dm_tempo_diario"
            }
          },
          {
            "fields": [
              "id_elemento"
            ],
            "reference": {
              "fields": [
                "id_elemento"
              ],
              "resource": "dm_elemento_desp"
            }
          }
        ]
      },
      "sources": [
        {
          "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
          "table": "ft_diarias"
        }
      ],
      "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": 284.143,
        "errors": [],
        "tasks": [
          {
            "resource": {
              "name": "ft_diarias_2012",
              "title": "Diárias 2012",
              "path": "data/ft_diarias_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_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_programa",
                    "title": "Programa - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_acao",
                    "title": "Ação Orçamentária - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "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,
                      "unique": false
                    }
                  },
                  {
                    "name": "tp_operacao",
                    "title": "Tipo Operação",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "enum": [
                        "1",
                        "2"
                      ]
                    }
                  },
                  {
                    "name": "cd_documento",
                    "title": "Documento - Código",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "cd_evento",
                    "title": "Evento - Código",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "dt_anomes",
                    "title": "Ano e Mês",
                    "type": "string",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "pattern": "\\d{6}"
                    },
                    "notes": [
                      "O tipo yearmonth somente aceita representação YYYY-MM (ie. com hífen)"
                    ]
                  },
                  {
                    "name": "ano_particao",
                    "title": "Ano Partição",
                    "type": "year",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_empenhado",
                    "title": "Valor Empenhado",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "description": "Valor do orçamento reservado para fazer face a compromisso formalmente assumido com fornecedor ou credor.\n",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_liquidado",
                    "title": "Valor Liquidado",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "description": "Valor que o fornecedor ou credor tem direito a receber referente a produto ou serviço devidamente entregue ou prestado.\n",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_pago",
                    "title": "Valor Pago",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "description": "Valor referente aos pagamentos efetuados através de movimentações bancárias, escriturais e apropriação contábil da despesa. \n\nO efetivo pagamento pode estar pendente de transmissão ao banco e/ou sujeito a compensação bancária.\n",
                    "constraints": {
                      "required": true
                    }
                  }
                ],
                "missingValues": [
                  ""
                ],
                "foreignKeys": [
                  {
                    "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_programa"
                    ],
                    "reference": {
                      "fields": [
                        "id_programa"
                      ],
                      "resource": "dm_programa"
                    }
                  },
                  {
                    "fields": [
                      "id_tipo_documento"
                    ],
                    "reference": {
                      "fields": [
                        "id_tipo_documento"
                      ],
                      "resource": "dm_tipo_documento"
                    }
                  },
                  {
                    "fields": [
                      "id_acao"
                    ],
                    "reference": {
                      "fields": [
                        "id_acao"
                      ],
                      "resource": "dm_acao"
                    }
                  },
                  {
                    "fields": [
                      "id_item"
                    ],
                    "reference": {
                      "fields": [
                        "id_item"
                      ],
                      "resource": "dm_item_desp"
                    }
                  },
                  {
                    "fields": [
                      "id_empenho"
                    ],
                    "reference": {
                      "fields": [
                        "id_empenho"
                      ],
                      "resource": "dm_empenho_desp_2012"
                    }
                  },
                  {
                    "fields": [
                      "id_tempo"
                    ],
                    "reference": {
                      "fields": [
                        "id_tempo"
                      ],
                      "resource": "dm_tempo_diario"
                    }
                  },
                  {
                    "fields": [
                      "id_elemento"
                    ],
                    "reference": {
                      "fields": [
                        "id_elemento"
                      ],
                      "resource": "dm_elemento_desp"
                    }
                  }
                ]
              },
              "sources": [
                {
                  "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
                  "table": "ft_diarias"
                }
              ],
              "format": "csv",
              "mediatype": "text/csv",
              "encoding": "utf-8-sig",
              "dialect": {
                "delimiter": ";"
              },
              "profile": "tabular-data-resource",
              "scheme": "file",
              "hashing": "md5",
              "compression": "gz",
              "stats": {
                "hash": "bc4f165e8eb24417df8415b707a5854a",
                "bytes": 23222904,
                "fields": 17,
                "rows": 1587890
              }
            },
            "time": 284.143,
            "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_diarias_2013",
      "title": "Diárias 2013",
      "path": "data/ft_diarias_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_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_programa",
            "title": "Programa - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_acao",
            "title": "Ação Orçamentária - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "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,
              "unique": false
            }
          },
          {
            "name": "tp_operacao",
            "title": "Tipo Operação",
            "type": "string",
            "format": "default",
            "constraints": {
              "enum": [
                "1",
                "2"
              ]
            }
          },
          {
            "name": "cd_documento",
            "title": "Documento - Código",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "cd_evento",
            "title": "Evento - Código",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "dt_anomes",
            "title": "Ano e Mês",
            "type": "string",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "pattern": "\\d{6}"
            },
            "notes": [
              "O tipo yearmonth somente aceita representação YYYY-MM (ie. com hífen)"
            ]
          },
          {
            "name": "ano_particao",
            "title": "Ano Partição",
            "type": "year",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "vr_empenhado",
            "title": "Valor Empenhado",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "description": "Valor do orçamento reservado para fazer face a compromisso formalmente assumido com fornecedor ou credor.\n",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          },
          {
            "name": "vr_liquidado",
            "title": "Valor Liquidado",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "description": "Valor que o fornecedor ou credor tem direito a receber referente a produto ou serviço devidamente entregue ou prestado.\n",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          },
          {
            "name": "vr_pago",
            "title": "Valor Pago",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "description": "Valor referente aos pagamentos efetuados através de movimentações bancárias, escriturais e apropriação contábil da despesa. \n\nO efetivo pagamento pode estar pendente de transmissão ao banco e/ou sujeito a compensação bancária.\n",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          }
        ],
        "missingValues": [
          ""
        ],
        "foreignKeys": [
          {
            "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_programa"
            ],
            "reference": {
              "fields": [
                "id_programa"
              ],
              "resource": "dm_programa"
            }
          },
          {
            "fields": [
              "id_tipo_documento"
            ],
            "reference": {
              "fields": [
                "id_tipo_documento"
              ],
              "resource": "dm_tipo_documento"
            }
          },
          {
            "fields": [
              "id_acao"
            ],
            "reference": {
              "fields": [
                "id_acao"
              ],
              "resource": "dm_acao"
            }
          },
          {
            "fields": [
              "id_item"
            ],
            "reference": {
              "fields": [
                "id_item"
              ],
              "resource": "dm_item_desp"
            }
          },
          {
            "fields": [
              "id_empenho"
            ],
            "reference": {
              "fields": [
                "id_empenho"
              ],
              "resource": "dm_empenho_desp_2013"
            }
          },
          {
            "fields": [
              "id_tempo"
            ],
            "reference": {
              "fields": [
                "id_tempo"
              ],
              "resource": "dm_tempo_diario"
            }
          },
          {
            "fields": [
              "id_elemento"
            ],
            "reference": {
              "fields": [
                "id_elemento"
              ],
              "resource": "dm_elemento_desp"
            }
          }
        ]
      },
      "sources": [
        {
          "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
          "table": "ft_diarias"
        }
      ],
      "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": 277.116,
        "errors": [],
        "tasks": [
          {
            "resource": {
              "name": "ft_diarias_2013",
              "title": "Diárias 2013",
              "path": "data/ft_diarias_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_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_programa",
                    "title": "Programa - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_acao",
                    "title": "Ação Orçamentária - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "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,
                      "unique": false
                    }
                  },
                  {
                    "name": "tp_operacao",
                    "title": "Tipo Operação",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "enum": [
                        "1",
                        "2"
                      ]
                    }
                  },
                  {
                    "name": "cd_documento",
                    "title": "Documento - Código",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "cd_evento",
                    "title": "Evento - Código",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "dt_anomes",
                    "title": "Ano e Mês",
                    "type": "string",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "pattern": "\\d{6}"
                    },
                    "notes": [
                      "O tipo yearmonth somente aceita representação YYYY-MM (ie. com hífen)"
                    ]
                  },
                  {
                    "name": "ano_particao",
                    "title": "Ano Partição",
                    "type": "year",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_empenhado",
                    "title": "Valor Empenhado",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "description": "Valor do orçamento reservado para fazer face a compromisso formalmente assumido com fornecedor ou credor.\n",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_liquidado",
                    "title": "Valor Liquidado",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "description": "Valor que o fornecedor ou credor tem direito a receber referente a produto ou serviço devidamente entregue ou prestado.\n",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_pago",
                    "title": "Valor Pago",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "description": "Valor referente aos pagamentos efetuados através de movimentações bancárias, escriturais e apropriação contábil da despesa. \n\nO efetivo pagamento pode estar pendente de transmissão ao banco e/ou sujeito a compensação bancária.\n",
                    "constraints": {
                      "required": true
                    }
                  }
                ],
                "missingValues": [
                  ""
                ],
                "foreignKeys": [
                  {
                    "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_programa"
                    ],
                    "reference": {
                      "fields": [
                        "id_programa"
                      ],
                      "resource": "dm_programa"
                    }
                  },
                  {
                    "fields": [
                      "id_tipo_documento"
                    ],
                    "reference": {
                      "fields": [
                        "id_tipo_documento"
                      ],
                      "resource": "dm_tipo_documento"
                    }
                  },
                  {
                    "fields": [
                      "id_acao"
                    ],
                    "reference": {
                      "fields": [
                        "id_acao"
                      ],
                      "resource": "dm_acao"
                    }
                  },
                  {
                    "fields": [
                      "id_item"
                    ],
                    "reference": {
                      "fields": [
                        "id_item"
                      ],
                      "resource": "dm_item_desp"
                    }
                  },
                  {
                    "fields": [
                      "id_empenho"
                    ],
                    "reference": {
                      "fields": [
                        "id_empenho"
                      ],
                      "resource": "dm_empenho_desp_2013"
                    }
                  },
                  {
                    "fields": [
                      "id_tempo"
                    ],
                    "reference": {
                      "fields": [
                        "id_tempo"
                      ],
                      "resource": "dm_tempo_diario"
                    }
                  },
                  {
                    "fields": [
                      "id_elemento"
                    ],
                    "reference": {
                      "fields": [
                        "id_elemento"
                      ],
                      "resource": "dm_elemento_desp"
                    }
                  }
                ]
              },
              "sources": [
                {
                  "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
                  "table": "ft_diarias"
                }
              ],
              "format": "csv",
              "mediatype": "text/csv",
              "encoding": "utf-8-sig",
              "dialect": {
                "delimiter": ";"
              },
              "profile": "tabular-data-resource",
              "scheme": "file",
              "hashing": "md5",
              "compression": "gz",
              "stats": {
                "hash": "ed4bcaf3d957b2a92a5defb03f66a4d8",
                "bytes": 22689610,
                "fields": 17,
                "rows": 1551714
              }
            },
            "time": 277.116,
            "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_diarias_2014",
      "title": "Diárias 2014",
      "path": "data/ft_diarias_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_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_programa",
            "title": "Programa - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_acao",
            "title": "Ação Orçamentária - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "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,
              "unique": false
            }
          },
          {
            "name": "tp_operacao",
            "title": "Tipo Operação",
            "type": "string",
            "format": "default",
            "constraints": {
              "enum": [
                "1",
                "2"
              ]
            }
          },
          {
            "name": "cd_documento",
            "title": "Documento - Código",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "cd_evento",
            "title": "Evento - Código",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "dt_anomes",
            "title": "Ano e Mês",
            "type": "string",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "pattern": "\\d{6}"
            },
            "notes": [
              "O tipo yearmonth somente aceita representação YYYY-MM (ie. com hífen)"
            ]
          },
          {
            "name": "ano_particao",
            "title": "Ano Partição",
            "type": "year",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "vr_empenhado",
            "title": "Valor Empenhado",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "description": "Valor do orçamento reservado para fazer face a compromisso formalmente assumido com fornecedor ou credor.\n",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          },
          {
            "name": "vr_liquidado",
            "title": "Valor Liquidado",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "description": "Valor que o fornecedor ou credor tem direito a receber referente a produto ou serviço devidamente entregue ou prestado.\n",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          },
          {
            "name": "vr_pago",
            "title": "Valor Pago",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "description": "Valor referente aos pagamentos efetuados através de movimentações bancárias, escriturais e apropriação contábil da despesa. \n\nO efetivo pagamento pode estar pendente de transmissão ao banco e/ou sujeito a compensação bancária.\n",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          }
        ],
        "missingValues": [
          ""
        ],
        "foreignKeys": [
          {
            "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_programa"
            ],
            "reference": {
              "fields": [
                "id_programa"
              ],
              "resource": "dm_programa"
            }
          },
          {
            "fields": [
              "id_tipo_documento"
            ],
            "reference": {
              "fields": [
                "id_tipo_documento"
              ],
              "resource": "dm_tipo_documento"
            }
          },
          {
            "fields": [
              "id_acao"
            ],
            "reference": {
              "fields": [
                "id_acao"
              ],
              "resource": "dm_acao"
            }
          },
          {
            "fields": [
              "id_item"
            ],
            "reference": {
              "fields": [
                "id_item"
              ],
              "resource": "dm_item_desp"
            }
          },
          {
            "fields": [
              "id_empenho"
            ],
            "reference": {
              "fields": [
                "id_empenho"
              ],
              "resource": "dm_empenho_desp_2014"
            }
          },
          {
            "fields": [
              "id_tempo"
            ],
            "reference": {
              "fields": [
                "id_tempo"
              ],
              "resource": "dm_tempo_diario"
            }
          },
          {
            "fields": [
              "id_elemento"
            ],
            "reference": {
              "fields": [
                "id_elemento"
              ],
              "resource": "dm_elemento_desp"
            }
          }
        ]
      },
      "sources": [
        {
          "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
          "table": "ft_diarias"
        }
      ],
      "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": 219.519,
        "errors": [],
        "tasks": [
          {
            "resource": {
              "name": "ft_diarias_2014",
              "title": "Diárias 2014",
              "path": "data/ft_diarias_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_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_programa",
                    "title": "Programa - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_acao",
                    "title": "Ação Orçamentária - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "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,
                      "unique": false
                    }
                  },
                  {
                    "name": "tp_operacao",
                    "title": "Tipo Operação",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "enum": [
                        "1",
                        "2"
                      ]
                    }
                  },
                  {
                    "name": "cd_documento",
                    "title": "Documento - Código",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "cd_evento",
                    "title": "Evento - Código",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "dt_anomes",
                    "title": "Ano e Mês",
                    "type": "string",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "pattern": "\\d{6}"
                    },
                    "notes": [
                      "O tipo yearmonth somente aceita representação YYYY-MM (ie. com hífen)"
                    ]
                  },
                  {
                    "name": "ano_particao",
                    "title": "Ano Partição",
                    "type": "year",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_empenhado",
                    "title": "Valor Empenhado",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "description": "Valor do orçamento reservado para fazer face a compromisso formalmente assumido com fornecedor ou credor.\n",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_liquidado",
                    "title": "Valor Liquidado",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "description": "Valor que o fornecedor ou credor tem direito a receber referente a produto ou serviço devidamente entregue ou prestado.\n",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_pago",
                    "title": "Valor Pago",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "description": "Valor referente aos pagamentos efetuados através de movimentações bancárias, escriturais e apropriação contábil da despesa. \n\nO efetivo pagamento pode estar pendente de transmissão ao banco e/ou sujeito a compensação bancária.\n",
                    "constraints": {
                      "required": true
                    }
                  }
                ],
                "missingValues": [
                  ""
                ],
                "foreignKeys": [
                  {
                    "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_programa"
                    ],
                    "reference": {
                      "fields": [
                        "id_programa"
                      ],
                      "resource": "dm_programa"
                    }
                  },
                  {
                    "fields": [
                      "id_tipo_documento"
                    ],
                    "reference": {
                      "fields": [
                        "id_tipo_documento"
                      ],
                      "resource": "dm_tipo_documento"
                    }
                  },
                  {
                    "fields": [
                      "id_acao"
                    ],
                    "reference": {
                      "fields": [
                        "id_acao"
                      ],
                      "resource": "dm_acao"
                    }
                  },
                  {
                    "fields": [
                      "id_item"
                    ],
                    "reference": {
                      "fields": [
                        "id_item"
                      ],
                      "resource": "dm_item_desp"
                    }
                  },
                  {
                    "fields": [
                      "id_empenho"
                    ],
                    "reference": {
                      "fields": [
                        "id_empenho"
                      ],
                      "resource": "dm_empenho_desp_2014"
                    }
                  },
                  {
                    "fields": [
                      "id_tempo"
                    ],
                    "reference": {
                      "fields": [
                        "id_tempo"
                      ],
                      "resource": "dm_tempo_diario"
                    }
                  },
                  {
                    "fields": [
                      "id_elemento"
                    ],
                    "reference": {
                      "fields": [
                        "id_elemento"
                      ],
                      "resource": "dm_elemento_desp"
                    }
                  }
                ]
              },
              "sources": [
                {
                  "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
                  "table": "ft_diarias"
                }
              ],
              "format": "csv",
              "mediatype": "text/csv",
              "encoding": "utf-8-sig",
              "dialect": {
                "delimiter": ";"
              },
              "profile": "tabular-data-resource",
              "scheme": "file",
              "hashing": "md5",
              "compression": "gz",
              "stats": {
                "hash": "65a47e82e13c50de9e06a7433c8fffb3",
                "bytes": 16447130,
                "fields": 17,
                "rows": 1110768
              }
            },
            "time": 219.519,
            "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_diarias_2015",
      "title": "Diárias 2015",
      "path": "data/ft_diarias_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_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_programa",
            "title": "Programa - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_acao",
            "title": "Ação Orçamentária - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "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,
              "unique": false
            }
          },
          {
            "name": "tp_operacao",
            "title": "Tipo Operação",
            "type": "string",
            "format": "default",
            "constraints": {
              "enum": [
                "1",
                "2"
              ]
            }
          },
          {
            "name": "cd_documento",
            "title": "Documento - Código",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "cd_evento",
            "title": "Evento - Código",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "dt_anomes",
            "title": "Ano e Mês",
            "type": "string",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "pattern": "\\d{6}"
            },
            "notes": [
              "O tipo yearmonth somente aceita representação YYYY-MM (ie. com hífen)"
            ]
          },
          {
            "name": "ano_particao",
            "title": "Ano Partição",
            "type": "year",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "vr_empenhado",
            "title": "Valor Empenhado",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "description": "Valor do orçamento reservado para fazer face a compromisso formalmente assumido com fornecedor ou credor.\n",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          },
          {
            "name": "vr_liquidado",
            "title": "Valor Liquidado",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "description": "Valor que o fornecedor ou credor tem direito a receber referente a produto ou serviço devidamente entregue ou prestado.\n",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          },
          {
            "name": "vr_pago",
            "title": "Valor Pago",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "description": "Valor referente aos pagamentos efetuados através de movimentações bancárias, escriturais e apropriação contábil da despesa. \n\nO efetivo pagamento pode estar pendente de transmissão ao banco e/ou sujeito a compensação bancária.\n",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          }
        ],
        "missingValues": [
          ""
        ],
        "foreignKeys": [
          {
            "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_programa"
            ],
            "reference": {
              "fields": [
                "id_programa"
              ],
              "resource": "dm_programa"
            }
          },
          {
            "fields": [
              "id_tipo_documento"
            ],
            "reference": {
              "fields": [
                "id_tipo_documento"
              ],
              "resource": "dm_tipo_documento"
            }
          },
          {
            "fields": [
              "id_acao"
            ],
            "reference": {
              "fields": [
                "id_acao"
              ],
              "resource": "dm_acao"
            }
          },
          {
            "fields": [
              "id_item"
            ],
            "reference": {
              "fields": [
                "id_item"
              ],
              "resource": "dm_item_desp"
            }
          },
          {
            "fields": [
              "id_empenho"
            ],
            "reference": {
              "fields": [
                "id_empenho"
              ],
              "resource": "dm_empenho_desp_2015"
            }
          },
          {
            "fields": [
              "id_tempo"
            ],
            "reference": {
              "fields": [
                "id_tempo"
              ],
              "resource": "dm_tempo_diario"
            }
          },
          {
            "fields": [
              "id_elemento"
            ],
            "reference": {
              "fields": [
                "id_elemento"
              ],
              "resource": "dm_elemento_desp"
            }
          }
        ]
      },
      "sources": [
        {
          "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
          "table": "ft_diarias"
        }
      ],
      "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": 201.174,
        "errors": [],
        "tasks": [
          {
            "resource": {
              "name": "ft_diarias_2015",
              "title": "Diárias 2015",
              "path": "data/ft_diarias_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_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_programa",
                    "title": "Programa - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_acao",
                    "title": "Ação Orçamentária - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "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,
                      "unique": false
                    }
                  },
                  {
                    "name": "tp_operacao",
                    "title": "Tipo Operação",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "enum": [
                        "1",
                        "2"
                      ]
                    }
                  },
                  {
                    "name": "cd_documento",
                    "title": "Documento - Código",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "cd_evento",
                    "title": "Evento - Código",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "dt_anomes",
                    "title": "Ano e Mês",
                    "type": "string",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "pattern": "\\d{6}"
                    },
                    "notes": [
                      "O tipo yearmonth somente aceita representação YYYY-MM (ie. com hífen)"
                    ]
                  },
                  {
                    "name": "ano_particao",
                    "title": "Ano Partição",
                    "type": "year",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_empenhado",
                    "title": "Valor Empenhado",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "description": "Valor do orçamento reservado para fazer face a compromisso formalmente assumido com fornecedor ou credor.\n",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_liquidado",
                    "title": "Valor Liquidado",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "description": "Valor que o fornecedor ou credor tem direito a receber referente a produto ou serviço devidamente entregue ou prestado.\n",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_pago",
                    "title": "Valor Pago",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "description": "Valor referente aos pagamentos efetuados através de movimentações bancárias, escriturais e apropriação contábil da despesa. \n\nO efetivo pagamento pode estar pendente de transmissão ao banco e/ou sujeito a compensação bancária.\n",
                    "constraints": {
                      "required": true
                    }
                  }
                ],
                "missingValues": [
                  ""
                ],
                "foreignKeys": [
                  {
                    "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_programa"
                    ],
                    "reference": {
                      "fields": [
                        "id_programa"
                      ],
                      "resource": "dm_programa"
                    }
                  },
                  {
                    "fields": [
                      "id_tipo_documento"
                    ],
                    "reference": {
                      "fields": [
                        "id_tipo_documento"
                      ],
                      "resource": "dm_tipo_documento"
                    }
                  },
                  {
                    "fields": [
                      "id_acao"
                    ],
                    "reference": {
                      "fields": [
                        "id_acao"
                      ],
                      "resource": "dm_acao"
                    }
                  },
                  {
                    "fields": [
                      "id_item"
                    ],
                    "reference": {
                      "fields": [
                        "id_item"
                      ],
                      "resource": "dm_item_desp"
                    }
                  },
                  {
                    "fields": [
                      "id_empenho"
                    ],
                    "reference": {
                      "fields": [
                        "id_empenho"
                      ],
                      "resource": "dm_empenho_desp_2015"
                    }
                  },
                  {
                    "fields": [
                      "id_tempo"
                    ],
                    "reference": {
                      "fields": [
                        "id_tempo"
                      ],
                      "resource": "dm_tempo_diario"
                    }
                  },
                  {
                    "fields": [
                      "id_elemento"
                    ],
                    "reference": {
                      "fields": [
                        "id_elemento"
                      ],
                      "resource": "dm_elemento_desp"
                    }
                  }
                ]
              },
              "sources": [
                {
                  "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
                  "table": "ft_diarias"
                }
              ],
              "format": "csv",
              "mediatype": "text/csv",
              "encoding": "utf-8-sig",
              "dialect": {
                "delimiter": ";"
              },
              "profile": "tabular-data-resource",
              "scheme": "file",
              "hashing": "md5",
              "compression": "gz",
              "stats": {
                "hash": "b258cd37a78a9ca813070257bd4a057a",
                "bytes": 14413383,
                "fields": 17,
                "rows": 961758
              }
            },
            "time": 201.174,
            "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_diarias_2016",
      "title": "Diárias 2016",
      "path": "data/ft_diarias_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_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_programa",
            "title": "Programa - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_acao",
            "title": "Ação Orçamentária - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "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,
              "unique": false
            }
          },
          {
            "name": "tp_operacao",
            "title": "Tipo Operação",
            "type": "string",
            "format": "default",
            "constraints": {
              "enum": [
                "1",
                "2"
              ]
            }
          },
          {
            "name": "cd_documento",
            "title": "Documento - Código",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "cd_evento",
            "title": "Evento - Código",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "dt_anomes",
            "title": "Ano e Mês",
            "type": "string",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "pattern": "\\d{6}"
            },
            "notes": [
              "O tipo yearmonth somente aceita representação YYYY-MM (ie. com hífen)"
            ]
          },
          {
            "name": "ano_particao",
            "title": "Ano Partição",
            "type": "year",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "vr_empenhado",
            "title": "Valor Empenhado",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "description": "Valor do orçamento reservado para fazer face a compromisso formalmente assumido com fornecedor ou credor.\n",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          },
          {
            "name": "vr_liquidado",
            "title": "Valor Liquidado",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "description": "Valor que o fornecedor ou credor tem direito a receber referente a produto ou serviço devidamente entregue ou prestado.\n",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          },
          {
            "name": "vr_pago",
            "title": "Valor Pago",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "description": "Valor referente aos pagamentos efetuados através de movimentações bancárias, escriturais e apropriação contábil da despesa. \n\nO efetivo pagamento pode estar pendente de transmissão ao banco e/ou sujeito a compensação bancária.\n",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          }
        ],
        "missingValues": [
          ""
        ],
        "foreignKeys": [
          {
            "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_programa"
            ],
            "reference": {
              "fields": [
                "id_programa"
              ],
              "resource": "dm_programa"
            }
          },
          {
            "fields": [
              "id_tipo_documento"
            ],
            "reference": {
              "fields": [
                "id_tipo_documento"
              ],
              "resource": "dm_tipo_documento"
            }
          },
          {
            "fields": [
              "id_acao"
            ],
            "reference": {
              "fields": [
                "id_acao"
              ],
              "resource": "dm_acao"
            }
          },
          {
            "fields": [
              "id_item"
            ],
            "reference": {
              "fields": [
                "id_item"
              ],
              "resource": "dm_item_desp"
            }
          },
          {
            "fields": [
              "id_empenho"
            ],
            "reference": {
              "fields": [
                "id_empenho"
              ],
              "resource": "dm_empenho_desp_2016"
            }
          },
          {
            "fields": [
              "id_tempo"
            ],
            "reference": {
              "fields": [
                "id_tempo"
              ],
              "resource": "dm_tempo_diario"
            }
          },
          {
            "fields": [
              "id_elemento"
            ],
            "reference": {
              "fields": [
                "id_elemento"
              ],
              "resource": "dm_elemento_desp"
            }
          }
        ]
      },
      "sources": [
        {
          "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
          "table": "ft_diarias"
        }
      ],
      "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": 178.047,
        "errors": [],
        "tasks": [
          {
            "resource": {
              "name": "ft_diarias_2016",
              "title": "Diárias 2016",
              "path": "data/ft_diarias_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_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_programa",
                    "title": "Programa - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_acao",
                    "title": "Ação Orçamentária - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "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,
                      "unique": false
                    }
                  },
                  {
                    "name": "tp_operacao",
                    "title": "Tipo Operação",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "enum": [
                        "1",
                        "2"
                      ]
                    }
                  },
                  {
                    "name": "cd_documento",
                    "title": "Documento - Código",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "cd_evento",
                    "title": "Evento - Código",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "dt_anomes",
                    "title": "Ano e Mês",
                    "type": "string",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "pattern": "\\d{6}"
                    },
                    "notes": [
                      "O tipo yearmonth somente aceita representação YYYY-MM (ie. com hífen)"
                    ]
                  },
                  {
                    "name": "ano_particao",
                    "title": "Ano Partição",
                    "type": "year",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_empenhado",
                    "title": "Valor Empenhado",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "description": "Valor do orçamento reservado para fazer face a compromisso formalmente assumido com fornecedor ou credor.\n",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_liquidado",
                    "title": "Valor Liquidado",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "description": "Valor que o fornecedor ou credor tem direito a receber referente a produto ou serviço devidamente entregue ou prestado.\n",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_pago",
                    "title": "Valor Pago",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "description": "Valor referente aos pagamentos efetuados através de movimentações bancárias, escriturais e apropriação contábil da despesa. \n\nO efetivo pagamento pode estar pendente de transmissão ao banco e/ou sujeito a compensação bancária.\n",
                    "constraints": {
                      "required": true
                    }
                  }
                ],
                "missingValues": [
                  ""
                ],
                "foreignKeys": [
                  {
                    "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_programa"
                    ],
                    "reference": {
                      "fields": [
                        "id_programa"
                      ],
                      "resource": "dm_programa"
                    }
                  },
                  {
                    "fields": [
                      "id_tipo_documento"
                    ],
                    "reference": {
                      "fields": [
                        "id_tipo_documento"
                      ],
                      "resource": "dm_tipo_documento"
                    }
                  },
                  {
                    "fields": [
                      "id_acao"
                    ],
                    "reference": {
                      "fields": [
                        "id_acao"
                      ],
                      "resource": "dm_acao"
                    }
                  },
                  {
                    "fields": [
                      "id_item"
                    ],
                    "reference": {
                      "fields": [
                        "id_item"
                      ],
                      "resource": "dm_item_desp"
                    }
                  },
                  {
                    "fields": [
                      "id_empenho"
                    ],
                    "reference": {
                      "fields": [
                        "id_empenho"
                      ],
                      "resource": "dm_empenho_desp_2016"
                    }
                  },
                  {
                    "fields": [
                      "id_tempo"
                    ],
                    "reference": {
                      "fields": [
                        "id_tempo"
                      ],
                      "resource": "dm_tempo_diario"
                    }
                  },
                  {
                    "fields": [
                      "id_elemento"
                    ],
                    "reference": {
                      "fields": [
                        "id_elemento"
                      ],
                      "resource": "dm_elemento_desp"
                    }
                  }
                ]
              },
              "sources": [
                {
                  "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
                  "table": "ft_diarias"
                }
              ],
              "format": "csv",
              "mediatype": "text/csv",
              "encoding": "utf-8-sig",
              "dialect": {
                "delimiter": ";"
              },
              "profile": "tabular-data-resource",
              "scheme": "file",
              "hashing": "md5",
              "compression": "gz",
              "stats": {
                "hash": "aa8224146e9c50122c0e4699ef0d65e2",
                "bytes": 11714976,
                "fields": 17,
                "rows": 820064
              }
            },
            "time": 178.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": "ft_diarias_2017",
      "title": "Diárias 2017",
      "path": "data/ft_diarias_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_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_programa",
            "title": "Programa - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_acao",
            "title": "Ação Orçamentária - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "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,
              "unique": false
            }
          },
          {
            "name": "tp_operacao",
            "title": "Tipo Operação",
            "type": "string",
            "format": "default",
            "constraints": {
              "enum": [
                "1",
                "2"
              ]
            }
          },
          {
            "name": "cd_documento",
            "title": "Documento - Código",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "cd_evento",
            "title": "Evento - Código",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "dt_anomes",
            "title": "Ano e Mês",
            "type": "string",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "pattern": "\\d{6}"
            },
            "notes": [
              "O tipo yearmonth somente aceita representação YYYY-MM (ie. com hífen)"
            ]
          },
          {
            "name": "ano_particao",
            "title": "Ano Partição",
            "type": "year",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "vr_empenhado",
            "title": "Valor Empenhado",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "description": "Valor do orçamento reservado para fazer face a compromisso formalmente assumido com fornecedor ou credor.\n",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          },
          {
            "name": "vr_liquidado",
            "title": "Valor Liquidado",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "description": "Valor que o fornecedor ou credor tem direito a receber referente a produto ou serviço devidamente entregue ou prestado.\n",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          },
          {
            "name": "vr_pago",
            "title": "Valor Pago",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "description": "Valor referente aos pagamentos efetuados através de movimentações bancárias, escriturais e apropriação contábil da despesa. \n\nO efetivo pagamento pode estar pendente de transmissão ao banco e/ou sujeito a compensação bancária.\n",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          }
        ],
        "missingValues": [
          ""
        ],
        "foreignKeys": [
          {
            "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_programa"
            ],
            "reference": {
              "fields": [
                "id_programa"
              ],
              "resource": "dm_programa"
            }
          },
          {
            "fields": [
              "id_tipo_documento"
            ],
            "reference": {
              "fields": [
                "id_tipo_documento"
              ],
              "resource": "dm_tipo_documento"
            }
          },
          {
            "fields": [
              "id_acao"
            ],
            "reference": {
              "fields": [
                "id_acao"
              ],
              "resource": "dm_acao"
            }
          },
          {
            "fields": [
              "id_item"
            ],
            "reference": {
              "fields": [
                "id_item"
              ],
              "resource": "dm_item_desp"
            }
          },
          {
            "fields": [
              "id_empenho"
            ],
            "reference": {
              "fields": [
                "id_empenho"
              ],
              "resource": "dm_empenho_desp_2017"
            }
          },
          {
            "fields": [
              "id_tempo"
            ],
            "reference": {
              "fields": [
                "id_tempo"
              ],
              "resource": "dm_tempo_diario"
            }
          },
          {
            "fields": [
              "id_elemento"
            ],
            "reference": {
              "fields": [
                "id_elemento"
              ],
              "resource": "dm_elemento_desp"
            }
          }
        ]
      },
      "sources": [
        {
          "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
          "table": "ft_diarias"
        }
      ],
      "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": 141.831,
        "errors": [],
        "tasks": [
          {
            "resource": {
              "name": "ft_diarias_2017",
              "title": "Diárias 2017",
              "path": "data/ft_diarias_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_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_programa",
                    "title": "Programa - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_acao",
                    "title": "Ação Orçamentária - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "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,
                      "unique": false
                    }
                  },
                  {
                    "name": "tp_operacao",
                    "title": "Tipo Operação",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "enum": [
                        "1",
                        "2"
                      ]
                    }
                  },
                  {
                    "name": "cd_documento",
                    "title": "Documento - Código",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "cd_evento",
                    "title": "Evento - Código",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "dt_anomes",
                    "title": "Ano e Mês",
                    "type": "string",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "pattern": "\\d{6}"
                    },
                    "notes": [
                      "O tipo yearmonth somente aceita representação YYYY-MM (ie. com hífen)"
                    ]
                  },
                  {
                    "name": "ano_particao",
                    "title": "Ano Partição",
                    "type": "year",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_empenhado",
                    "title": "Valor Empenhado",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "description": "Valor do orçamento reservado para fazer face a compromisso formalmente assumido com fornecedor ou credor.\n",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_liquidado",
                    "title": "Valor Liquidado",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "description": "Valor que o fornecedor ou credor tem direito a receber referente a produto ou serviço devidamente entregue ou prestado.\n",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_pago",
                    "title": "Valor Pago",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "description": "Valor referente aos pagamentos efetuados através de movimentações bancárias, escriturais e apropriação contábil da despesa. \n\nO efetivo pagamento pode estar pendente de transmissão ao banco e/ou sujeito a compensação bancária.\n",
                    "constraints": {
                      "required": true
                    }
                  }
                ],
                "missingValues": [
                  ""
                ],
                "foreignKeys": [
                  {
                    "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_programa"
                    ],
                    "reference": {
                      "fields": [
                        "id_programa"
                      ],
                      "resource": "dm_programa"
                    }
                  },
                  {
                    "fields": [
                      "id_tipo_documento"
                    ],
                    "reference": {
                      "fields": [
                        "id_tipo_documento"
                      ],
                      "resource": "dm_tipo_documento"
                    }
                  },
                  {
                    "fields": [
                      "id_acao"
                    ],
                    "reference": {
                      "fields": [
                        "id_acao"
                      ],
                      "resource": "dm_acao"
                    }
                  },
                  {
                    "fields": [
                      "id_item"
                    ],
                    "reference": {
                      "fields": [
                        "id_item"
                      ],
                      "resource": "dm_item_desp"
                    }
                  },
                  {
                    "fields": [
                      "id_empenho"
                    ],
                    "reference": {
                      "fields": [
                        "id_empenho"
                      ],
                      "resource": "dm_empenho_desp_2017"
                    }
                  },
                  {
                    "fields": [
                      "id_tempo"
                    ],
                    "reference": {
                      "fields": [
                        "id_tempo"
                      ],
                      "resource": "dm_tempo_diario"
                    }
                  },
                  {
                    "fields": [
                      "id_elemento"
                    ],
                    "reference": {
                      "fields": [
                        "id_elemento"
                      ],
                      "resource": "dm_elemento_desp"
                    }
                  }
                ]
              },
              "sources": [
                {
                  "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
                  "table": "ft_diarias"
                }
              ],
              "format": "csv",
              "mediatype": "text/csv",
              "encoding": "utf-8-sig",
              "dialect": {
                "delimiter": ";"
              },
              "profile": "tabular-data-resource",
              "scheme": "file",
              "hashing": "md5",
              "compression": "gz",
              "stats": {
                "hash": "796629759d12e18815d59f1dedd76bc9",
                "bytes": 6017406,
                "fields": 17,
                "rows": 570017
              }
            },
            "time": 141.831,
            "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_diarias_2018",
      "title": "Diárias 2018",
      "path": "data/ft_diarias_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_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_programa",
            "title": "Programa - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_acao",
            "title": "Ação Orçamentária - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "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,
              "unique": false
            }
          },
          {
            "name": "tp_operacao",
            "title": "Tipo Operação",
            "type": "string",
            "format": "default",
            "constraints": {
              "enum": [
                "1",
                "2"
              ]
            }
          },
          {
            "name": "cd_documento",
            "title": "Documento - Código",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "cd_evento",
            "title": "Evento - Código",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "dt_anomes",
            "title": "Ano e Mês",
            "type": "string",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "pattern": "\\d{6}"
            },
            "notes": [
              "O tipo yearmonth somente aceita representação YYYY-MM (ie. com hífen)"
            ]
          },
          {
            "name": "ano_particao",
            "title": "Ano Partição",
            "type": "year",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "vr_empenhado",
            "title": "Valor Empenhado",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "description": "Valor do orçamento reservado para fazer face a compromisso formalmente assumido com fornecedor ou credor.\n",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          },
          {
            "name": "vr_liquidado",
            "title": "Valor Liquidado",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "description": "Valor que o fornecedor ou credor tem direito a receber referente a produto ou serviço devidamente entregue ou prestado.\n",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          },
          {
            "name": "vr_pago",
            "title": "Valor Pago",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "description": "Valor referente aos pagamentos efetuados através de movimentações bancárias, escriturais e apropriação contábil da despesa. \n\nO efetivo pagamento pode estar pendente de transmissão ao banco e/ou sujeito a compensação bancária.\n",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          }
        ],
        "missingValues": [
          ""
        ],
        "foreignKeys": [
          {
            "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_programa"
            ],
            "reference": {
              "fields": [
                "id_programa"
              ],
              "resource": "dm_programa"
            }
          },
          {
            "fields": [
              "id_tipo_documento"
            ],
            "reference": {
              "fields": [
                "id_tipo_documento"
              ],
              "resource": "dm_tipo_documento"
            }
          },
          {
            "fields": [
              "id_acao"
            ],
            "reference": {
              "fields": [
                "id_acao"
              ],
              "resource": "dm_acao"
            }
          },
          {
            "fields": [
              "id_item"
            ],
            "reference": {
              "fields": [
                "id_item"
              ],
              "resource": "dm_item_desp"
            }
          },
          {
            "fields": [
              "id_empenho"
            ],
            "reference": {
              "fields": [
                "id_empenho"
              ],
              "resource": "dm_empenho_desp_2018"
            }
          },
          {
            "fields": [
              "id_tempo"
            ],
            "reference": {
              "fields": [
                "id_tempo"
              ],
              "resource": "dm_tempo_diario"
            }
          },
          {
            "fields": [
              "id_elemento"
            ],
            "reference": {
              "fields": [
                "id_elemento"
              ],
              "resource": "dm_elemento_desp"
            }
          }
        ]
      },
      "sources": [
        {
          "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
          "table": "ft_diarias"
        }
      ],
      "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": 127.437,
        "errors": [],
        "tasks": [
          {
            "resource": {
              "name": "ft_diarias_2018",
              "title": "Diárias 2018",
              "path": "data/ft_diarias_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_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_programa",
                    "title": "Programa - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_acao",
                    "title": "Ação Orçamentária - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "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,
                      "unique": false
                    }
                  },
                  {
                    "name": "tp_operacao",
                    "title": "Tipo Operação",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "enum": [
                        "1",
                        "2"
                      ]
                    }
                  },
                  {
                    "name": "cd_documento",
                    "title": "Documento - Código",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "cd_evento",
                    "title": "Evento - Código",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "dt_anomes",
                    "title": "Ano e Mês",
                    "type": "string",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "pattern": "\\d{6}"
                    },
                    "notes": [
                      "O tipo yearmonth somente aceita representação YYYY-MM (ie. com hífen)"
                    ]
                  },
                  {
                    "name": "ano_particao",
                    "title": "Ano Partição",
                    "type": "year",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_empenhado",
                    "title": "Valor Empenhado",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "description": "Valor do orçamento reservado para fazer face a compromisso formalmente assumido com fornecedor ou credor.\n",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_liquidado",
                    "title": "Valor Liquidado",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "description": "Valor que o fornecedor ou credor tem direito a receber referente a produto ou serviço devidamente entregue ou prestado.\n",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_pago",
                    "title": "Valor Pago",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "description": "Valor referente aos pagamentos efetuados através de movimentações bancárias, escriturais e apropriação contábil da despesa. \n\nO efetivo pagamento pode estar pendente de transmissão ao banco e/ou sujeito a compensação bancária.\n",
                    "constraints": {
                      "required": true
                    }
                  }
                ],
                "missingValues": [
                  ""
                ],
                "foreignKeys": [
                  {
                    "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_programa"
                    ],
                    "reference": {
                      "fields": [
                        "id_programa"
                      ],
                      "resource": "dm_programa"
                    }
                  },
                  {
                    "fields": [
                      "id_tipo_documento"
                    ],
                    "reference": {
                      "fields": [
                        "id_tipo_documento"
                      ],
                      "resource": "dm_tipo_documento"
                    }
                  },
                  {
                    "fields": [
                      "id_acao"
                    ],
                    "reference": {
                      "fields": [
                        "id_acao"
                      ],
                      "resource": "dm_acao"
                    }
                  },
                  {
                    "fields": [
                      "id_item"
                    ],
                    "reference": {
                      "fields": [
                        "id_item"
                      ],
                      "resource": "dm_item_desp"
                    }
                  },
                  {
                    "fields": [
                      "id_empenho"
                    ],
                    "reference": {
                      "fields": [
                        "id_empenho"
                      ],
                      "resource": "dm_empenho_desp_2018"
                    }
                  },
                  {
                    "fields": [
                      "id_tempo"
                    ],
                    "reference": {
                      "fields": [
                        "id_tempo"
                      ],
                      "resource": "dm_tempo_diario"
                    }
                  },
                  {
                    "fields": [
                      "id_elemento"
                    ],
                    "reference": {
                      "fields": [
                        "id_elemento"
                      ],
                      "resource": "dm_elemento_desp"
                    }
                  }
                ]
              },
              "sources": [
                {
                  "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
                  "table": "ft_diarias"
                }
              ],
              "format": "csv",
              "mediatype": "text/csv",
              "encoding": "utf-8-sig",
              "dialect": {
                "delimiter": ";"
              },
              "profile": "tabular-data-resource",
              "scheme": "file",
              "hashing": "md5",
              "compression": "gz",
              "stats": {
                "hash": "f3e7c7d01abd18dd583e39d4d55c60b9",
                "bytes": 5048327,
                "fields": 17,
                "rows": 443407
              }
            },
            "time": 127.437,
            "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_diarias_2019",
      "title": "Diárias 2019",
      "path": "data/ft_diarias_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_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_programa",
            "title": "Programa - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_acao",
            "title": "Ação Orçamentária - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "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,
              "unique": false
            }
          },
          {
            "name": "tp_operacao",
            "title": "Tipo Operação",
            "type": "string",
            "format": "default",
            "constraints": {
              "enum": [
                "1",
                "2"
              ]
            }
          },
          {
            "name": "cd_documento",
            "title": "Documento - Código",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "cd_evento",
            "title": "Evento - Código",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "dt_anomes",
            "title": "Ano e Mês",
            "type": "string",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "pattern": "\\d{6}"
            },
            "notes": [
              "O tipo yearmonth somente aceita representação YYYY-MM (ie. com hífen)"
            ]
          },
          {
            "name": "ano_particao",
            "title": "Ano Partição",
            "type": "year",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "vr_empenhado",
            "title": "Valor Empenhado",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "description": "Valor do orçamento reservado para fazer face a compromisso formalmente assumido com fornecedor ou credor.\n",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          },
          {
            "name": "vr_liquidado",
            "title": "Valor Liquidado",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "description": "Valor que o fornecedor ou credor tem direito a receber referente a produto ou serviço devidamente entregue ou prestado.\n",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          },
          {
            "name": "vr_pago",
            "title": "Valor Pago",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "description": "Valor referente aos pagamentos efetuados através de movimentações bancárias, escriturais e apropriação contábil da despesa. \n\nO efetivo pagamento pode estar pendente de transmissão ao banco e/ou sujeito a compensação bancária.\n",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          }
        ],
        "missingValues": [
          ""
        ],
        "foreignKeys": [
          {
            "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_programa"
            ],
            "reference": {
              "fields": [
                "id_programa"
              ],
              "resource": "dm_programa"
            }
          },
          {
            "fields": [
              "id_tipo_documento"
            ],
            "reference": {
              "fields": [
                "id_tipo_documento"
              ],
              "resource": "dm_tipo_documento"
            }
          },
          {
            "fields": [
              "id_acao"
            ],
            "reference": {
              "fields": [
                "id_acao"
              ],
              "resource": "dm_acao"
            }
          },
          {
            "fields": [
              "id_item"
            ],
            "reference": {
              "fields": [
                "id_item"
              ],
              "resource": "dm_item_desp"
            }
          },
          {
            "fields": [
              "id_empenho"
            ],
            "reference": {
              "fields": [
                "id_empenho"
              ],
              "resource": "dm_empenho_desp_2019"
            }
          },
          {
            "fields": [
              "id_tempo"
            ],
            "reference": {
              "fields": [
                "id_tempo"
              ],
              "resource": "dm_tempo_diario"
            }
          },
          {
            "fields": [
              "id_elemento"
            ],
            "reference": {
              "fields": [
                "id_elemento"
              ],
              "resource": "dm_elemento_desp"
            }
          }
        ]
      },
      "sources": [
        {
          "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
          "table": "ft_diarias"
        }
      ],
      "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": 128.09,
        "errors": [],
        "tasks": [
          {
            "resource": {
              "name": "ft_diarias_2019",
              "title": "Diárias 2019",
              "path": "data/ft_diarias_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_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_programa",
                    "title": "Programa - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_acao",
                    "title": "Ação Orçamentária - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "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,
                      "unique": false
                    }
                  },
                  {
                    "name": "tp_operacao",
                    "title": "Tipo Operação",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "enum": [
                        "1",
                        "2"
                      ]
                    }
                  },
                  {
                    "name": "cd_documento",
                    "title": "Documento - Código",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "cd_evento",
                    "title": "Evento - Código",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "dt_anomes",
                    "title": "Ano e Mês",
                    "type": "string",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "pattern": "\\d{6}"
                    },
                    "notes": [
                      "O tipo yearmonth somente aceita representação YYYY-MM (ie. com hífen)"
                    ]
                  },
                  {
                    "name": "ano_particao",
                    "title": "Ano Partição",
                    "type": "year",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_empenhado",
                    "title": "Valor Empenhado",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "description": "Valor do orçamento reservado para fazer face a compromisso formalmente assumido com fornecedor ou credor.\n",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_liquidado",
                    "title": "Valor Liquidado",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "description": "Valor que o fornecedor ou credor tem direito a receber referente a produto ou serviço devidamente entregue ou prestado.\n",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_pago",
                    "title": "Valor Pago",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "description": "Valor referente aos pagamentos efetuados através de movimentações bancárias, escriturais e apropriação contábil da despesa. \n\nO efetivo pagamento pode estar pendente de transmissão ao banco e/ou sujeito a compensação bancária.\n",
                    "constraints": {
                      "required": true
                    }
                  }
                ],
                "missingValues": [
                  ""
                ],
                "foreignKeys": [
                  {
                    "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_programa"
                    ],
                    "reference": {
                      "fields": [
                        "id_programa"
                      ],
                      "resource": "dm_programa"
                    }
                  },
                  {
                    "fields": [
                      "id_tipo_documento"
                    ],
                    "reference": {
                      "fields": [
                        "id_tipo_documento"
                      ],
                      "resource": "dm_tipo_documento"
                    }
                  },
                  {
                    "fields": [
                      "id_acao"
                    ],
                    "reference": {
                      "fields": [
                        "id_acao"
                      ],
                      "resource": "dm_acao"
                    }
                  },
                  {
                    "fields": [
                      "id_item"
                    ],
                    "reference": {
                      "fields": [
                        "id_item"
                      ],
                      "resource": "dm_item_desp"
                    }
                  },
                  {
                    "fields": [
                      "id_empenho"
                    ],
                    "reference": {
                      "fields": [
                        "id_empenho"
                      ],
                      "resource": "dm_empenho_desp_2019"
                    }
                  },
                  {
                    "fields": [
                      "id_tempo"
                    ],
                    "reference": {
                      "fields": [
                        "id_tempo"
                      ],
                      "resource": "dm_tempo_diario"
                    }
                  },
                  {
                    "fields": [
                      "id_elemento"
                    ],
                    "reference": {
                      "fields": [
                        "id_elemento"
                      ],
                      "resource": "dm_elemento_desp"
                    }
                  }
                ]
              },
              "sources": [
                {
                  "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
                  "table": "ft_diarias"
                }
              ],
              "format": "csv",
              "mediatype": "text/csv",
              "encoding": "utf-8-sig",
              "dialect": {
                "delimiter": ";"
              },
              "profile": "tabular-data-resource",
              "scheme": "file",
              "hashing": "md5",
              "compression": "gz",
              "stats": {
                "hash": "5cc66ecd5ebe319d966ede9423272e1c",
                "bytes": 5048489,
                "fields": 17,
                "rows": 441079
              }
            },
            "time": 128.09,
            "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_diarias_2020",
      "title": "Diárias 2020",
      "path": "data/ft_diarias_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_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_programa",
            "title": "Programa - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_acao",
            "title": "Ação Orçamentária - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "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,
              "unique": false
            }
          },
          {
            "name": "tp_operacao",
            "title": "Tipo Operação",
            "type": "string",
            "format": "default",
            "constraints": {
              "enum": [
                "1",
                "2"
              ]
            }
          },
          {
            "name": "cd_documento",
            "title": "Documento - Código",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "cd_evento",
            "title": "Evento - Código",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "dt_anomes",
            "title": "Ano e Mês",
            "type": "string",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "pattern": "\\d{6}"
            },
            "notes": [
              "O tipo yearmonth somente aceita representação YYYY-MM (ie. com hífen)"
            ]
          },
          {
            "name": "ano_particao",
            "title": "Ano Partição",
            "type": "year",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "vr_empenhado",
            "title": "Valor Empenhado",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "description": "Valor do orçamento reservado para fazer face a compromisso formalmente assumido com fornecedor ou credor.\n",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          },
          {
            "name": "vr_liquidado",
            "title": "Valor Liquidado",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "description": "Valor que o fornecedor ou credor tem direito a receber referente a produto ou serviço devidamente entregue ou prestado.\n",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          },
          {
            "name": "vr_pago",
            "title": "Valor Pago",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "description": "Valor referente aos pagamentos efetuados através de movimentações bancárias, escriturais e apropriação contábil da despesa. \n\nO efetivo pagamento pode estar pendente de transmissão ao banco e/ou sujeito a compensação bancária.\n",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          }
        ],
        "missingValues": [
          ""
        ],
        "foreignKeys": [
          {
            "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_programa"
            ],
            "reference": {
              "fields": [
                "id_programa"
              ],
              "resource": "dm_programa"
            }
          },
          {
            "fields": [
              "id_tipo_documento"
            ],
            "reference": {
              "fields": [
                "id_tipo_documento"
              ],
              "resource": "dm_tipo_documento"
            }
          },
          {
            "fields": [
              "id_acao"
            ],
            "reference": {
              "fields": [
                "id_acao"
              ],
              "resource": "dm_acao"
            }
          },
          {
            "fields": [
              "id_item"
            ],
            "reference": {
              "fields": [
                "id_item"
              ],
              "resource": "dm_item_desp"
            }
          },
          {
            "fields": [
              "id_empenho"
            ],
            "reference": {
              "fields": [
                "id_empenho"
              ],
              "resource": "dm_empenho_desp_2020"
            }
          },
          {
            "fields": [
              "id_tempo"
            ],
            "reference": {
              "fields": [
                "id_tempo"
              ],
              "resource": "dm_tempo_diario"
            }
          },
          {
            "fields": [
              "id_elemento"
            ],
            "reference": {
              "fields": [
                "id_elemento"
              ],
              "resource": "dm_elemento_desp"
            }
          }
        ]
      },
      "sources": [
        {
          "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
          "table": "ft_diarias"
        }
      ],
      "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.579,
        "errors": [],
        "tasks": [
          {
            "resource": {
              "name": "ft_diarias_2020",
              "title": "Diárias 2020",
              "path": "data/ft_diarias_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_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_programa",
                    "title": "Programa - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_acao",
                    "title": "Ação Orçamentária - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "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,
                      "unique": false
                    }
                  },
                  {
                    "name": "tp_operacao",
                    "title": "Tipo Operação",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "enum": [
                        "1",
                        "2"
                      ]
                    }
                  },
                  {
                    "name": "cd_documento",
                    "title": "Documento - Código",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "cd_evento",
                    "title": "Evento - Código",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "dt_anomes",
                    "title": "Ano e Mês",
                    "type": "string",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "pattern": "\\d{6}"
                    },
                    "notes": [
                      "O tipo yearmonth somente aceita representação YYYY-MM (ie. com hífen)"
                    ]
                  },
                  {
                    "name": "ano_particao",
                    "title": "Ano Partição",
                    "type": "year",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_empenhado",
                    "title": "Valor Empenhado",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "description": "Valor do orçamento reservado para fazer face a compromisso formalmente assumido com fornecedor ou credor.\n",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_liquidado",
                    "title": "Valor Liquidado",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "description": "Valor que o fornecedor ou credor tem direito a receber referente a produto ou serviço devidamente entregue ou prestado.\n",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_pago",
                    "title": "Valor Pago",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "description": "Valor referente aos pagamentos efetuados através de movimentações bancárias, escriturais e apropriação contábil da despesa. \n\nO efetivo pagamento pode estar pendente de transmissão ao banco e/ou sujeito a compensação bancária.\n",
                    "constraints": {
                      "required": true
                    }
                  }
                ],
                "missingValues": [
                  ""
                ],
                "foreignKeys": [
                  {
                    "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_programa"
                    ],
                    "reference": {
                      "fields": [
                        "id_programa"
                      ],
                      "resource": "dm_programa"
                    }
                  },
                  {
                    "fields": [
                      "id_tipo_documento"
                    ],
                    "reference": {
                      "fields": [
                        "id_tipo_documento"
                      ],
                      "resource": "dm_tipo_documento"
                    }
                  },
                  {
                    "fields": [
                      "id_acao"
                    ],
                    "reference": {
                      "fields": [
                        "id_acao"
                      ],
                      "resource": "dm_acao"
                    }
                  },
                  {
                    "fields": [
                      "id_item"
                    ],
                    "reference": {
                      "fields": [
                        "id_item"
                      ],
                      "resource": "dm_item_desp"
                    }
                  },
                  {
                    "fields": [
                      "id_empenho"
                    ],
                    "reference": {
                      "fields": [
                        "id_empenho"
                      ],
                      "resource": "dm_empenho_desp_2020"
                    }
                  },
                  {
                    "fields": [
                      "id_tempo"
                    ],
                    "reference": {
                      "fields": [
                        "id_tempo"
                      ],
                      "resource": "dm_tempo_diario"
                    }
                  },
                  {
                    "fields": [
                      "id_elemento"
                    ],
                    "reference": {
                      "fields": [
                        "id_elemento"
                      ],
                      "resource": "dm_elemento_desp"
                    }
                  }
                ]
              },
              "sources": [
                {
                  "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
                  "table": "ft_diarias"
                }
              ],
              "format": "csv",
              "mediatype": "text/csv",
              "encoding": "utf-8-sig",
              "dialect": {
                "delimiter": ";"
              },
              "profile": "tabular-data-resource",
              "scheme": "file",
              "hashing": "md5",
              "compression": "gz",
              "stats": {
                "hash": "d884347ab10ad20c2f9cc2fa1468071f",
                "bytes": 2699996,
                "fields": 17,
                "rows": 254113
              }
            },
            "time": 103.579,
            "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_diarias_2021",
      "title": "Diárias 2021",
      "path": "data/ft_diarias_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_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_programa",
            "title": "Programa - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_acao",
            "title": "Ação Orçamentária - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "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,
              "unique": false
            }
          },
          {
            "name": "tp_operacao",
            "title": "Tipo Operação",
            "type": "string",
            "format": "default",
            "constraints": {
              "enum": [
                "1",
                "2"
              ]
            }
          },
          {
            "name": "cd_documento",
            "title": "Documento - Código",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "cd_evento",
            "title": "Evento - Código",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "dt_anomes",
            "title": "Ano e Mês",
            "type": "string",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "pattern": "\\d{6}"
            },
            "notes": [
              "O tipo yearmonth somente aceita representação YYYY-MM (ie. com hífen)"
            ]
          },
          {
            "name": "ano_particao",
            "title": "Ano Partição",
            "type": "year",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "vr_empenhado",
            "title": "Valor Empenhado",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "description": "Valor do orçamento reservado para fazer face a compromisso formalmente assumido com fornecedor ou credor.\n",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          },
          {
            "name": "vr_liquidado",
            "title": "Valor Liquidado",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "description": "Valor que o fornecedor ou credor tem direito a receber referente a produto ou serviço devidamente entregue ou prestado.\n",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          },
          {
            "name": "vr_pago",
            "title": "Valor Pago",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "description": "Valor referente aos pagamentos efetuados através de movimentações bancárias, escriturais e apropriação contábil da despesa. \n\nO efetivo pagamento pode estar pendente de transmissão ao banco e/ou sujeito a compensação bancária.\n",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          }
        ],
        "missingValues": [
          ""
        ],
        "foreignKeys": [
          {
            "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_programa"
            ],
            "reference": {
              "fields": [
                "id_programa"
              ],
              "resource": "dm_programa"
            }
          },
          {
            "fields": [
              "id_tipo_documento"
            ],
            "reference": {
              "fields": [
                "id_tipo_documento"
              ],
              "resource": "dm_tipo_documento"
            }
          },
          {
            "fields": [
              "id_acao"
            ],
            "reference": {
              "fields": [
                "id_acao"
              ],
              "resource": "dm_acao"
            }
          },
          {
            "fields": [
              "id_item"
            ],
            "reference": {
              "fields": [
                "id_item"
              ],
              "resource": "dm_item_desp"
            }
          },
          {
            "fields": [
              "id_empenho"
            ],
            "reference": {
              "fields": [
                "id_empenho"
              ],
              "resource": "dm_empenho_desp_2021"
            }
          },
          {
            "fields": [
              "id_tempo"
            ],
            "reference": {
              "fields": [
                "id_tempo"
              ],
              "resource": "dm_tempo_diario"
            }
          },
          {
            "fields": [
              "id_elemento"
            ],
            "reference": {
              "fields": [
                "id_elemento"
              ],
              "resource": "dm_elemento_desp"
            }
          }
        ]
      },
      "sources": [
        {
          "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
          "table": "ft_diarias"
        }
      ],
      "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": 113.701,
        "errors": [],
        "tasks": [
          {
            "resource": {
              "name": "ft_diarias_2021",
              "title": "Diárias 2021",
              "path": "data/ft_diarias_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_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_programa",
                    "title": "Programa - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_acao",
                    "title": "Ação Orçamentária - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "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,
                      "unique": false
                    }
                  },
                  {
                    "name": "tp_operacao",
                    "title": "Tipo Operação",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "enum": [
                        "1",
                        "2"
                      ]
                    }
                  },
                  {
                    "name": "cd_documento",
                    "title": "Documento - Código",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "cd_evento",
                    "title": "Evento - Código",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "dt_anomes",
                    "title": "Ano e Mês",
                    "type": "string",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "pattern": "\\d{6}"
                    },
                    "notes": [
                      "O tipo yearmonth somente aceita representação YYYY-MM (ie. com hífen)"
                    ]
                  },
                  {
                    "name": "ano_particao",
                    "title": "Ano Partição",
                    "type": "year",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_empenhado",
                    "title": "Valor Empenhado",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "description": "Valor do orçamento reservado para fazer face a compromisso formalmente assumido com fornecedor ou credor.\n",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_liquidado",
                    "title": "Valor Liquidado",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "description": "Valor que o fornecedor ou credor tem direito a receber referente a produto ou serviço devidamente entregue ou prestado.\n",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_pago",
                    "title": "Valor Pago",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "description": "Valor referente aos pagamentos efetuados através de movimentações bancárias, escriturais e apropriação contábil da despesa. \n\nO efetivo pagamento pode estar pendente de transmissão ao banco e/ou sujeito a compensação bancária.\n",
                    "constraints": {
                      "required": true
                    }
                  }
                ],
                "missingValues": [
                  ""
                ],
                "foreignKeys": [
                  {
                    "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_programa"
                    ],
                    "reference": {
                      "fields": [
                        "id_programa"
                      ],
                      "resource": "dm_programa"
                    }
                  },
                  {
                    "fields": [
                      "id_tipo_documento"
                    ],
                    "reference": {
                      "fields": [
                        "id_tipo_documento"
                      ],
                      "resource": "dm_tipo_documento"
                    }
                  },
                  {
                    "fields": [
                      "id_acao"
                    ],
                    "reference": {
                      "fields": [
                        "id_acao"
                      ],
                      "resource": "dm_acao"
                    }
                  },
                  {
                    "fields": [
                      "id_item"
                    ],
                    "reference": {
                      "fields": [
                        "id_item"
                      ],
                      "resource": "dm_item_desp"
                    }
                  },
                  {
                    "fields": [
                      "id_empenho"
                    ],
                    "reference": {
                      "fields": [
                        "id_empenho"
                      ],
                      "resource": "dm_empenho_desp_2021"
                    }
                  },
                  {
                    "fields": [
                      "id_tempo"
                    ],
                    "reference": {
                      "fields": [
                        "id_tempo"
                      ],
                      "resource": "dm_tempo_diario"
                    }
                  },
                  {
                    "fields": [
                      "id_elemento"
                    ],
                    "reference": {
                      "fields": [
                        "id_elemento"
                      ],
                      "resource": "dm_elemento_desp"
                    }
                  }
                ]
              },
              "sources": [
                {
                  "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
                  "table": "ft_diarias"
                }
              ],
              "format": "csv",
              "mediatype": "text/csv",
              "encoding": "utf-8-sig",
              "dialect": {
                "delimiter": ";"
              },
              "profile": "tabular-data-resource",
              "scheme": "file",
              "hashing": "md5",
              "compression": "gz",
              "stats": {
                "hash": "b1142c05d9deb878c9f00ec125e4bc68",
                "bytes": 3565160,
                "fields": 17,
                "rows": 315044
              }
            },
            "time": 113.701,
            "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_diarias_2022",
      "title": "Diárias 2022",
      "path": "data/ft_diarias_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_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_programa",
            "title": "Programa - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_acao",
            "title": "Ação Orçamentária - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "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,
              "unique": false
            }
          },
          {
            "name": "tp_operacao",
            "title": "Tipo Operação",
            "type": "string",
            "format": "default",
            "constraints": {
              "enum": [
                "1",
                "2"
              ]
            }
          },
          {
            "name": "cd_documento",
            "title": "Documento - Código",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "cd_evento",
            "title": "Evento - Código",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "dt_anomes",
            "title": "Ano e Mês",
            "type": "string",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "pattern": "\\d{6}"
            },
            "notes": [
              "O tipo yearmonth somente aceita representação YYYY-MM (ie. com hífen)"
            ]
          },
          {
            "name": "ano_particao",
            "title": "Ano Partição",
            "type": "year",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "vr_empenhado",
            "title": "Valor Empenhado",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "description": "Valor do orçamento reservado para fazer face a compromisso formalmente assumido com fornecedor ou credor.\n",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          },
          {
            "name": "vr_liquidado",
            "title": "Valor Liquidado",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "description": "Valor que o fornecedor ou credor tem direito a receber referente a produto ou serviço devidamente entregue ou prestado.\n",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          },
          {
            "name": "vr_pago",
            "title": "Valor Pago",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "description": "Valor referente aos pagamentos efetuados através de movimentações bancárias, escriturais e apropriação contábil da despesa. \n\nO efetivo pagamento pode estar pendente de transmissão ao banco e/ou sujeito a compensação bancária.\n",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          }
        ],
        "missingValues": [
          ""
        ],
        "foreignKeys": [
          {
            "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_programa"
            ],
            "reference": {
              "fields": [
                "id_programa"
              ],
              "resource": "dm_programa"
            }
          },
          {
            "fields": [
              "id_tipo_documento"
            ],
            "reference": {
              "fields": [
                "id_tipo_documento"
              ],
              "resource": "dm_tipo_documento"
            }
          },
          {
            "fields": [
              "id_acao"
            ],
            "reference": {
              "fields": [
                "id_acao"
              ],
              "resource": "dm_acao"
            }
          },
          {
            "fields": [
              "id_item"
            ],
            "reference": {
              "fields": [
                "id_item"
              ],
              "resource": "dm_item_desp"
            }
          },
          {
            "fields": [
              "id_empenho"
            ],
            "reference": {
              "fields": [
                "id_empenho"
              ],
              "resource": "dm_empenho_desp_2022"
            }
          },
          {
            "fields": [
              "id_tempo"
            ],
            "reference": {
              "fields": [
                "id_tempo"
              ],
              "resource": "dm_tempo_diario"
            }
          },
          {
            "fields": [
              "id_elemento"
            ],
            "reference": {
              "fields": [
                "id_elemento"
              ],
              "resource": "dm_elemento_desp"
            }
          }
        ]
      },
      "sources": [
        {
          "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
          "table": "ft_diarias"
        }
      ],
      "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": 131.731,
        "errors": [],
        "tasks": [
          {
            "resource": {
              "name": "ft_diarias_2022",
              "title": "Diárias 2022",
              "path": "data/ft_diarias_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_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_programa",
                    "title": "Programa - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_acao",
                    "title": "Ação Orçamentária - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "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,
                      "unique": false
                    }
                  },
                  {
                    "name": "tp_operacao",
                    "title": "Tipo Operação",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "enum": [
                        "1",
                        "2"
                      ]
                    }
                  },
                  {
                    "name": "cd_documento",
                    "title": "Documento - Código",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "cd_evento",
                    "title": "Evento - Código",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "dt_anomes",
                    "title": "Ano e Mês",
                    "type": "string",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "pattern": "\\d{6}"
                    },
                    "notes": [
                      "O tipo yearmonth somente aceita representação YYYY-MM (ie. com hífen)"
                    ]
                  },
                  {
                    "name": "ano_particao",
                    "title": "Ano Partição",
                    "type": "year",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_empenhado",
                    "title": "Valor Empenhado",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "description": "Valor do orçamento reservado para fazer face a compromisso formalmente assumido com fornecedor ou credor.\n",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_liquidado",
                    "title": "Valor Liquidado",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "description": "Valor que o fornecedor ou credor tem direito a receber referente a produto ou serviço devidamente entregue ou prestado.\n",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_pago",
                    "title": "Valor Pago",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "description": "Valor referente aos pagamentos efetuados através de movimentações bancárias, escriturais e apropriação contábil da despesa. \n\nO efetivo pagamento pode estar pendente de transmissão ao banco e/ou sujeito a compensação bancária.\n",
                    "constraints": {
                      "required": true
                    }
                  }
                ],
                "missingValues": [
                  ""
                ],
                "foreignKeys": [
                  {
                    "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_programa"
                    ],
                    "reference": {
                      "fields": [
                        "id_programa"
                      ],
                      "resource": "dm_programa"
                    }
                  },
                  {
                    "fields": [
                      "id_tipo_documento"
                    ],
                    "reference": {
                      "fields": [
                        "id_tipo_documento"
                      ],
                      "resource": "dm_tipo_documento"
                    }
                  },
                  {
                    "fields": [
                      "id_acao"
                    ],
                    "reference": {
                      "fields": [
                        "id_acao"
                      ],
                      "resource": "dm_acao"
                    }
                  },
                  {
                    "fields": [
                      "id_item"
                    ],
                    "reference": {
                      "fields": [
                        "id_item"
                      ],
                      "resource": "dm_item_desp"
                    }
                  },
                  {
                    "fields": [
                      "id_empenho"
                    ],
                    "reference": {
                      "fields": [
                        "id_empenho"
                      ],
                      "resource": "dm_empenho_desp_2022"
                    }
                  },
                  {
                    "fields": [
                      "id_tempo"
                    ],
                    "reference": {
                      "fields": [
                        "id_tempo"
                      ],
                      "resource": "dm_tempo_diario"
                    }
                  },
                  {
                    "fields": [
                      "id_elemento"
                    ],
                    "reference": {
                      "fields": [
                        "id_elemento"
                      ],
                      "resource": "dm_elemento_desp"
                    }
                  }
                ]
              },
              "sources": [
                {
                  "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
                  "table": "ft_diarias"
                }
              ],
              "format": "csv",
              "mediatype": "text/csv",
              "encoding": "utf-8-sig",
              "dialect": {
                "delimiter": ";"
              },
              "profile": "tabular-data-resource",
              "scheme": "file",
              "hashing": "md5",
              "compression": "gz",
              "stats": {
                "hash": "288d7220449f7a12c7bac318be12cb92",
                "bytes": 5404738,
                "fields": 17,
                "rows": 457931
              }
            },
            "time": 131.731,
            "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_diarias_2023",
      "title": "Diárias 2023",
      "path": "data/ft_diarias_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_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_programa",
            "title": "Programa - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_acao",
            "title": "Ação Orçamentária - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "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,
              "unique": false
            }
          },
          {
            "name": "tp_operacao",
            "title": "Tipo Operação",
            "type": "string",
            "format": "default",
            "constraints": {
              "enum": [
                "1",
                "2"
              ]
            }
          },
          {
            "name": "cd_documento",
            "title": "Documento - Código",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "cd_evento",
            "title": "Evento - Código",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "dt_anomes",
            "title": "Ano e Mês",
            "type": "string",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "pattern": "\\d{6}"
            },
            "notes": [
              "O tipo yearmonth somente aceita representação YYYY-MM (ie. com hífen)"
            ]
          },
          {
            "name": "ano_particao",
            "title": "Ano Partição",
            "type": "year",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "vr_empenhado",
            "title": "Valor Empenhado",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "description": "Valor do orçamento reservado para fazer face a compromisso formalmente assumido com fornecedor ou credor.\n",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          },
          {
            "name": "vr_liquidado",
            "title": "Valor Liquidado",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "description": "Valor que o fornecedor ou credor tem direito a receber referente a produto ou serviço devidamente entregue ou prestado.\n",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          },
          {
            "name": "vr_pago",
            "title": "Valor Pago",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "description": "Valor referente aos pagamentos efetuados através de movimentações bancárias, escriturais e apropriação contábil da despesa. \n\nO efetivo pagamento pode estar pendente de transmissão ao banco e/ou sujeito a compensação bancária.\n",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          }
        ],
        "missingValues": [
          ""
        ],
        "foreignKeys": [
          {
            "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_programa"
            ],
            "reference": {
              "fields": [
                "id_programa"
              ],
              "resource": "dm_programa"
            }
          },
          {
            "fields": [
              "id_tipo_documento"
            ],
            "reference": {
              "fields": [
                "id_tipo_documento"
              ],
              "resource": "dm_tipo_documento"
            }
          },
          {
            "fields": [
              "id_acao"
            ],
            "reference": {
              "fields": [
                "id_acao"
              ],
              "resource": "dm_acao"
            }
          },
          {
            "fields": [
              "id_item"
            ],
            "reference": {
              "fields": [
                "id_item"
              ],
              "resource": "dm_item_desp"
            }
          },
          {
            "fields": [
              "id_empenho"
            ],
            "reference": {
              "fields": [
                "id_empenho"
              ],
              "resource": "dm_empenho_desp_2023"
            }
          },
          {
            "fields": [
              "id_tempo"
            ],
            "reference": {
              "fields": [
                "id_tempo"
              ],
              "resource": "dm_tempo_diario"
            }
          },
          {
            "fields": [
              "id_elemento"
            ],
            "reference": {
              "fields": [
                "id_elemento"
              ],
              "resource": "dm_elemento_desp"
            }
          }
        ]
      },
      "sources": [
        {
          "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
          "table": "ft_diarias"
        }
      ],
      "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": 143.592,
        "errors": [],
        "tasks": [
          {
            "resource": {
              "name": "ft_diarias_2023",
              "title": "Diárias 2023",
              "path": "data/ft_diarias_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_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_programa",
                    "title": "Programa - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_acao",
                    "title": "Ação Orçamentária - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "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,
                      "unique": false
                    }
                  },
                  {
                    "name": "tp_operacao",
                    "title": "Tipo Operação",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "enum": [
                        "1",
                        "2"
                      ]
                    }
                  },
                  {
                    "name": "cd_documento",
                    "title": "Documento - Código",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "cd_evento",
                    "title": "Evento - Código",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "dt_anomes",
                    "title": "Ano e Mês",
                    "type": "string",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "pattern": "\\d{6}"
                    },
                    "notes": [
                      "O tipo yearmonth somente aceita representação YYYY-MM (ie. com hífen)"
                    ]
                  },
                  {
                    "name": "ano_particao",
                    "title": "Ano Partição",
                    "type": "year",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_empenhado",
                    "title": "Valor Empenhado",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "description": "Valor do orçamento reservado para fazer face a compromisso formalmente assumido com fornecedor ou credor.\n",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_liquidado",
                    "title": "Valor Liquidado",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "description": "Valor que o fornecedor ou credor tem direito a receber referente a produto ou serviço devidamente entregue ou prestado.\n",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_pago",
                    "title": "Valor Pago",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "description": "Valor referente aos pagamentos efetuados através de movimentações bancárias, escriturais e apropriação contábil da despesa. \n\nO efetivo pagamento pode estar pendente de transmissão ao banco e/ou sujeito a compensação bancária.\n",
                    "constraints": {
                      "required": true
                    }
                  }
                ],
                "missingValues": [
                  ""
                ],
                "foreignKeys": [
                  {
                    "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_programa"
                    ],
                    "reference": {
                      "fields": [
                        "id_programa"
                      ],
                      "resource": "dm_programa"
                    }
                  },
                  {
                    "fields": [
                      "id_tipo_documento"
                    ],
                    "reference": {
                      "fields": [
                        "id_tipo_documento"
                      ],
                      "resource": "dm_tipo_documento"
                    }
                  },
                  {
                    "fields": [
                      "id_acao"
                    ],
                    "reference": {
                      "fields": [
                        "id_acao"
                      ],
                      "resource": "dm_acao"
                    }
                  },
                  {
                    "fields": [
                      "id_item"
                    ],
                    "reference": {
                      "fields": [
                        "id_item"
                      ],
                      "resource": "dm_item_desp"
                    }
                  },
                  {
                    "fields": [
                      "id_empenho"
                    ],
                    "reference": {
                      "fields": [
                        "id_empenho"
                      ],
                      "resource": "dm_empenho_desp_2023"
                    }
                  },
                  {
                    "fields": [
                      "id_tempo"
                    ],
                    "reference": {
                      "fields": [
                        "id_tempo"
                      ],
                      "resource": "dm_tempo_diario"
                    }
                  },
                  {
                    "fields": [
                      "id_elemento"
                    ],
                    "reference": {
                      "fields": [
                        "id_elemento"
                      ],
                      "resource": "dm_elemento_desp"
                    }
                  }
                ]
              },
              "sources": [
                {
                  "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
                  "table": "ft_diarias"
                }
              ],
              "format": "csv",
              "mediatype": "text/csv",
              "encoding": "utf-8-sig",
              "dialect": {
                "delimiter": ";"
              },
              "profile": "tabular-data-resource",
              "scheme": "file",
              "hashing": "md5",
              "compression": "gz",
              "stats": {
                "hash": "8c638b7c971b436b4045a2c8f9eab978",
                "bytes": 6642770,
                "fields": 17,
                "rows": 520719
              }
            },
            "time": 143.592,
            "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_diarias_2024",
      "title": "Diárias 2024",
      "path": "data/ft_diarias_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_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_programa",
            "title": "Programa - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_acao",
            "title": "Ação Orçamentária - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "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,
              "unique": false
            }
          },
          {
            "name": "tp_operacao",
            "title": "Tipo Operação",
            "type": "string",
            "format": "default",
            "constraints": {
              "enum": [
                "1",
                "2"
              ]
            }
          },
          {
            "name": "cd_documento",
            "title": "Documento - Código",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "cd_evento",
            "title": "Evento - Código",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "dt_anomes",
            "title": "Ano e Mês",
            "type": "string",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "pattern": "\\d{6}"
            },
            "notes": [
              "O tipo yearmonth somente aceita representação YYYY-MM (ie. com hífen)"
            ]
          },
          {
            "name": "ano_particao",
            "title": "Ano Partição",
            "type": "year",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "vr_empenhado",
            "title": "Valor Empenhado",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "description": "Valor do orçamento reservado para fazer face a compromisso formalmente assumido com fornecedor ou credor.\n",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          },
          {
            "name": "vr_liquidado",
            "title": "Valor Liquidado",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "description": "Valor que o fornecedor ou credor tem direito a receber referente a produto ou serviço devidamente entregue ou prestado.\n",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          },
          {
            "name": "vr_pago",
            "title": "Valor Pago",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "description": "Valor referente aos pagamentos efetuados através de movimentações bancárias, escriturais e apropriação contábil da despesa. \n\nO efetivo pagamento pode estar pendente de transmissão ao banco e/ou sujeito a compensação bancária.\n",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          }
        ],
        "missingValues": [
          ""
        ],
        "foreignKeys": [
          {
            "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_programa"
            ],
            "reference": {
              "fields": [
                "id_programa"
              ],
              "resource": "dm_programa"
            }
          },
          {
            "fields": [
              "id_tipo_documento"
            ],
            "reference": {
              "fields": [
                "id_tipo_documento"
              ],
              "resource": "dm_tipo_documento"
            }
          },
          {
            "fields": [
              "id_acao"
            ],
            "reference": {
              "fields": [
                "id_acao"
              ],
              "resource": "dm_acao"
            }
          },
          {
            "fields": [
              "id_item"
            ],
            "reference": {
              "fields": [
                "id_item"
              ],
              "resource": "dm_item_desp"
            }
          },
          {
            "fields": [
              "id_empenho"
            ],
            "reference": {
              "fields": [
                "id_empenho"
              ],
              "resource": "dm_empenho_desp_2024"
            }
          },
          {
            "fields": [
              "id_tempo"
            ],
            "reference": {
              "fields": [
                "id_tempo"
              ],
              "resource": "dm_tempo_diario"
            }
          },
          {
            "fields": [
              "id_elemento"
            ],
            "reference": {
              "fields": [
                "id_elemento"
              ],
              "resource": "dm_elemento_desp"
            }
          }
        ]
      },
      "sources": [
        {
          "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
          "table": "ft_diarias"
        }
      ],
      "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": 157.507,
        "errors": [],
        "tasks": [
          {
            "resource": {
              "name": "ft_diarias_2024",
              "title": "Diárias 2024",
              "path": "data/ft_diarias_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_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_programa",
                    "title": "Programa - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_acao",
                    "title": "Ação Orçamentária - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "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,
                      "unique": false
                    }
                  },
                  {
                    "name": "tp_operacao",
                    "title": "Tipo Operação",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "enum": [
                        "1",
                        "2"
                      ]
                    }
                  },
                  {
                    "name": "cd_documento",
                    "title": "Documento - Código",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "cd_evento",
                    "title": "Evento - Código",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "dt_anomes",
                    "title": "Ano e Mês",
                    "type": "string",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "pattern": "\\d{6}"
                    },
                    "notes": [
                      "O tipo yearmonth somente aceita representação YYYY-MM (ie. com hífen)"
                    ]
                  },
                  {
                    "name": "ano_particao",
                    "title": "Ano Partição",
                    "type": "year",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_empenhado",
                    "title": "Valor Empenhado",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "description": "Valor do orçamento reservado para fazer face a compromisso formalmente assumido com fornecedor ou credor.\n",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_liquidado",
                    "title": "Valor Liquidado",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "description": "Valor que o fornecedor ou credor tem direito a receber referente a produto ou serviço devidamente entregue ou prestado.\n",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_pago",
                    "title": "Valor Pago",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "description": "Valor referente aos pagamentos efetuados através de movimentações bancárias, escriturais e apropriação contábil da despesa. \n\nO efetivo pagamento pode estar pendente de transmissão ao banco e/ou sujeito a compensação bancária.\n",
                    "constraints": {
                      "required": true
                    }
                  }
                ],
                "missingValues": [
                  ""
                ],
                "foreignKeys": [
                  {
                    "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_programa"
                    ],
                    "reference": {
                      "fields": [
                        "id_programa"
                      ],
                      "resource": "dm_programa"
                    }
                  },
                  {
                    "fields": [
                      "id_tipo_documento"
                    ],
                    "reference": {
                      "fields": [
                        "id_tipo_documento"
                      ],
                      "resource": "dm_tipo_documento"
                    }
                  },
                  {
                    "fields": [
                      "id_acao"
                    ],
                    "reference": {
                      "fields": [
                        "id_acao"
                      ],
                      "resource": "dm_acao"
                    }
                  },
                  {
                    "fields": [
                      "id_item"
                    ],
                    "reference": {
                      "fields": [
                        "id_item"
                      ],
                      "resource": "dm_item_desp"
                    }
                  },
                  {
                    "fields": [
                      "id_empenho"
                    ],
                    "reference": {
                      "fields": [
                        "id_empenho"
                      ],
                      "resource": "dm_empenho_desp_2024"
                    }
                  },
                  {
                    "fields": [
                      "id_tempo"
                    ],
                    "reference": {
                      "fields": [
                        "id_tempo"
                      ],
                      "resource": "dm_tempo_diario"
                    }
                  },
                  {
                    "fields": [
                      "id_elemento"
                    ],
                    "reference": {
                      "fields": [
                        "id_elemento"
                      ],
                      "resource": "dm_elemento_desp"
                    }
                  }
                ]
              },
              "sources": [
                {
                  "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
                  "table": "ft_diarias"
                }
              ],
              "format": "csv",
              "mediatype": "text/csv",
              "encoding": "utf-8-sig",
              "dialect": {
                "delimiter": ";"
              },
              "profile": "tabular-data-resource",
              "scheme": "file",
              "hashing": "md5",
              "compression": "gz",
              "stats": {
                "hash": "1e23273f4ffa5aac6286ded208db6ed1",
                "bytes": 7977993,
                "fields": 17,
                "rows": 613335
              }
            },
            "time": 157.507,
            "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_diarias_2025",
      "title": "Diárias 2025",
      "path": "data/ft_diarias_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_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_programa",
            "title": "Programa - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_acao",
            "title": "Ação Orçamentária - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "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,
              "unique": false
            }
          },
          {
            "name": "tp_operacao",
            "title": "Tipo Operação",
            "type": "string",
            "format": "default",
            "constraints": {
              "enum": [
                "1",
                "2"
              ]
            }
          },
          {
            "name": "cd_documento",
            "title": "Documento - Código",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "cd_evento",
            "title": "Evento - Código",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "dt_anomes",
            "title": "Ano e Mês",
            "type": "string",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "pattern": "\\d{6}"
            },
            "notes": [
              "O tipo yearmonth somente aceita representação YYYY-MM (ie. com hífen)"
            ]
          },
          {
            "name": "ano_particao",
            "title": "Ano Partição",
            "type": "year",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "vr_empenhado",
            "title": "Valor Empenhado",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "description": "Valor do orçamento reservado para fazer face a compromisso formalmente assumido com fornecedor ou credor.\n",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          },
          {
            "name": "vr_liquidado",
            "title": "Valor Liquidado",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "description": "Valor que o fornecedor ou credor tem direito a receber referente a produto ou serviço devidamente entregue ou prestado.\n",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          },
          {
            "name": "vr_pago",
            "title": "Valor Pago",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "description": "Valor referente aos pagamentos efetuados através de movimentações bancárias, escriturais e apropriação contábil da despesa. \n\nO efetivo pagamento pode estar pendente de transmissão ao banco e/ou sujeito a compensação bancária.\n",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          }
        ],
        "missingValues": [
          ""
        ],
        "foreignKeys": [
          {
            "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_programa"
            ],
            "reference": {
              "fields": [
                "id_programa"
              ],
              "resource": "dm_programa"
            }
          },
          {
            "fields": [
              "id_tipo_documento"
            ],
            "reference": {
              "fields": [
                "id_tipo_documento"
              ],
              "resource": "dm_tipo_documento"
            }
          },
          {
            "fields": [
              "id_acao"
            ],
            "reference": {
              "fields": [
                "id_acao"
              ],
              "resource": "dm_acao"
            }
          },
          {
            "fields": [
              "id_item"
            ],
            "reference": {
              "fields": [
                "id_item"
              ],
              "resource": "dm_item_desp"
            }
          },
          {
            "fields": [
              "id_empenho"
            ],
            "reference": {
              "fields": [
                "id_empenho"
              ],
              "resource": "dm_empenho_desp_2024"
            }
          },
          {
            "fields": [
              "id_tempo"
            ],
            "reference": {
              "fields": [
                "id_tempo"
              ],
              "resource": "dm_tempo_diario"
            }
          },
          {
            "fields": [
              "id_elemento"
            ],
            "reference": {
              "fields": [
                "id_elemento"
              ],
              "resource": "dm_elemento_desp"
            }
          }
        ]
      },
      "sources": [
        {
          "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
          "table": "ft_diarias"
        }
      ],
      "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": 88.289,
        "errors": [],
        "tasks": [
          {
            "resource": {
              "name": "ft_diarias_2025",
              "title": "Diárias 2025",
              "path": "data/ft_diarias_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_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_programa",
                    "title": "Programa - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_acao",
                    "title": "Ação Orçamentária - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "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,
                      "unique": false
                    }
                  },
                  {
                    "name": "tp_operacao",
                    "title": "Tipo Operação",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "enum": [
                        "1",
                        "2"
                      ]
                    }
                  },
                  {
                    "name": "cd_documento",
                    "title": "Documento - Código",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "cd_evento",
                    "title": "Evento - Código",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "dt_anomes",
                    "title": "Ano e Mês",
                    "type": "string",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "pattern": "\\d{6}"
                    },
                    "notes": [
                      "O tipo yearmonth somente aceita representação YYYY-MM (ie. com hífen)"
                    ]
                  },
                  {
                    "name": "ano_particao",
                    "title": "Ano Partição",
                    "type": "year",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_empenhado",
                    "title": "Valor Empenhado",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "description": "Valor do orçamento reservado para fazer face a compromisso formalmente assumido com fornecedor ou credor.\n",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_liquidado",
                    "title": "Valor Liquidado",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "description": "Valor que o fornecedor ou credor tem direito a receber referente a produto ou serviço devidamente entregue ou prestado.\n",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_pago",
                    "title": "Valor Pago",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "description": "Valor referente aos pagamentos efetuados através de movimentações bancárias, escriturais e apropriação contábil da despesa. \n\nO efetivo pagamento pode estar pendente de transmissão ao banco e/ou sujeito a compensação bancária.\n",
                    "constraints": {
                      "required": true
                    }
                  }
                ],
                "missingValues": [
                  ""
                ],
                "foreignKeys": [
                  {
                    "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_programa"
                    ],
                    "reference": {
                      "fields": [
                        "id_programa"
                      ],
                      "resource": "dm_programa"
                    }
                  },
                  {
                    "fields": [
                      "id_tipo_documento"
                    ],
                    "reference": {
                      "fields": [
                        "id_tipo_documento"
                      ],
                      "resource": "dm_tipo_documento"
                    }
                  },
                  {
                    "fields": [
                      "id_acao"
                    ],
                    "reference": {
                      "fields": [
                        "id_acao"
                      ],
                      "resource": "dm_acao"
                    }
                  },
                  {
                    "fields": [
                      "id_item"
                    ],
                    "reference": {
                      "fields": [
                        "id_item"
                      ],
                      "resource": "dm_item_desp"
                    }
                  },
                  {
                    "fields": [
                      "id_empenho"
                    ],
                    "reference": {
                      "fields": [
                        "id_empenho"
                      ],
                      "resource": "dm_empenho_desp_2024"
                    }
                  },
                  {
                    "fields": [
                      "id_tempo"
                    ],
                    "reference": {
                      "fields": [
                        "id_tempo"
                      ],
                      "resource": "dm_tempo_diario"
                    }
                  },
                  {
                    "fields": [
                      "id_elemento"
                    ],
                    "reference": {
                      "fields": [
                        "id_elemento"
                      ],
                      "resource": "dm_elemento_desp"
                    }
                  }
                ]
              },
              "sources": [
                {
                  "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
                  "table": "ft_diarias"
                }
              ],
              "format": "csv",
              "mediatype": "text/csv",
              "encoding": "utf-8-sig",
              "dialect": {
                "delimiter": ";"
              },
              "profile": "tabular-data-resource",
              "scheme": "file",
              "hashing": "md5",
              "compression": "gz",
              "stats": {
                "hash": "e2d80624b41e6fe30ef6bec8b9c1a958",
                "bytes": 5608003,
                "fields": 17,
                "rows": 0
              }
            },
            "time": 88.289,
            "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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": "ft_diarias_2026",
      "title": "Diárias 2026",
      "path": "data/ft_diarias_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_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_programa",
            "title": "Programa - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "name": "id_acao",
            "title": "Ação Orçamentária - Chave",
            "type": "integer",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "unique": false
            }
          },
          {
            "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,
              "unique": false
            }
          },
          {
            "name": "tp_operacao",
            "title": "Tipo Operação",
            "type": "string",
            "format": "default",
            "constraints": {
              "enum": [
                "1",
                "2"
              ]
            }
          },
          {
            "name": "cd_documento",
            "title": "Documento - Código",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "cd_evento",
            "title": "Evento - Código",
            "type": "string",
            "format": "default",
            "constraints": {
              "required": true
            }
          },
          {
            "name": "dt_anomes",
            "title": "Ano e Mês",
            "type": "string",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true,
              "pattern": "\\d{6}"
            },
            "notes": [
              "O tipo yearmonth somente aceita representação YYYY-MM (ie. com hífen)"
            ]
          },
          {
            "name": "ano_particao",
            "title": "Ano Partição",
            "type": "year",
            "format": "default",
            "bareNumber": true,
            "constraints": {
              "required": true
            }
          },
          {
            "name": "vr_empenhado",
            "title": "Valor Empenhado",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "description": "Valor do orçamento reservado para fazer face a compromisso formalmente assumido com fornecedor ou credor.\n",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          },
          {
            "name": "vr_liquidado",
            "title": "Valor Liquidado",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "description": "Valor que o fornecedor ou credor tem direito a receber referente a produto ou serviço devidamente entregue ou prestado.\n",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          },
          {
            "name": "vr_pago",
            "title": "Valor Pago",
            "type": "number",
            "format": "default",
            "bareNumber": true,
            "decimalChar": ".",
            "description": "Valor referente aos pagamentos efetuados através de movimentações bancárias, escriturais e apropriação contábil da despesa. \n\nO efetivo pagamento pode estar pendente de transmissão ao banco e/ou sujeito a compensação bancária.\n",
            "constraints": {
              "required": true
            },
            "groupChar": ""
          }
        ],
        "missingValues": [
          ""
        ],
        "foreignKeys": [
          {
            "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_programa"
            ],
            "reference": {
              "fields": [
                "id_programa"
              ],
              "resource": "dm_programa"
            }
          },
          {
            "fields": [
              "id_tipo_documento"
            ],
            "reference": {
              "fields": [
                "id_tipo_documento"
              ],
              "resource": "dm_tipo_documento"
            }
          },
          {
            "fields": [
              "id_acao"
            ],
            "reference": {
              "fields": [
                "id_acao"
              ],
              "resource": "dm_acao"
            }
          },
          {
            "fields": [
              "id_item"
            ],
            "reference": {
              "fields": [
                "id_item"
              ],
              "resource": "dm_item_desp"
            }
          },
          {
            "fields": [
              "id_empenho"
            ],
            "reference": {
              "fields": [
                "id_empenho"
              ],
              "resource": "dm_empenho_desp_2024"
            }
          },
          {
            "fields": [
              "id_tempo"
            ],
            "reference": {
              "fields": [
                "id_tempo"
              ],
              "resource": "dm_tempo_diario"
            }
          },
          {
            "fields": [
              "id_elemento"
            ],
            "reference": {
              "fields": [
                "id_elemento"
              ],
              "resource": "dm_elemento_desp"
            }
          }
        ]
      },
      "sources": [
        {
          "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
          "table": "ft_diarias"
        }
      ],
      "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.225,
        "errors": [],
        "tasks": [
          {
            "resource": {
              "name": "ft_diarias_2026",
              "title": "Diárias 2026",
              "path": "data/ft_diarias_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_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_programa",
                    "title": "Programa - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "name": "id_acao",
                    "title": "Ação Orçamentária - Chave",
                    "type": "integer",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "unique": false
                    }
                  },
                  {
                    "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,
                      "unique": false
                    }
                  },
                  {
                    "name": "tp_operacao",
                    "title": "Tipo Operação",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "enum": [
                        "1",
                        "2"
                      ]
                    }
                  },
                  {
                    "name": "cd_documento",
                    "title": "Documento - Código",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "cd_evento",
                    "title": "Evento - Código",
                    "type": "string",
                    "format": "default",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "dt_anomes",
                    "title": "Ano e Mês",
                    "type": "string",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true,
                      "pattern": "\\d{6}"
                    },
                    "notes": [
                      "O tipo yearmonth somente aceita representação YYYY-MM (ie. com hífen)"
                    ]
                  },
                  {
                    "name": "ano_particao",
                    "title": "Ano Partição",
                    "type": "year",
                    "format": "default",
                    "bareNumber": true,
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_empenhado",
                    "title": "Valor Empenhado",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "description": "Valor do orçamento reservado para fazer face a compromisso formalmente assumido com fornecedor ou credor.\n",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_liquidado",
                    "title": "Valor Liquidado",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "description": "Valor que o fornecedor ou credor tem direito a receber referente a produto ou serviço devidamente entregue ou prestado.\n",
                    "constraints": {
                      "required": true
                    }
                  },
                  {
                    "name": "vr_pago",
                    "title": "Valor Pago",
                    "type": "number",
                    "format": "default",
                    "bareNumber": true,
                    "decimalChar": ".",
                    "description": "Valor referente aos pagamentos efetuados através de movimentações bancárias, escriturais e apropriação contábil da despesa. \n\nO efetivo pagamento pode estar pendente de transmissão ao banco e/ou sujeito a compensação bancária.\n",
                    "constraints": {
                      "required": true
                    }
                  }
                ],
                "missingValues": [
                  ""
                ],
                "foreignKeys": [
                  {
                    "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_programa"
                    ],
                    "reference": {
                      "fields": [
                        "id_programa"
                      ],
                      "resource": "dm_programa"
                    }
                  },
                  {
                    "fields": [
                      "id_tipo_documento"
                    ],
                    "reference": {
                      "fields": [
                        "id_tipo_documento"
                      ],
                      "resource": "dm_tipo_documento"
                    }
                  },
                  {
                    "fields": [
                      "id_acao"
                    ],
                    "reference": {
                      "fields": [
                        "id_acao"
                      ],
                      "resource": "dm_acao"
                    }
                  },
                  {
                    "fields": [
                      "id_item"
                    ],
                    "reference": {
                      "fields": [
                        "id_item"
                      ],
                      "resource": "dm_item_desp"
                    }
                  },
                  {
                    "fields": [
                      "id_empenho"
                    ],
                    "reference": {
                      "fields": [
                        "id_empenho"
                      ],
                      "resource": "dm_empenho_desp_2024"
                    }
                  },
                  {
                    "fields": [
                      "id_tempo"
                    ],
                    "reference": {
                      "fields": [
                        "id_tempo"
                      ],
                      "resource": "dm_tempo_diario"
                    }
                  },
                  {
                    "fields": [
                      "id_elemento"
                    ],
                    "reference": {
                      "fields": [
                        "id_elemento"
                      ],
                      "resource": "dm_elemento_desp"
                    }
                  }
                ]
              },
              "sources": [
                {
                  "title": "Tabela origem no schema AGE7 no banco de dados do Portal da Transparência",
                  "table": "ft_diarias"
                }
              ],
              "format": "csv",
              "mediatype": "text/csv",
              "encoding": "utf-8-sig",
              "dialect": {
                "delimiter": ";"
              },
              "profile": "tabular-data-resource",
              "scheme": "file",
              "hashing": "md5",
              "compression": "gz",
              "stats": {
                "hash": "3af35c88f0f55f9382f8650c70afe5d7",
                "bytes": 2128100,
                "fields": 17,
                "rows": 0
              }
            },
            "time": 90.225,
            "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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_elemento",
                  "id_item",
                  "id_programa",
                  "id_acao",
                  "id_unidade_orc",
                  "id_favorecido",
                  "id_empenho",
                  "id_tipo_documento",
                  "tp_operacao",
                  "cd_documento",
                  "cd_evento",
                  "dt_anomes",
                  "ano_particao",
                  "vr_empenhado",
                  "vr_liquidado",
                  "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": "diarias",
  "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",
    "Diárias",
    "Pessoal"
  ],
  "version": "0.1.0",
  "title": "Despesas com diárias",
  "homepage": "http://www.transparencia.mg.gov.br/estado-pessoal/diarias"
}