You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think this would take a lot of the friction out of uploading stuff to sharepoint. A lot of times, it simply doesn't get done. But if report generation offered to upload the data and the report to sharepoint, it would be pretty much automatic.
Some things to be considered:
The user would need to be set up with SharePoint
I'd like to make this generic enough where it could be ANY SharePoint, not just ours (which would obviously fail if you didn't have the credentials)
This would probably need environmental variables like user name, so it could upload it to the right place.
It probably should also have variables for data dir and report dir, with sensible defaults
While our raw data typically only includes raw data, I'm not opposed to uploading reports there as well (thus making the data dir and report dir the same by default)
I'd like to make sure that the report points to the data whence the report came from
I think this should be a very friendly step by step process - thus it'll need lots of checks (make this directory, this directory is missing, this file already exists) and should generally be interactive (this file exists, overwrite? Y/N)
The text was updated successfully, but these errors were encountered:
I think this would take a lot of the friction out of uploading stuff to sharepoint. A lot of times, it simply doesn't get done. But if report generation offered to upload the data and the report to sharepoint, it would be pretty much automatic.
Some things to be considered:
The text was updated successfully, but these errors were encountered: