Uploaded image for project: 'Talend Component Kit'
  1. Talend Component Kit
  2. TCOMP-48

Code generation for schema not properly escaped

Apply templateInsert Lucidchart Diagram
    XMLWordPrintable

Details

    • Bug
    • Resolution: Duplicate
    • Critical
    • 0.2.0
    • None
    • None
    • None
    • All
    • Hide

      TUP-3898 (I forgot I entered this bug first)

      Show
      TUP-3898 (I forgot I entered this bug first)
    • Small

    Description

      Steps:

      1) Create job
      2) use tSalesforceInputNew
      3) fill in user/password/security key, hit the "..." button on Module name to select "Account" module.
      4) verify the schema is correct
      5) Add a tLogRow as output and sync the schemas
      6) Try to run the job. It won't compile. The problem is there is a " in the schema that's not getting escaped properly.

      org.talend.components.salesforce.tsalesforceinput.TSalesforceInputProperties props_tSalesforceInputNew_1 = (org.talend.components.salesforce.tsalesforceinput.TSalesforceInputProperties) def_tSalesforceInputNew_1.createProperties();
      props_tSalesforceInputNew_1.setRuntimeOnly().init();
      props_tSalesforceInputNew_1.setValue("queryMode",
      "Query");
      props_tSalesforceInputNew_1.setValue("batchSize",
      100);
      props_tSalesforceInputNew_1.connection.setValue("loginType",
      "Basic");
      props_tSalesforceInputNew_1.connection.userPassword.setValue("securityKey",
      "kWu1ppj6RmzttQUQGO30YIfWY");
      props_tSalesforceInputNew_1.connection.userPassword.setValue("userId",
      "fupton@talend.com");
      props_tSalesforceInputNew_1.connection.userPassword.setValue("password",
      "talendsal97");
      props_tSalesforceInputNew_1.module.setValue("moduleName",
      "Account");
      props_tSalesforceInputNew_1.module.schema.setValue("schema",
      "{\"@type\":\"org.talend.components.api.schema.internal.SchemaImpl\",\"root\":{\"@type\":\"org.talend.components.api.schema.internal.DataSchemaElement\",\"type\":null,\"size\":0,\"occurMinTimes\":0,\"occurMaxTimes\":0,\"precision\":0,\"pattern\":null,\"defaultValue\":null,\"nullable\":false,\"enumClass\":null,\"possibleValues\":null,\"children\":{\"@type\":\"java.util.ArrayList\",\"@items\":[{\"@type\":\"org.talend.components.api.properties.Property\",\"componentProperties\":null,\"flags\":null,\"type\":

      {\"name\":\"STRING\",\"ordinal\":0}

      ,\"size\":18,\"occurMinTimes\":0,\"occurMaxTimes\":0,\"precision\":0,\"pattern\":null,\"defaultValue\":null,\"nullable\":false,\"enumClass\":null,\"possibleValues\":null,\"children\":null,\"name\":\"Id\",\"displayName\":null,\"title\":null},{\"@type\":\"org.talend.components.api.properties.Property\",\"componentProperties\":null,\"flags\":null,\"type\":

      {\"name\":\"BOOLEAN\",\"ordinal\":1}

      ,\"size\":0,\"occurMinTimes\":0,\"occurMaxTimes\":0,\"precision\":0,\"pattern\":null,\"defaultValue\":null,\"nullable\":false,\"enumClass\":null,\"possibleValues\":null,\"children\":null,\"name\":\"IsDeleted\",\"displayName\":null,\"title\":null},{\"@type\":\"org.talend.components.api.properties.Property\",\"componentProperties\":null,\"flags\":null,\"type\":

      {\"name\":\"STRING\",\"ordinal\":0}

      ,\"size\":18,\"occurMinTimes\":0,\"occurMaxTimes\":0,\"precision\":0,\"pattern\":null,\"defaultValue\":null,\"nullable\":true,\"enumClass\":null,\"possibleValues\":null,\"children\":null,\"name\":\"MasterRecordId\",\"displayName\":null,\"title\":null},{\"@type\":\"org.talend.components.api.properties.Property\",\"componentProperties\":null,\"flags\":null,\"type\":

      {\"name\":\"STRING\",\"ordinal\":0}

      ,\"size\":255,\"occurMinTimes\":0,\"occurMaxTimes\":0,\"precision\":0,\"pattern\":null,\"defaultValue\":null,\"nullable\":false,\"enumClass\":null,\"possibleValues\":null,\"children\":null,\"name\":\"Name\",\"displayName\":null,\"title\":null},{\"@type\":\"org.talend.components.api.properties.Property\",\"componentProperties\":null,\"flags\":null,\"type\":

      {\"name\":\"STRING\",\"ordinal\":0}

      ,\"size\":40,\"occurMinTimes\":0,\"occurMaxTimes\":0,\"precision\":0,\"pattern\":null,\"defaultValue\":null,\"nullable\":true,\"enumClass\":null,\"possibleValues\":null,\"children\":null,\"name\":\"Type\",\"displayName\":null,\"title\":null},{\"@type\":\"org.talend.components.api.properties.Property\",\"componentProperties\":null,\"flags\":null,\"type\":

      {\"name\":\"STRING\",\"ordinal\":0}

      ,\"size\":18,\"occurMinTimes\":0,\"occurMaxTimes\":0,\"precision\":0,\"pattern\":null,\"defaultValue\":null,\"nullable\":true,\"enumClass\":null,\"possibleValues\":null,\"children\":null,\"name\":\"ParentId\",\"displayName\":null,\"title\":null},{\"@type\":\"org.talend.components.api.properties.Property\",\"componentProperties\":null,\"flags\":null,\"type\":

      {\"name\":\"STRING\",\"ordinal\":0}

      ,\"size\":255,\"occurMinTimes\":0,\"occurMaxTimes\":0,\"precision\":0,\"pattern\":null,\"defaultValue\":null,\"nullable\":true,\"enumClass\":null,\"possibleValues\":null,\"children\":null,\"name\":\"BillingStreet\",\"displayName\":null,\"title\":null},{\"@type\":\"org.talend.components.api.properties.Property\",\"componentProperties\":null,\"flags\":null,\"type\":

      {\"name\":\"STRING\",\"ordinal\":0}

      ,\"size\":40,\"occurMinTimes\":0,\"occurMaxTimes\":0,\"precision\":0,\"pattern\":null,\"defaultValue\":null,\"nullable\":true,\"enumClass\":null,\"possibleValues\":null,\"children\":null,\"name\":\"BillingCity\",\"displayName\":null,\"title\":null},{\"@type\":\"org.talend.components.api.properties.Property\",\"componentProperties\":null,\"flags\":null,\"type\":

      {\"name\":\"STRING\",\"ordinal\":0}

      ,\"size\":80,\"occurMinTimes\":0,\"occurMaxTimes\":0,\"precision\":0,\"pattern\":null,\"defaultValue\":null,\"nullable\":true,\"enumClass\":null,\"possibleValues\":null,\"children\":null,\"name\":\"BillingState\",\"displayName\":null,\"title\":null},{\"@type\":\"org.talend.components.api.properties.Property\",\"componentProperties\":null,\"flags\":null,\"type\":

      {\"name\":\"STRING\",\"ordinal\":0}

      ,\"size\":20,\"occurMinTimes\":0,\"occurMaxTimes\":0,\"precision\":0,\"pattern\":null,\"defaultValue\":null,\"nullable\":true,\"enumClass\":null,\"possibleValues\":null,\"children\":null,\"name\":\"BillingPostalCode\",\"displayName\":null,\"title\":null},{\"@type\":\"org.talend.components.api.properties.Property\",\"componentProperties\":null,\"flags\":null,\"type\":

      {\"name\":\"STRING\",\"ordinal\":0}

      ,\"size\":80,\"occurMinTimes\":0,\"occurMaxTimes\":0,\"precision\":0,\"pattern\":null,\"defaultValue\":null,\"nullable\":true,\"enumClass\":null,\"possibleValues\":null,\"children\":null,\"name\":\"BillingCountry\",\"displayName\":null,\"title\":null},{\"@type\":\"org.talend.components.api.properties.Property\",\"componentProperties\":null,\"flags\":null,\"type\":

      {\"name\":\"DOUBLE\",\"ordinal\":7}

      ,\"size\":18,\"occurMinTimes\":0,\"occurMaxTimes\":0,\"precision\":15,\"pattern\":null,\"defaultValue\":null,\"nullable\":true,\"enumClass\":null,\"possibleValues\":null,\"children\":null,\"name\":\"BillingLatitude\",\"displayName\":null,\"title\":null},{\"@type\":\"org.talend.components.api.properties.Property\",\"componentProperties\":null,\"flags\":null,\"type\":

      {\"name\":\"DOUBLE\",\"ordinal\":7}

      ,\"size\":18,\"occurMinTimes\":0,\"occurMaxTimes\":0,\"precision\":15,\"pattern\":null,\"defaultValue\":null,\"nullable\":true,\"enumClass\":null,\"possibleValues\":null,\"children\":null,\"name\":\"BillingLongitude\",\"displayName\":null,\"title\":null},{\"@type\":\"org.talend.components.api.properties.Property\",\"componentProperties\":null,\"flags\":null,\"type\":

      {\"name\":\"STRING\",\"ordinal\":0}

      ,\"size\":0,\"occurMinTimes\":0,\"occurMaxTimes\":0,\"precision\":0,\"pattern\":null,\"defaultValue\":null,\"nullable\":true,\"enumClass\":null,\"possibleValues\":null,\"children\":null,\"name\":\"BillingAddress\",\"displayName\":null,\"title\":null},{\"@type\":\"org.talend.components.api.properties.Property\",\"componentProperties\":null,\"flags\":null,\"type\":

      {\"name\":\"STRING\",\"ordinal\":0}

      ,\"size\":255,\"occurMinTimes\":0,\"occurMaxTimes\":0,\"precision\":0,\"pattern\":null,\"defaultValue\":null,\"nullable\":true,\"enumClass\":null,\"possibleValues\":null,\"children\":null,\"name\":\"ShippingStreet\",\"displayName\":null,\"title\":null},{\"@type\":\"org.talend.components.api.properties.Property\",\"componentProperties\":null,\"flags\":null,\"type\":

      {\"name\":\"STRING\",\"ordinal\":0}

      ,\"size\":40,\"occurMinTimes\":0,\"occurMaxTimes\":0,\"precision\":0,\"pattern\":null,\"defaultValue\":null,\"nullable\":true,\"enumClass\":null,\"possibleValues\":null,\"children\":null,\"name\":\"ShippingCity\",\"displayName\":null,\"title\":null},{\"@type\":\"org.talend.components.api.properties.Property\",\"componentProperties\":null,\"flags\":null,\"type\":

      {\"name\":\"STRING\",\"ordinal\":0}

      ,\"size\":80,\"occurMinTimes\":0,\"occurMaxTimes\":0,\"precision\":0,\"pattern\":null,\"defaultValue\":null,\"nullable\":true,\"enumClass\":null,\"possibleValues\":null,\"children\":null,\"name\":\"ShippingState\",\"displayName\":null,\"title\":null},{\"@type\":\"org.talend.components.api.properties.Property\",\"componentProperties\":null,\"flags\":null,\"type\":

      {\"name\":\"STRING\",\"ordinal\":0}

      ,\"size\":20,\"occurMinTimes\":0,\"occurMaxTimes\":0,\"precision\":0,\"pattern\":null,\"defaultValue\":null,\"nullable\":true,\"enumClass\":null,\"possibleValues\":null,\"children\":null,\"name\":\"ShippingPostalCode\",\"displayName\":null,\"title\":null},{\"@type\":\"org.talend.components.api.properties.Property\",\"componentProperties\":null,\"flags\":null,\"type\":

      {\"name\":\"STRING\",\"ordinal\":0}

      ,\"size\":80,\"occurMinTimes\":0,\"occurMaxTimes\":0,\"precision\":0,\"pattern\":null,\"defaultValue\":null,\"nullable\":true,\"enumClass\":null,\"possibleValues\":null,\"children\":null,\"name\":\"ShippingCountry\",\"displayName\":null,\"title\":null},{\"@type\":\"org.talend.components.api.properties.Property\",\"componentProperties\":null,\"flags\":null,\"type\":

      {\"name\":\"DOUBLE\",\"ordinal\":7}

      ,\"size\":18,\"occurMinTimes\":0,\"occurMaxTimes\":0,\"precision\":15,\"pattern\":null,\"defaultValue\":null,\"nullable\":true,\"enumClass\":null,\"possibleValues\":null,\"children\":null,\"name\":\"ShippingLatitude\",\"displayName\":null,\"title\":null},{\"@type\":\"org.talend.components.api.properties.Property\",\"componentProperties\":null,\"flags\":null,\"type\":

      {\"name\":\"DOUBLE\",\"ordinal\":7}

      ,\"size\":18,\"occurMinTimes\":0,\"occurMaxTimes\":0,\"precision\":15,\"pattern\":null,\"defaultValue\":null,\"nullable\":true,\"enumClass\":null,\"possibleValues\":null,\"children\":null,\"name\":\"ShippingLongitude\",\"displayName\":null,\"title\":null},{\"@type\":\"org.talend.components.api.properties.Property\",\"componentProperties\":null,\"flags\":null,\"type\":

      {\"name\":\"STRING\",\"ordinal\":0}

      ,\"size\":0,\"occurMinTimes\":0,\"occurMaxTimes\":0,\"precision\":0,\"pattern\":null,\"defaultValue\":null,\"nullable\":true,\"enumClass\":null,\"possibleValues\":null,\"children\":null,\"name\":\"ShippingAddress\",\"displayName\":null,\"title\":null},{\"@type\":\"org.talend.components.api.properties.Property\",\"componentProperties\":null,\"flags\":null,\"type\":

      {\"name\":\"STRING\",\"ordinal\":0}

      ,\"size\":40,\"occurMinTimes\":0,\"occurMaxTimes\":0,\"precision\":0,\"pattern\":null,\"defaultValue\":null,\"nullable\":true,\"enumClass\":null,\"possibleValues\":null,\"children\":null,\"name\":\"Phone\",\"displayName\":null,\"title\":null},{\"@type\":\"org.talend.components.api.properties.Property\",\"componentProperties\":null,\"flags\":null,\"type\":

      {\"name\":\"STRING\",\"ordinal\":0}

      ,\"size\":40,\"occurMinTimes\":0,\"occurMaxTimes\":0,\"precision\":0,\"pattern\":null,\"defaultValue\":null,\"nullable\":true,\"enumClass\":null,\"possibleValues\":null,\"children\":null,\"name\":\"Fax\",\"displayName\":null,\"title\":null},{\"@type\":\"org.talend.components.api.properties.Property\",\"componentProperties\":null,\"flags\":null,\"type\":

      {\"name\":\"STRING\",\"ordinal\":0}

      ,\"size\":40,\"occurMinTimes\":0,\"occurMaxTimes\":0,\"precision\":0,\"pattern\":null,\"defaultValue\":null,\"nullable\":true,\"enumClass\":null,\"possibleValues\":null,\"children\":null,\"name\":\"AccountNumber\",\"displayName\":null,\"title\":null},{\"@type\":\"org.talend.components.api.properties.Property\",\"componentProperties\":null,\"flags\":null,\"type\":

      {\"name\":\"STRING\",\"ordinal\":0}

      ,\"size\":255,\"occurMinTimes\":0,\"occurMaxTimes\":0,\"precision\":0,\"pattern\":null,\"defaultValue\":null,\"nullable\":true,\"enumClass\":null,\"possibleValues\":null,\"children\":null,\"name\":\"Website\",\"displayName\":null,\"title\":null},{\"@type\":\"org.talend.components.api.properties.Property\",\"componentProperties\":null,\"flags\":null,\"type\":

      {\"name\":\"STRING\",\"ordinal\":0}

      ,\"size\":255,\"occurMinTimes\":0,\"occurMaxTimes\":0,\"precision\":0,\"pattern\":null,\"defaultValue\":null,\"nullable\":true,\"enumClass\":null,\"possibleValues\":null,\"children\":null,\"name\":\"PhotoUrl\",\"displayName\":null,\"title\":null},{\"@type\":\"org.talend.components.api.properties.Property\",\"componentProperties\":null,\"flags\":null,\"type\":

      {\"name\":\"STRING\",\"ordinal\":0}

      ,\"size\":20,\"occurMinTimes\":0,\"occurMaxTimes\":0,\"precision\":0,\"pattern\":null,\"defaultValue\":null,\"nullable\":true,\"enumClass\":null,\"possibleValues\":null,\"children\":null,\"name\":\"Sic\",\"displayName\":null,\"title\":null},{\"@type\":\"org.talend.components.api.properties.Property\",\"componentProperties\":null,\"flags\":null,\"type\":

      {\"name\":\"STRING\",\"ordinal\":0}

      ,\"size\":40,\"occurMinTimes\":0,\"occurMaxTimes\":0,\"precision\":0,\"pattern\":null,\"defaultValue\":null,\"nullable\":true,\"enumClass\":null,\"possibleValues\":null,\"children\":null,\"name\":\"Industry\",\"displayName\":null,\"title\":null},{\"@type\":\"org.talend.components.api.properties.Property\",\"componentProperties\":null,\"flags\":null,\"type\":

      {\"name\":\"DECIMAL\",\"ordinal\":5}

      ,\"size\":18,\"occurMinTimes\":0,\"occurMaxTimes\":0,\"precision\":0,\"pattern\":null,\"defaultValue\":null,\"nullable\":true,\"enumClass\":null,\"possibleValues\":null,\"children\":null,\"name\":\"AnnualRevenue\",\"displayName\":null,\"title\":null},{\"@type\":\"org.talend.components.api.properties.Property\",\"componentProperties\":null,\"flags\":null,\"type\":

      {\"name\":\"INT\",\"ordinal\":2}

      ,\"size\":0,\"occurMinTimes\":0,\"occurMaxTimes\":0,\"precision\":0,\"pattern\":null,\"defaultValue\":null,\"nullable\":true,\"enumClass\":null,\"possibleValues\":null,\"children\":null,\"name\":\"NumberOfEmployees\",\"displayName\":null,\"title\":null},{\"@type\":\"org.talend.components.api.properties.Property\",\"componentProperties\":null,\"flags\":null,\"type\":

      {\"name\":\"STRING\",\"ordinal\":0}

      ,\"size\":40,\"occurMinTimes\":0,\"occurMaxTimes\":0,\"precision\":0,\"pattern\":null,\"defaultValue\":null,\"nullable\":true,\"enumClass\":null,\"possibleValues\":null,\"children\":null,\"name\":\"Ownership\",\"displayName\":null,\"title\":null},{\"@type\":\"org.talend.components.api.properties.Property\",\"componentProperties\":null,\"flags\":null,\"type\":

      {\"name\":\"STRING\",\"ordinal\":0}

      ,\"size\":20,\"occurMinTimes\":0,\"occurMaxTimes\":0,\"precision\":0,\"pattern\":null,\"defaultValue\":null,\"nullable\":true,\"enumClass\":null,\"possibleValues\":null,\"children\":null,\"name\":\"TickerSymbol\",\"displayName\":null,\"title\":null},{\"@type\":\"org.talend.components.api.properties.Property\",\"componentProperties\":null,\"flags\":null,\"type\":

      {\"name\":\"STRING\",\"ordinal\":0}

      ,\"size\":32000,\"occurMinTimes\":0,\"occurMaxTimes\":0,\"precision\":0,\"pattern\":null,\"defaultValue\":null,\"nullable\":true,\"enumClass\":null,\"possibleValues\":null,\"children\":null,\"name\":\"Description\",\"displayName\":null,\"title\":null},{\"@type\":\"org.talend.components.api.properties.Property\",\"componentProperties\":null,\"flags\":null,\"type\":

      {\"name\":\"STRING\",\"ordinal\":0}

      ,\"size\":40,\"occurMinTimes\":0,\"occurMaxTimes\":0,\"precision\":0,\"pattern\":null,\"defaultValue\":null,\"nullable\":true,\"enumClass\":null,\"possibleValues\":null,\"children\":null,\"name\":\"Rating\",\"displayName\":null,\"title\":null},{\"@type\":\"org.talend.components.api.properties.Property\",\"componentProperties\":null,\"flags\":null,\"type\":

      {\"name\":\"STRING\",\"ordinal\":0}

      ,\"size\":80,\"occurMinTimes\":0,\"occurMaxTimes\":0,\"precision\":0,\"pattern\":null,\"defaultValue\":null,\"nullable\":true,\"enumClass\":null,\"possibleValues\":null,\"children\":null,\"name\":\"Site\",\"displayName\":null,\"title\":null},{\"@type\":\"org.talend.components.api.properties.Property\",\"componentProperties\":null,\"flags\":null,\"type\":

      {\"name\":\"STRING\",\"ordinal\":0}

      ,\"size\":18,\"occurMinTimes\":0,\"occurMaxTimes\":0,\"precision\":0,\"pattern\":null,\"defaultValue\":null,\"nullable\":false,\"enumClass\":null,\"possibleValues\":null,\"children\":null,\"name\":\"OwnerId\",\"displayName\":null,\"title\":null},{\"@type\":\"org.talend.components.api.properties.Property\",\"componentProperties\":null,\"flags\":null,\"type\":

      {\"name\":\"DATETIME\",\"ordinal\":4}

      ,\"size\":0,\"occurMinTimes\":0,\"occurMaxTimes\":0,\"precision\":0,\"pattern\":\"\\"yyyy-MM-dd'T'HH:mm:ss'.000Z'\\"\",\"defaultValue\":null,\"nullable\":false,\"enumClass\":null,\"possibleValues\":null,\"children\":null,\"name\":\"CreatedDate\",\"displayName\":null,\"title\":null},{\"@type\":\"org.talend.components.api.properties.Property\",\"componentProperties\":null,\"flags\":null,\"type\":

      {\"name\":\"STRING\",\"ordinal\":0}

      ,\"size\":18,\"occurMinTimes\":0,\"occurMaxTimes\":0,\"precision\":0,\"pattern\":null,\"defaultValue\":null,\"nullable\":false,\"enumClass\":null,\"possibleValues\":null,\"children\":null,\"name\":\"CreatedById\",\"displayName\":null,\"title\":null},{\"@type\":\"org.talend.components.api.properties.Property\",\"componentProperties\":null,\"flags\":null,\"type\":

      {\"name\":\"DATETIME\",\"ordinal\":4}

      ,\"size\":0,\"occurMinTimes\":0,\"occurMaxTimes\":0,\"precision\":0,\"pattern\":\"\\"yyyy-MM-dd'T'HH:mm:ss'.000Z'\\"\",\"defaultValue\":null,\"nullable\":false,\"enumClass\":null,\"possibleValues\":null,\"children\":null,\"name\":\"LastModifiedDate\",\"displayName\":null,\"title\":null},{\"@type\":\"org.talend.components.api.properties.Property\",\"componentProperties\":null,\"flags\":null,\"type\":

      {\"name\":\"STRING\",\"ordinal\":0}

      ,\"size\":18,\"occurMinTimes\":0,\"occurMaxTimes\":0,\"precision\":0,\"pattern\":null,\"defaultValue\":null,\"nullable\":false,\"enumClass\":null,\"possibleValues\":null,\"children\":null,\"name\":\"LastModifiedById\",\"displayName\":null,\"title\":null},{\"@type\":\"org.talend.components.api.properties.Property\",\"componentProperties\":null,\"flags\":null,\"type\":

      {\"name\":\"DATETIME\",\"ordinal\":4}

      ,\"size\":0,\"occurMinTimes\":0,\"occurMaxTimes\":0,\"precision\":0,\"pattern\":\"\\"yyyy-MM-dd'T'HH:mm:ss'.000Z'\\"\",\"defaultValue\":null,\"nullable\":false,\"enumClass\":null,\"possibleValues\":null,\"children\":null,\"name\":\"SystemModstamp\",\"displayName\":null,\"title\":null},{\"@type\":\"org.talend.components.api.properties.Property\",\"componentProperties\":null,\"flags\":null,\"type\":

      {\"name\":\"DATE\",\"ordinal\":3}

      ,\"size\":0,\"occurMinTimes\":0,\"occurMaxTimes\":0,\"precision\":0,\"pattern\":\"\\"yyyy-MM-dd\\"\",\"defaultValue\":null,\"nullable\":true,\"enumClass\":null,\"possibleValues\":null,\"children\":null,\"name\":\"LastActivityDate\",\"displayName\":null,\"title\":null},{\"@type\":\"org.talend.components.api.properties.Property\",\"componentProperties\":null,\"flags\":null,\"type\":

      {\"name\":\"DATETIME\",\"ordinal\":4}

      ,\"size\":0,\"occurMinTimes\":0,\"occurMaxTimes\":0,\"precision\":0,\"pattern\":\"\\"yyyy-MM-dd'T'HH:mm:ss'.000Z'\\"\",\"defaultValue\":null,\"nullable\":true,\"enumClass\":null,\"possibleValues\":null,\"children\":null,\"name\":\"LastViewedDate\",\"displayName\":null,\"title\":null},{\"@type\":\"org.talend.components.api.properties.Property\",\"componentProperties\":null,\"flags\":null,\"type\":

      {\"name\":\"DATETIME\",\"ordinal\":4}

      ,\"size\":0,\"occurMinTimes\":0,\"occurMaxTimes\":0,\"precision\":0,\"pattern\":\"\\"yyyy-MM-dd'T'HH:mm:ss'.000Z'\\"\",\"defaultValue\":null,\"nullable\":true,\"enumClass\":null,\"possibleValues\":null,\"children\":null,\"name\":\"LastReferencedDate\",\"displayName\":null,\"title\":null},{\"@type\":\"org.talend.components.api.properties.Property\",\"componentProperties\":null,\"flags\":null,\"type\":

      {\"name\":\"STRING\",\"ordinal\":0}

      ,\"size\":20,\"occurMinTimes\":0,\"occurMaxTimes\":0,\"precision\":0,\"pattern\":null,\"defaultValue\":null,\"nullable\":true,\"enumClass\":null,\"possibleValues\":null,\"children\":null,\"name\":\"Jigsaw\",\"displayName\":null,\"title\":null},{\"@type\":\"org.talend.components.api.properties.Property\",\"componentProperties\":null,\"flags\":null,\"type\":

      {\"name\":\"STRING\",\"ordinal\":0}

      ,\"size\":20,\"occurMinTimes\":0,\"occurMaxTimes\":0,\"precision\":0,\"pattern\":null,\"defaultValue\":null,\"nullable\":true,\"enumClass\":null,\"possibleValues\":null,\"children\":null,\"name\":\"JigsawCompanyId\",\"displayName\":null,\"title\":null},{\"@type\":\"org.talend.components.api.properties.Property\",\"componentProperties\":null,\"flags\":null,\"type\":

      {\"name\":\"STRING\",\"ordinal\":0}

      ,\"size\":40,\"occurMinTimes\":0,\"occurMaxTimes\":0,\"precision\":0,\"pattern\":null,\"defaultValue\":null,\"nullable\":true,\"enumClass\":null,\"possibleValues\":null,\"children\":null,\"name\":\"CleanStatus\",\"displayName\":null,\"title\":null},{\"@type\":\"org.talend.components.api.properties.Property\",\"componentProperties\":null,\"flags\":null,\"type\":

      {\"name\":\"STRING\",\"ordinal\":0}

      ,\"size\":40,\"occurMinTimes\":0,\"occurMaxTimes\":0,\"precision\":0,\"pattern\":null,\"defaultValue\":null,\"nullable\":true,\"enumClass\":null,\"possibleValues\":null,\"children\":null,\"name\":\"AccountSource\",\"displayName\":null,\"title\":null},{\"@type\":\"org.talend.components.api.properties.Property\",\"componentProperties\":null,\"flags\":null,\"type\":

      {\"name\":\"STRING\",\"ordinal\":0}

      ,\"size\":9,\"occurMinTimes\":0,\"occurMaxTimes\":0,\"precision\":0,\"pattern\":null,\"defaultValue\":null,\"nullable\":true,\"enumClass\":null,\"possibleValues\":null,\"children\":null,\"name\":\"DunsNumber\",\"displayName\":null,\"title\":null},{\"@type\":\"org.talend.components.api.properties.Property\",\"componentProperties\":null,\"flags\":null,\"type\":

      {\"name\":\"STRING\",\"ordinal\":0}

      ,\"size\":255,\"occurMinTimes\":0,\"occurMaxTimes\":0,\"precision\":0,\"pattern\":null,\"defaultValue\":null,\"nullable\":true,\"enumClass\":null,\"possibleValues\":null,\"children\":null,\"name\":\"Tradestyle\",\"displayName\":null,\"title\":null},{\"@type\":\"org.talend.components.api.properties.Property\",\"componentProperties\":null,\"flags\":null,\"type\":

      {\"name\":\"STRING\",\"ordinal\":0}

      ,\"size\":8,\"occurMinTimes\":0,\"occurMaxTimes\":0,\"precision\":0,\"pattern\":null,\"defaultValue\":null,\"nullable\":true,\"enumClass\":null,\"possibleValues\":null,\"children\":null,\"name\":\"NaicsCode\",\"displayName\":null,\"title\":null},{\"@type\":\"org.talend.components.api.properties.Property\",\"componentProperties\":null,\"flags\":null,\"type\":

      {\"name\":\"STRING\",\"ordinal\":0}

      ,\"size\":120,\"occurMinTimes\":0,\"occurMaxTimes\":0,\"precision\":0,\"pattern\":null,\"defaultValue\":null,\"nullable\":true,\"enumClass\":null,\"possibleValues\":null,\"children\":null,\"name\":\"NaicsDesc\",\"displayName\":null,\"title\":null},{\"@type\":\"org.talend.components.api.properties.Property\",\"componentProperties\":null,\"flags\":null,\"type\":

      {\"name\":\"STRING\",\"ordinal\":0}

      ,\"size\":4,\"occurMinTimes\":0,\"occurMaxTimes\":0,\"precision\":0,\"pattern\":null,\"defaultValue\":null,\"nullable\":true,\"enumClass\":null,\"possibleValues\":null,\"children\":null,\"name\":\"YearStarted\",\"displayName\":null,\"title\":null},{\"@type\":\"org.talend.components.api.properties.Property\",\"componentProperties\":null,\"flags\":null,\"type\":

      {\"name\":\"STRING\",\"ordinal\":0}

      ,\"size\":80,\"occurMinTimes\":0,\"occurMaxTimes\":0,\"precision\":0,\"pattern\":null,\"defaultValue\":null,\"nullable\":true,\"enumClass\":null,\"possibleValues\":null,\"children\":null,\"name\":\"SicDesc\",\"displayName\":null,\"title\":null},{\"@type\":\"org.talend.components.api.properties.Property\",\"componentProperties\":null,\"flags\":null,\"type\":

      {\"name\":\"STRING\",\"ordinal\":0}

      ,\"size\":18,\"occurMinTimes\":0,\"occurMaxTimes\":0,\"precision\":0,\"pattern\":null,\"defaultValue\":null,\"nullable\":true,\"enumClass\":null,\"possibleValues\":null,\"children\":null,\"name\":\"DandbCompanyId\",\"displayName\":null,\"title\":null},{\"@type\":\"org.talend.components.api.properties.Property\",\"componentProperties\":null,\"flags\":null,\"type\":

      {\"name\":\"STRING\",\"ordinal\":0}

      ,\"size\":255,\"occurMinTimes\":0,\"occurMaxTimes\":0,\"precision\":0,\"pattern\":null,\"defaultValue\":null,\"nullable\":true,\"enumClass\":null,\"possibleValues\":null,\"children\":null,\"name\":\"CustomerPriority__c\",\"displayName\":null,\"title\":null},{\"@type\":\"org.talend.components.api.properties.Property\",\"componentProperties\":null,\"flags\":null,\"type\":

      {\"name\":\"STRING\",\"ordinal\":0}

      ,\"size\":255,\"occurMinTimes\":0,\"occurMaxTimes\":0,\"precision\":0,\"pattern\":null,\"defaultValue\":null,\"nullable\":true,\"enumClass\":null,\"possibleValues\":null,\"children\":null,\"name\":\"SLA__c\",\"displayName\":null,\"title\":null},{\"@type\":\"org.talend.components.api.properties.Property\",\"componentProperties\":null,\"flags\":null,\"type\":

      {\"name\":\"STRING\",\"ordinal\":0}

      ,\"size\":255,\"occurMinTimes\":0,\"occurMaxTimes\":0,\"precision\":0,\"pattern\":null,\"defaultValue\":null,\"nullable\":true,\"enumClass\":null,\"possibleValues\":null,\"children\":null,\"name\":\"Active__c\",\"displayName\":null,\"title\":null},{\"@type\":\"org.talend.components.api.properties.Property\",\"componentProperties\":null,\"flags\":null,\"type\":

      {\"name\":\"DOUBLE\",\"ordinal\":7}

      ,\"size\":3,\"occurMinTimes\":0,\"occurMaxTimes\":0,\"precision\":0,\"pattern\":null,\"defaultValue\":null,\"nullable\":true,\"enumClass\":null,\"possibleValues\":null,\"children\":null,\"name\":\"NumberofLocations__c\",\"displayName\":null,\"title\":null},{\"@type\":\"org.talend.components.api.properties.Property\",\"componentProperties\":null,\"flags\":null,\"type\":

      {\"name\":\"STRING\",\"ordinal\":0}

      ,\"size\":255,\"occurMinTimes\":0,\"occurMaxTimes\":0,\"precision\":0,\"pattern\":null,\"defaultValue\":null,\"nullable\":true,\"enumClass\":null,\"possibleValues\":null,\"children\":null,\"name\":\"UpsellOpportunity__c\",\"displayName\":null,\"title\":null},{\"@type\":\"org.talend.components.api.properties.Property\",\"componentProperties\":null,\"flags\":null,\"type\":

      {\"name\":\"STRING\",\"ordinal\":0}

      ,\"size\":10,\"occurMinTimes\":0,\"occurMaxTimes\":0,\"precision\":0,\"pattern\":null,\"defaultValue\":null,\"nullable\":true,\"enumClass\":null,\"possibleValues\":null,\"children\":null,\"name\":\"SLASerialNumber__c\",\"displayName\":null,\"title\":null},{\"@type\":\"org.talend.components.api.properties.Property\",\"componentProperties\":null,\"flags\":null,\"type\":

      {\"name\":\"DATE\",\"ordinal\":3}

      ,\"size\":0,\"occurMinTimes\":0,\"occurMaxTimes\":0,\"precision\":0,\"pattern\":\"\\"yyyy-MM-dd\\"\",\"defaultValue\":null,\"nullable\":true,\"enumClass\":null,\"possibleValues\":null,\"children\":null,\"name\":\"SLAExpirationDate__c\",\"displayName\":null,\"title\":null}]},\"name\":\"Root\",\"displayName\":null,\"title\":null}}");

      Attachments

        Activity

          People

            fupton Francis Upton
            fupton Francis Upton
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: