The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
78 views

Error while trying to Import Term Set using .CSV file

When i try to import a termset(in a Site collection) using the .CSV file,i get the below error, An error was encountered while attempting to import the term set at line 2 of the submitted file. ...
0
votes
1answer
33 views

Sync SharePoint 2010 UPS to a csv file

I get a nightly update of all users' profile properties via csv. I would like to setup the User Profile Service App to sync to that CSV. I assume this shouldn't be terribly difficult and has likely ...
1
vote
1answer
180 views

Can I import a csv file as metadata to a library?

Example scenario: I have a folder (on a file share) that contains 10 doc files. I also have a csv file that contains, in the first column, the names of each of those files. Proposed metadata is in ...
1
vote
1answer
61 views

Edit Termset using CSV file

I understand that we can add termset by importing the terms created in CSV file, But i would like to know the possibility to edit(addition of terms) the same CSV file in the future and update the ...
1
vote
1answer
463 views

SharePoint 2010 Issue with CSV File

We are using SharePoint 2010. I have permission (full access) on my site. I have three uploaded files (one Word .doc, one Excel .xls, one CSV .csv). I had no problems editing Word and Excel files. ...
1
vote
2answers
722 views

Importing/uploading files from file share to SP 2010 Doc Lib using CSV

Can someone please provide a good link (or if you already have a powershell working) that can import files from file share into SharePoint document library using a cvs flat file. I have about 20 ...
0
votes
1answer
1k views

Importing external data synchronously into a Sharepoint List

Problem : We need external data to be imported synchronously into a Sharepoint list. The data is located in a MySQL database. The Sharepoint server is setup behind a firewall and no direct connection ...
2
votes
4answers
428 views

Generating a CSV file

I'm using a DVWP in MOSS 2007 to display some data and using a jQuery library called table2CSV to be able to allow users to export the data on a button click. This is all working fine, the data is ...