Hello @all,
is there a solution for a Inventory Site internal XWIKI?
I my case a have a Excel Sheet and in there a lot’s of User and his permission and also an export funktion to add user via powershell script to ActiveDirecory.
The Side needs to be have a internal Search funktion and looks on input if there is a double entry.
TheLook and Fiel cloud be like a taskplaner from xiwki.
When I first looked around my XWiki installation, I found a movie database in the applications (as a dummy). I guess you could set one up for whatever purpose as well.
Hello vmassol,
thank’s for relpay.
I have seen this before but did’t helps me.
but now i have find out how that one works.
Another Questions:
I have now this entrys:
If i have Name and Firstname how can i generate under abbreviation (Kürzel) the first carracter from Name and Firstname like: John Doe = abbreviation is JD
Also how can import data form my excel Sheed to this one?
Yes thank you i have found that now.
If i test that with excel file i can download from Batch Import Application i get a error message after “Select File”
An error occurred while trying to read the columns from the file:
[java.io.IOException] Canot read excel file, no plugin found. Check that the excel plugin is installed in your wiki and properly configured.
at org.xwiki.batchimport.internal.iterators.ExcelImportFileIterator.resetFile(ExcelImportFileIterator.java:99)
at org.xwiki.batchimport.internal.DefaultBatchImport.getColumnHeaders(DefaultBatchImport.java:154)
at org.xwiki.batchimport.BatchImportService.getColumnHeaders(BatchImportService.java:333)
at jdk.internal.reflect.GeneratedMethodAccessor2114.invoke(Unknown Source)
Again thank you very much for helping!
in my CSV there are no semicolons.
They are looking like this:
User ID,Name,Vorname,Vorname Kuerzel Nachname,Kuerzel,Firma,Mail
u0xxx,doe,john,john jd doe,jd,myBusiniss,john.doe@t.com
I have also test with semicolons but same result.
Only it i have only column like Name, that one can be import.