Skip to main content

Notifications

Small and medium business | Business Central, N...
Suggested answer

How to get the filename of the file that we are importing through an import function into a blob field

Posted on by Microsoft Employee

I am trying to import a csv file into my blob field and i have a field named as file name is there any way get the file name of the file that we are importing , 

Categories:
  • Suggested answer
    YUN ZHU Profile Picture
    YUN ZHU 73,333 Super User 2024 Season 2 on at
    RE: How to get the filename of the file that we are importing through an import function into a blob field

    Hi, You can try the following methods. If you are importing an Excel file, you can also get the Sheet Name.

    FileMgt: Codeunit "File Management";
    FileName := FileMgt.GetFileName(FromFile);


    TempExcelBuffer: Record "Excel Buffer" temporary;
    SheetName := TempExcelBuffer.SelectSheetsNameStream(IStream);

    Hope this helps.
    Thanks.
    ZHU

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

December Spotlight Star - Muhammad Affan

Congratulations to a top community star!

Community AMA December 12th

Join us as we continue to demystify the Dynamics 365 Contact Center

New! Quick response templatesâš¡

Save time with the new custom templates!

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,219 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,056 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans