Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ApwFA authored Jan 27, 2017
1 parent 85b10b6 commit 293092d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Sample-ImportFiles/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,15 @@ We accept issuer register data in CSV format. You can find a [sample file here](

### File Column Detail

Column Name | Description |Data Type (Format) | Required / Optional | Length
Column Name | Description |Data Type (Format) | Required | Length
----------------------------------|-------------|-------------------|-------------------|--------
Id | The IssuerId that is currently used in your position file |String | Required | 255
Id | The IssuerId that is currently used in your position file |String | X | 255
Name | The legal name of the issuer. This field could refer to the IssuerName that is currently used in your position file |String | Required | 255
Address | The issuer's address |String | Required | 255
City | The city the issuer is located |String | Required | 255
Address | The issuer's address |String | X | 255
City | The city the issuer is located |String | X | 255
Province | The province of the issuer (if any) |String | Optional | 255
PostCode | The post code of the issuer (if any) |String | Optional | 255
Country | The country the issuer is located |String | Required | 255
Country | The country the issuer is located |String | X | 255
ContactPerson | The primary issuer contact |String | Optional | 255
ContactPersonPosition | The primary issuer contact's position |String | Optional | 255
EmailAddress | The primary issuer contact's email address |String | Optional | 255
Expand Down

0 comments on commit 293092d

Please sign in to comment.