I need to import a csv file and check to see if a column contains 9 characters exactly. If column 1 does not have 9 characters, I want to send a message that my job failed. Anyone have any ideas on the best way to write the if statement regarding the column length?<\/p>","upvoteCount":3,"answerCount":12,"datePublished":"2021-02-23T18:29:46.000Z","author":{"@type":"Person","name":"reynowa","url":"https://community.spiceworks.com/u/reynowa"},"acceptedAnswer":{"@type":"Answer","text":"
From what I have experienced so far, @tulioarends<\/a> is correct. Iterating through them isn’t the end of the world though and allows you to do the padding you need.<\/p>\n