Text Qualifier in ADF BLOB Source

Mav 81 Reputation points
2022-02-02T06:13:55.953+00:00

Hi my blob file CSV has comma as row separator ,

In SSIS I specify text qualifier as "
However in ADF source I cant find where can i define text qualifier

File is like

COLA, COLB
1222, 66666
1333,"Value with comma, text"

In ADF when I am reading the file the second row is being split up

here is the setting in SSIS connection that prevents this split

170400-ssis.jpg

IN ADF Blob CSV connection I cant find this option

170462-adf-connection.jpg

Azure Data Lake Storage
Azure Data Lake Storage
An Azure service that provides an enterprise-wide hyper-scale repository for big data analytic workloads and is integrated with Azure Blob Storage.
1,350 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,610 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. HimanshuSinha-msft 19,381 Reputation points Microsoft Employee
    2022-02-03T20:37:09.927+00:00

    Hello @devhere ,
    Thanks for the ask and using Microsoft Q&A platform .
    As we understand the ask here is read the columen data "Value with comma, text" as one column and not splitted . Please do let me know if that not accurate.
    I tried to look into the data in preview and it does ashow as one column only and its not spliting . I did tried writing into blob sink and its did worked fine .
    ![171165-image.png][1]

    Blob as sink

    ![171182-image.png][2]

    So to me at this time it looks as if it is working fine . If you think otherwise please share more details with snapshots .
    Thanks
    Himanshu

    -------------------------------------------------------------------------------------------------------------------------

    • Please don't forget to click on 130616-image.png or upvote 130671-image.png button whenever the information provided helps you. Original posters help the community find answers faster by identifying the correct answer. Here is how
    • Want a reminder to come back and check responses? Here is how to subscribe to a notification
    • If you are interested in joining the VM program and help shape the future of Q&A: Here is how you can be part of Q&A Volunteer Moderators
    1 person found this answer helpful.