CSV Robot framework issue

Hello Everyone,

i try to do this :

@{content2}= read csv file to associative ${report_file_expected} delimiter=;

I got the issue bellow :

No keyword with name ‘read csv file to associative’ found.

After many investigations o can’t resolve it, if some one can help .

Thank you in advance

You should show us a more complete example.

Here is what I can say:

  • The error message is clear, and this should give you a good hint of what is going on
  • Did you imported the library or resource file with the definition of ‘read csv file to associative ?
  • Are you using the minimum spacing of two spaces?
1 Like