PHPSpert Posted February 19, 2013 Share Posted February 19, 2013 One of my clients may need to have the ability to import a csv of exam answers into PW. The exam template uses repeater fields for the questions. Is this possible? Link to comment Share on other sites More sharing options...
Wanze Posted February 19, 2013 Share Posted February 19, 2013 Of course! Check out "Using the API to add or remove repeater items" http://processwire.com/api/fieldtypes/repeaters/ 1 Link to comment Share on other sites More sharing options...
ryan Posted February 20, 2013 Share Posted February 20, 2013 I agree with Wanze. Using the API is the simplest way to go here. Actually this is exactly what I was doing yesterday... importing from a feed into repeaters. Though it was from an XML feed rather than from a CSV, but that doesn't make much difference. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now