Data Tracker producing duplicates

maberry34826
maberry34826 ✭✭✭
edited 12/09/19 in API & Developers

Data tracker is producing duplicates in my master task sheet.  Even if I call the same source file duplicates are being generated.  Anybody else experiencing this problem?

Portion of JSON file:

        "testingnew": {

            "sheetId": "1172822425921412",

            "src": {

                "sourceId": "TESTINGNEW",

                "fileName": "./data/TESTINGNEW.txt",

                "delimiter": "\t",

                "doInserts": true,

                "ignoreHeaderRow": true,

                "isStrict": false

            },

            "mapping": {

                "lookupMapping": {

                    "sourceKey": 0

                },

                "outputMappings": [

                    {

                        "sourceKey": "0",

                        "sourceColumn": "Work Request Nbr (WR)",

                        "id": "4473120787588996"

                    }

                ]

            }

        },

        "testing": {

            "sheetId": "1172822425921412",

            "src": {

                "sourceId": "TESTING",

                "fileName": "./data/AEPOhioAthens.txt",

                "delimiter": "\t",

                "doInserts": false,

                "ignoreHeaderRow": true,

                "isStrict": false

            },

            "mapping": {

 

Comments