error to to import txt to CSV file

Majid1357
Majid1357 New Altair Community Member
edited November 2024 in Community Q&A
 when I run to read CSV operator, it keep show me error that " An attribute 0 was specified for column 1 but this column does not exist in input data " how I can solve this issue ?
Tagged:

Best Answer

Answers

  • jacobcybulski
    jacobcybulski New Altair Community Member
    I am not sure why you have an input into "Read CSV", do you really mean it? If you are reading the CSV file from disk then you do not need that "fil" input. Otherwise, it is assumed that you have a file "in your hand" and you are passing it into the "Read CSV" operator. If this is NOT so, your "Read CSV" will be confused when you configure it with a wizard on an existing file on disk but then you pass in some other file (or junk) which may not conform to the format remembered in your meta information.
    Jacob
  • Majid1357
    Majid1357 New Altair Community Member
    edited April 2020
    Yes will follow your way and let you know
    Thanks
  • Majid1357
    Majid1357 New Altair Community Member
    Yes let me see How I can fix that, Thank you for your time and replay will let you know if its solved