How to convert csv file to dictionary in uipath

but where is the output

Understanding the 6 Debugging Panels of UiPath in the easiest way possible! - News / Tutorials - UiPath Community Forum

Hi @Monali_Vekariya

Please check the following videos:

Read CSV into datatable
For Each Row in Datatable

  • Assign myDict(CurrentRow(“Name”).ToString) = CurrentRow(“Value”).ToString

could you help me
TASK BY SIR DICTIONARY.zip (6.0 KB)
to do these project please

As

Assign myDict(CurrentRow(“Name”).ToString) = CurrentRow(“Value”).ToString

is just a shortened repetition of already mentioned

Also illustrated

The general modelling should be clear and in your submission you did it also.

Here you can do the following within your XAML.

Change variable Scope to higher level:

  • Place a comment on the end and set a breakpoint.
  • Debug and get paused

Now you can insect the result within the different debug panels (we shared also a helping link for this above)

grafik

We do feel as we can see the dictionary that the topic is cleared and can be also closed:
Forum FAQ - How to mark a post as a solution - News / Tutorials - UiPath Community Forum

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.