Azure DevOps

Hi, does anyone have this similar issue?

During the implementation of a CICD DevOps integration using the Azure DevOps Extension from UiPath and the issue is related with the “UiPath Manage Assets” regarding the creation of an asset.

The CSV file is generated according the estructure provided:

name,type,value
asset_1_name,text,asset_value

The issue is that there are some specific “,” (commas) in the values of the asset_value, for example:

name,type,value
Test 1,text,this is, a test

When the asset is generated using the task in AzureDevOps, the value of the asset generated in orchestrator is “this is” there is no creation of “this is, a test” because of the comma character.

Does anyone has faced this issue, how it is possible to scape this issue and generate the whole asset with many commas on its value?

Thanks