SP list history

Copper Contributor

Hello,
I need to have SP list full history data (with modify columny), but not including date of modifying one of  the column as there are some data that messing up my model.
Is there any intelligent way to do that?
I'm using link like that to get data https://COMPANY.sharepoint.com/sites/OC/_vti_bin/owssvr.dll?XMLDATA=1&List={XXXXXX}
&View={XXXXX}&RowLimit=0&IncludeVersions=TRUE

 

I was already trying to create view excluding that column but modify dates stays. And I've also try to exclude dates which are the same as in this columns but I've noticed there are some delays in 'modified' column so it doesn't work how I would need it to..

Thanks in advace!

1 Reply
You could write a PowerShell script to get that information in a CSV file that you can after that analyze