Closed BuilesYeison closed 8 months ago
Unable to replicate using provided conda , data and code. The result correctly shows columns with names(1. on image) with 2 rows(2. on image):
I still cannot get the values, the only way to get correctly all column values in my case is adding an empty column in first place in csv file. Could be a problem with regional configuration? or in the project creation?
It's difficult to comment on your regional settings because I don't have any information about those. If you use Robocorp tooling there should be no difference in project creation. The cause could be that the input csv is problematic, but it should work if it's the same as attached.
I think the problema is because i am downloading the csv document from an azure blob storage, so maybe the file being corrupted somehow, im not sure about it but im gonna close the issue.
Hey, by the way, I encountered the same issue. The problem was in the column names. Overriding column names doesn't work. At least for cases when we initialize a table from a csv file.
Hi!
I am trying to get csv data using
read_table_from_csv
method fromRPA.Tables
, but, im getting the first column values as None. I checkout the column name and its not wrong, also i have addedheader
parameter into the method and also i have changed the delimiters from ';' to ','.Note: i am getting succesfully the other column values.
Code:
This is my
config.csv
file:This is my
conda.yaml
file:When i debug and explore the value, i see this:
I think this is a bug, thank you for your time!