{
  "totalRows": 3,
  "fields": {
    "foo": {
      "types": {
        "int": {
          "count": 1,
          "firstRowIndex": 0,
          "firstColumnIndex": 0,
          "firstValue": "1"
        },
        "undefined": {
          "count": 2,
          "firstRowIndex": 1,
          "firstColumnIndex": 0,
          "firstValue": ""
        }
      },
      "columnIndexes": [0],
      "detected": "int"
    },
    "foo[]": {
      "types": {
        "undefined": {
          "count": 1,
          "firstRowIndex": 0,
          "firstColumnIndex": 1,
          "firstValue": ""
        },
        "int": {
          "count": 2,
          "firstRowIndex": 1,
          "firstColumnIndex": 1,
          "firstValue": "1"
        }
      },
      "columnIndexes": [1],
      "detected": "int"
    },
    "foo[].bar": {
      "types": {
        "undefined": {
          "count": 2,
          "firstRowIndex": 0,
          "firstColumnIndex": 2,
          "firstValue": ""
        },
        "int": {
          "count": 1,
          "firstRowIndex": 2,
          "firstColumnIndex": 2,
          "firstValue": "1"
        }
      },
      "columnIndexes": [2],
      "detected": "int"
    },
    "foo[].bar.baz": {
      "types": {
        "undefined": {
          "count": 2,
          "firstRowIndex": 0,
          "firstColumnIndex": 3,
          "firstValue": ""
        },
        "int": {
          "count": 1,
          "firstRowIndex": 2,
          "firstColumnIndex": 3,
          "firstValue": "1"
        }
      },
      "columnIndexes": [3],
      "detected": "int"
    },
    "notes": {
      "types": {
        "string": {
          "count": 3,
          "firstRowIndex": 0,
          "firstColumnIndex": 4,
          "firstValue": "simple value"
        }
      },
      "columnIndexes": [4],
      "detected": "string"
    }
  },
  "aborted": false
}
