PHPSpert Posted February 19, 2013 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?
Wanze Posted February 19, 2013 Posted February 19, 2013 Of course! Check out "Using the API to add or remove repeater items" http://processwire.com/api/fieldtypes/repeaters/ 1
ryan Posted February 20, 2013 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.
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