The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here

error to to import txt to CSV file

Majid1357Majid1357 Member Posts: 9 Learner I
edited April 2020 in Help
 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

  • jacobcybulskijacobcybulski Member, University Professor Posts: 391 Unicorn
    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
  • Majid1357Majid1357 Member Posts: 9 Learner I
    edited April 2020
    Yes will follow your way and let you know
    Thanks
  • Majid1357Majid1357 Member Posts: 9 Learner I
    Yes let me see How I can fix that, Thank you for your time and replay will let you know if its solved
Sign In or Register to comment.