Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowGet inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.
Hi
I have a simple r script (below) which is exporting a table into csv and saving in a local area. This all works fine, however when the file exports, it adds a blank column at the beginning with the row number for each record. Does anyone know how to stop this from happening?
write.csv(dataset, file = "G:/xxx/xxx.csv")
Any help greatly appreciated
Solved! Go to Solution.
Update your R script as follows:
write.csv(dataset, file = "G:/xxx/xxx.csv", row.names = FALSE)
Pat
To learn more about Power BI, follow me on Twitter or subscribe on YouTube.
Perfect, thank you
Update your R script as follows:
write.csv(dataset, file = "G:/xxx/xxx.csv", row.names = FALSE)
Pat
To learn more about Power BI, follow me on Twitter or subscribe on YouTube.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code FABINSIDER for a $400 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
85 | |
74 | |
65 | |
50 | |
30 |
User | Count |
---|---|
115 | |
104 | |
71 | |
65 | |
39 |