Skip to content

Instantly share code, notes, and snippets.

@wvpv
Created December 21, 2022 16:19
Show Gist options
  • Save wvpv/5402e16072974dbb9cae0228ebdc3200 to your computer and use it in GitHub Desktop.
Save wvpv/5402e16072974dbb9cae0228ebdc3200 to your computer and use it in GitHub Desktop.
ImportResultsSummary Schema
FieldName DataType Length Precision Scale PrimaryKey Required
ClientID Number TRUE TRUE
ObjectID Text 100 TRUE TRUE
StartDate Date TRUE TRUE
EndDate Date TRUE TRUE
TaskResultID Text 100 FALSE FALSE
ImportDefinitionCustomerKey Text 100 FALSE FALSE
ImportType Text 100 FALSE FALSE
ImportStatus Text 100 FALSE FALSE
ID Number FALSE FALSE
DestinationID Text 100 FALSE FALSE
TotalRows Number FALSE FALSE
NumberDuplicated Number FALSE FALSE
NumberErrors Number FALSE FALSE
NumberSuccessful Number FALSE FALSE
NumberRestricted Number FALSE FALSE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment