Skip to content

Commit 519a574

Browse files
Create README.md
1 parent e094168 commit 519a574

File tree

1 file changed

+55
-0
lines changed
  • File Management/Add thousands of documents to your SPO library

1 file changed

+55
-0
lines changed
Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
The application is mainly for SharePoint Online test environments.
2+
3+
It creates mock data for a library of your choice so that you can test synchronization and SharePoint Online performance.
4+
5+
It creates:
6+
7+
-Word Documents with random content from Latin texts
8+
9+
-Excel Spreadsheets with random number of Sheets but no content
10+
11+
-PowerPoint presentations
12+
13+
-files that will be corrupt (as said above, for testing purposes)
14+
15+
16+
17+
You can create unlimited* number of items. Of course the more items you choose, the longer it will run. Depending on your environment, it creates 100 documents per 20seconds.
18+
19+
20+
21+
Works for OneDrive for Business as well.
22+
23+
24+
25+
26+
The code wouldn't exist without:
27+
28+
http://msdn.microsoft.com/en-us/library/office/cc850834(v=office.15).aspx
29+
30+
http://sharepoint.stackexchange.com/questions/121904/create-a-document-in-sharepoint-online-using-csom
31+
32+
33+
34+
35+
36+
*SPO view threshold 5000 items
37+
SPO sync limit : 20 000 items
38+
Feel free to create more if you want to test the errrors.
39+
EDIT
40+
It seems like the application is not completely stable. In a given environment, a given tenant may give an error. Another tenant will not. The error tenant will run in a different environment. It seems to be connected to mapped network drives. I will add some error handling and will upload a more stable version.
41+
EDIT2
42+
Uploaded a corrected version. Will remove the edits when I have confirmation that the version is stable on all tenants.
43+
44+
45+
46+
47+
48+
49+
50+
51+
52+
53+
54+
<br/><br/>
55+
<b>Enjoy and please share feedback!</b>

0 commit comments

Comments
 (0)