Skip to content

Commit

Permalink
Update transco-extraction.md (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
grik001 committed Sep 17, 2020
1 parent a4eae2b commit e87ed40
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions framework/components/transco-extraction.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@ JSON support has also been added to the Transco Component. The Message content c

> ![xslt](../../images/transco-configjson.png)
## Encoding

The encoding for the content of the message can be specified to the Transco Extract by passing the Code page along with the request. If not supplied the default UTF8 encoding will be used when parsing the message. https://docs.microsoft.com/en-us/dotnet/api/system.text.encoding?view=netcore-3.1

## Database Setup

The Transco component needs an SQL Database setup. Since the properties retreived are cells from a database everything needs to be setup prior to testing or using the component.
Expand Down

0 comments on commit e87ed40

Please sign in to comment.