Is there a way to get nodename from csv file

When I download the “Raw Page Data” to csv I see a dialer id. I wasn’t sure if that equated to a “test location”.

We want to import from the csv files to a db, and I am trying to find a way to differentiate by Test Location.

This was only reference I could find to columns in csv.
https://sites.google.com/a/webpagetest.org/docs/advanced-features/raw-test-results

The dialer ID column is some legacy data from an old system that webpagetest originated from and is probably not generally useful (if you label the test machines with names that have numbers in them then the numbers will be extracted and included there).

The csv’s may not have enough data themselves to do what you are looking to do. Some form of transform on the XML may work better.