I have the following default sample data in my list which deploay just fine.
<Row>
<Field Name="Holiday Balance (Days)">10</Field>
<Field Name="Holiday Balance (Hours)">700</Field>
</Row>
However when I try to include the Collumn which contains a people picker
<Row>
<Field Name="Team 1">My User Name</Field>
<Field Name="Holiday Balance (Days)">10</Field>
<Field Name="Holiday Balance (Hours)">700</Field>
</Row>
It deploys fine but NO content...is this a limitation of VS deployed lists? For username I have tried my name, my email and my "key" to no avail.
TIA
S