locked
Pipeline copy activity failed while copying data from .csv to azure sql RRS feed

  • Question

  • Hi,

    Pipeline copy activity failed while copying data from .csv to azure sql ,

    can any one help me out  to get this solved

    below is the error description,

    with row number 2: found more columns than expected column count: 56.,Source=Microsoft.DataTransfer.Common,'

    Thanks in Advance

    Wednesday, December 5, 2018 9:53 AM

Answers

  • The error means your csv file has more columns than your specified schema.

    can you check the number of schema columns in your csv file ? if the number is greater than 56.

    if you are using "import schema" for your csv, it may not get the full column information, it will not scan all data for your csv file.




    • Edited by Yuehan Xu Wednesday, December 5, 2018 10:24 AM
    • Proposed as answer by Jason_J (Azure) Wednesday, December 5, 2018 11:44 PM
    • Marked as answer by Naresh kadali Thursday, December 6, 2018 9:34 AM
    Wednesday, December 5, 2018 10:22 AM

All replies

  • The error means your csv file has more columns than your specified schema.

    can you check the number of schema columns in your csv file ? if the number is greater than 56.

    if you are using "import schema" for your csv, it may not get the full column information, it will not scan all data for your csv file.




    • Edited by Yuehan Xu Wednesday, December 5, 2018 10:24 AM
    • Proposed as answer by Jason_J (Azure) Wednesday, December 5, 2018 11:44 PM
    • Marked as answer by Naresh kadali Thursday, December 6, 2018 9:34 AM
    Wednesday, December 5, 2018 10:22 AM
  • Thank alot
    Thursday, December 6, 2018 9:34 AM