app/views/admin/university/people/imports/_base_infos.html.erb
<tr>
<th>first_name*</th>
<td>Stéphane</td>
</tr>
<tr>
<th>last_name*</th>
<td>Dupond</td>
</tr>
<tr>
<th>gender</th>
<td>m</td>
</tr>
<tr>
<th>birth</th>
<td>2006-05-26</td>
</tr>
<tr>
<th>mail</th>
<td>stephane.dupond@gmail.com</td>
</tr>
<tr>
<th>photo</th>
<td>https://www.example.com/photo.jpg</td>
</tr>
<tr>
<th>url</th>
<td>https://www.stephanedupond.fr</td>
</tr>
<tr>
<th>phone_professional</th>
<td>+33 1 01 01 01 01</td>
</tr>
<tr>
<th>phone_personal</th>
<td>+33 1 01 01 01 01</td>
</tr>
<tr>
<th>mobile</th>
<td>+33 6 01 01 01 01</td>
</tr>
<tr>
<th>address</th>
<td>1 rue Jacques Ellul</td>
</tr>
<tr>
<th>zipcode</th>
<td>33000</td>
</tr>
<tr>
<th>city</th>
<td>Bordeaux</td>
</tr>
<tr>
<th>country</th>
<td>FR</td>
</tr>
<tr>
<th>biography</th>
<td>Product Designer</td>
</tr>
<tr>
<th>social_twitter</th>
<td>stephanedupond</td>
</tr>
<tr>
<th>social_linkedin</th>
<td>https://www.linkedin.com/in/stephanedupond</td>
</tr>
<tr>
<th>social_mastodon</th>
<td>https://mastodon.social/@stephanedupond</td>
</tr>
<tr>
<th>categories</th>
<td>Catégorie 1|Catégorie 2</td>
</tr>