|
Hi there,
We have been trying to use the wizard with the BCP output in portuguese.
We get no errors, but no data is coppied to SQL AZURE.
We've already tryied to include the below code on the config file, but got no sucess:
<pt-BR>
<add key="BCPRowsCopied" value="[0-9]+\slinhas copiadas"/> <!-- Regex Search -->
<add key="BCPError" value="Error ="/> <!-- Regex Search -->
<add key="BCPSQLState" value="SQLState ="/> <!-- Regex Search -->
<add key="BCPTotalSent" value="Total enviado: [0-9]+\W+SQLState ="/> <!-- Regex Search -->
<add key="BCPNumber" value="[0-9]+"/> <!-- Regex Search -->
<add key="BCPSummary" value="Tempo[\w\W]+/ s.\)"/> <!-- Regex Search -->
<add key="BCPCodePage" value="437"/>
</pt-BR>
We've also changed the en-US regex text with the portuguse string but also got no sucess.
|