You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
My CSV Header is below
StudentId, Name, School, Class
And my asset project already has school and class object.
My requirement is here
1. I want to import this multiple time with overwrite. But everytime I import csv, every Students are imported multiple times. As you see, StudentId is a unique key. How do I overwrite using StudentId?
2. How do I make a reference School and Class?
I already tried to write AQL objecttype=${School} but it doesn't work.
Please let me know