web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

No record found.

News and Announcements icon
Community site session details

Community site session details

Session Id :
Microsoft Dynamics CRM (Archived)

How can I export the columns from import details page?

(0) ShareShare
ReportReport
Posted on by

Hi,

I need export Description, column value and error code columns. I tried export error rows, but not include these three columns.

Screenshot_5F00_012819_5F00_101221_5F00_AM.jpg

Thanks

Carys

*This post is locked for comments

I have the same question (0)
  • Suggested answer
    gdas Profile Picture
    50,091 Moderator on at

    Hi ,

    Can you please give some more information , how you are exporting ?

    Did you tried to export  with different view or with less data ?

    Try to export from advanced find and select few columns  see you can  able to export or not .

  • Community Member Profile Picture
    on at

    Thanks a lot!  My purpose is to export the description column. I am not sure where and in which entity  I can find this column. I tried the entity of Import log, but no luck.

    Thanks

    Carys

  • gdas Profile Picture
    50,091 Moderator on at

    Hi,

    How you are navigating the the grid ?

  • Suggested answer
    RaviKashyap Profile Picture
    55,410 Moderator on at

    Hi Carys,

    Unfortunately, you cannot export this information. However if you want, you can click on print button (before the 'Export Error Rows') which will give you an option to either print it on Paper or you can print it on a pdf.

    1145.errorreport.png

    Hope this helps.

  • Suggested answer
    Kokulan Profile Picture
    18,054 on at

    There are limitations on UI and You cant query these records from Advance find but it does not mean we cant query these at all.

    Internally these are stored in importdata and importlog entities

    You can build Fetch query to include the columns you need and then run the fetch on lets say XRMToolBox Export To Excel tool.

    This tool does not look like it supports these entities but in the fetch XML winodw it allows you to paste query and export data

    To knore more about these entities and fields, you can use XRM toolbox meta data browser plugin

    You could give this a try

    Hope this helps

  • Suggested answer
    MMK Profile Picture
    745 on at

    Hi Kokulan

      your trick really works

      but i wasn't able to use Export to Excel

      but  with FetchXML builder i can see the list and just copied the result view table  and pasted it in an Excel

      here is the fetcxml for folks to download the logs

     <fetch version="1.0" output-format="xml-platform" mapping="logical" distinct="false">

     <entity name="importlog">

       <all-attributes />    

       <filter type="and">

         <condition attribute="importfileid" operator="eq" uitype="importfile" value="{IMPORTFILEGUIDIDPUTHERE}" />

       </filter>

     </entity>

    </fetch>

      make sure to put the Guidid of the importfile which is that what opens up when you click on imports

  • Dynamics 365 Community Profile Picture
    52 on at

    Thanks for the direction, you pointed in the right direction.  It helps me to think that way.  I didn't use the XRM tools. Using SSMS tool, I was able to get the result. Sharing the query for others to use:

    SELECT

         [sequencenumber]

         ,[linenumber]

         ,[additionalinfo]

     ,[modifiedon]

         ,[headercolumn]

         ,[ownerid]

         ,[columnvalue]

         ,[importfileidname]

         ,[logphasecodename]

         ,[owneridname]

         ,[importdataidname]

     FROM [dbo].[importlog]

     where importfileidname = 'StudentClassAssessment.csv'

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Stars!

Meet the Microsoft Dynamics 365 Contact Center Champions

We are thrilled to have these Champions in our Community!

Congratulations to the March Top 10 Community Leaders

These are the community rock stars!

Leaderboard > 🔒一 Microsoft Dynamics CRM (Archived)

#1
JS-09031509-0 Profile Picture

JS-09031509-0 3

#2
AS-17030037-0 Profile Picture

AS-17030037-0 2

#2
Mark Eckert Profile Picture

Mark Eckert 2

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans