Pull new data from my updated CSV

Hi,
I created a bar visualization to pull data from a csv file. Following is the sample data

BuiltFileType | BuiltCount
A | 100
B | 200

This data gets refreshed every day. Next day, my new data in csv is as follows:

BuildFileType | BuiltCount
A | 110
B | 210

How do I update the data in my visualization?

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