<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Could not determine JSON object type for type Microsoft.DataTransfer.DataTypes.Date. in Pipelines</title>
    <link>https://community.fabric.microsoft.com/t5/Pipelines/Could-not-determine-JSON-object-type-for-type-Microsoft/m-p/3917526#M3289</link>
    <description>&lt;P&gt;No. I have a workaround: converting the column to string in the Data Flow.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, I do not want that workaround. I expect the involved components (Lakehouse table, Copy Data node) to work together &lt;STRONG&gt;regardless of the data type&lt;/STRONG&gt;. I expect the Copy Data node to be able to convert whatever Fabric data source is used to whatever Copy Data target is used. It's both integrated and core functionality of Fabric. Converting a date field from a Lakehouse table into a JSON field (string, essentially) should be no rocket science (if in doubt about the target format, either use ISO date per default or offer a way to configure a desired format). I expect the Copy Data node to be able to do that as it converts any other data type.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I see the error as a bug and would like to report it as that.&lt;/P&gt;</description>
    <pubDate>Tue, 14 May 2024 13:38:18 GMT</pubDate>
    <dc:creator>Hendrik1980</dc:creator>
    <dc:date>2024-05-14T13:38:18Z</dc:date>
    <item>
      <title>Could not determine JSON object type for type Microsoft.DataTransfer.DataTypes.Date.</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Could-not-determine-JSON-object-type-for-type-Microsoft/m-p/3908259#M3216</link>
      <description>&lt;P&gt;I'm trying to use a Copy Data node to send a table to an external WebHook. The data source is a Lakehouse table that I've created using a Notebook and PySpark.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm getting the following error message:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;ErrorCode=InvalidParameter,'Type=Microsoft.DataTransfer.Common.Shared.HybridDeliveryException,Message=The value of the property '' is invalid: 'Could not determine JSON object type for type Microsoft.DataTransfer.DataTypes.Date.'.,Source=,''Type=System.ArgumentException,Message=Could not determine JSON object type for type Microsoft.DataTransfer.DataTypes.Date.,Source=Newtonsoft.Json,'&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please check why this is happening. It's entirely blocking me right now.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 10 May 2024 10:08:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Could-not-determine-JSON-object-type-for-type-Microsoft/m-p/3908259#M3216</guid>
      <dc:creator>Hendrik1980</dc:creator>
      <dc:date>2024-05-10T10:08:12Z</dc:date>
    </item>
    <item>
      <title>Re: Could not determine JSON object type for type Microsoft.DataTransfer.DataTypes.Date.</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Could-not-determine-JSON-object-type-for-type-Microsoft/m-p/3908608#M3224</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="740668" data-lia-user-login="Hendrik1980" class="lia-mention lia-mention-user"&gt;Hendrik1980&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;Thanks for using Fabric Community.&lt;BR /&gt;Can you please share the screenshot of the pipeline along with activity configration?&amp;nbsp;&lt;BR /&gt;Inorder to help you out, I need these details - what exactly are you doing here?&lt;/P&gt;</description>
      <pubDate>Fri, 10 May 2024 11:39:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Could-not-determine-JSON-object-type-for-type-Microsoft/m-p/3908608#M3224</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-05-10T11:39:53Z</dc:date>
    </item>
    <item>
      <title>Re: Could not determine JSON object type for type Microsoft.DataTransfer.DataTypes.Date.</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Could-not-determine-JSON-object-type-for-type-Microsoft/m-p/3908701#M3226</link>
      <description>&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Here's a screenshot of the pipeline.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And the Copy Data activity is configured like this:&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;{
    "name": "Copy data1",
    "type": "Copy",
    "dependsOn": [
        {
            "activity": "Clockify JSON to ADV CSV",
            "dependencyConditions": [
                "Succeeded"
            ]
        }
    ],
    "policy": {
        "timeout": "0.12:00:00",
        "retry": 0,
        "retryIntervalInSeconds": 30,
        "secureOutput": false,
        "secureInput": false
    },
    "typeProperties": {
        "source": {
            "type": "LakehouseTableSource",
            "datasetSettings": {
                "annotations": [],
                "linkedService": {
                    "name": "Clockify",
                    "properties": {
                        "annotations": [],
                        "type": "Lakehouse",
                        "typeProperties": {
                            "workspaceId": "f81cf571-7587-428c-a68d-25b3177c337b",
                            "artifactId": "ee28671f-e7db-4649-a545-ea868e2af123",
                            "rootFolder": "Tables"
                        }
                    }
                },
                "type": "LakehouseTable",
                "schema": [],
                "typeProperties": {
                    "table": "adv_output"
                }
            }
        },
        "sink": {
            "type": "RestSink",
            "httpRequestTimeout": "00:05:00",
            "requestInterval": 10,
            "requestMethod": "PUT",
            "writeBatchSize": 10000,
            "httpCompressionType": "none",
            "datasetSettings": {
                "annotations": [],
                "type": "RestResource",
                "typeProperties": {
                    "relativeUrl": "webhook-test/fabric-clockify-adv"
                },
                "schema": [],
                "externalReferences": {
                    "connection": "01fb0275-f785-4223-93fa-02f3eb148cff"
                }
            }
        },
        "enableStaging": false,
        "translator": {
            "type": "TabularTranslator",
            "typeConversion": true,
            "typeConversionSettings": {
                "allowDataTruncation": true,
                "treatBooleanAsNumber": false
            }
        }
    }
}&lt;/LI-CODE&gt;</description>
      <pubDate>Fri, 10 May 2024 11:58:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Could-not-determine-JSON-object-type-for-type-Microsoft/m-p/3908701#M3226</guid>
      <dc:creator>Hendrik1980</dc:creator>
      <dc:date>2024-05-10T11:58:11Z</dc:date>
    </item>
    <item>
      <title>Re: Could not determine JSON object type for type Microsoft.DataTransfer.DataTypes.Date.</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Could-not-determine-JSON-object-type-for-type-Microsoft/m-p/3909166#M3230</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="740668" data-lia-user-login="Hendrik1980" class="lia-mention lia-mention-user"&gt;Hendrik1980&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The error message you're encountering,&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;ErrorCode=InvalidParameter&lt;/CODE&gt;&lt;SPAN&gt;, indicates that there's an issue with the way a date value is being formatted in your JSON data. It seems Microsoft Data Factory is expecting a specific format for dates, but the data you're providing doesn't match that format.&lt;BR /&gt;&lt;BR /&gt;Please check with date values, you should be able to get some resolution.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 10 May 2024 13:58:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Could-not-determine-JSON-object-type-for-type-Microsoft/m-p/3909166#M3230</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-05-10T13:58:20Z</dc:date>
    </item>
    <item>
      <title>Re: Could not determine JSON object type for type Microsoft.DataTransfer.DataTypes.Date.</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Could-not-determine-JSON-object-type-for-type-Microsoft/m-p/3909204#M3231</link>
      <description>&lt;P&gt;The values in the date column are just that: dates. Timestamps. Some kind of representation of a date. Whatever format is required, under the hood it should be nothing other than a timestamp. If it was a string column, I could understand the format argument. But the date column has no "format" other than what's displayed to the user. It has some date time information, timezone naive or timezone aware. How that date is made readable, should be irrelevant for the JSON conversion. I would expect the JSON conversion, which essentially converts the date time object into a string (yes), to use some universal&amp;nbsp; or configurable format instead of just failing. I see no option to choose a format for the date to JSON conversion anywhere. It just fails. As a bare minimum/default/fallback format I would expect the datetime to be redered into an ISO string - instead of failing.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 10 May 2024 14:07:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Could-not-determine-JSON-object-type-for-type-Microsoft/m-p/3909204#M3231</guid>
      <dc:creator>Hendrik1980</dc:creator>
      <dc:date>2024-05-10T14:07:13Z</dc:date>
    </item>
    <item>
      <title>Re: Could not determine JSON object type for type Microsoft.DataTransfer.DataTypes.Date.</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Could-not-determine-JSON-object-type-for-type-Microsoft/m-p/3913170#M3250</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="740668" data-lia-user-login="Hendrik1980" class="lia-mention lia-mention-user"&gt;Hendrik1980&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;Just checking back to see if you have a resolution yet .&lt;BR /&gt;In case if you have any resolution please do share that same with the community as it can be helpful to others . &lt;BR /&gt;Otherwise, will respond back with the more details and we will try to help . &lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 13 May 2024 07:41:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Could-not-determine-JSON-object-type-for-type-Microsoft/m-p/3913170#M3250</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-05-13T07:41:15Z</dc:date>
    </item>
    <item>
      <title>Re: Could not determine JSON object type for type Microsoft.DataTransfer.DataTypes.Date.</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Could-not-determine-JSON-object-type-for-type-Microsoft/m-p/3917463#M3287</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="740668" data-lia-user-login="Hendrik1980" class="lia-mention lia-mention-user"&gt;Hendrik1980&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;We haven’t heard from you on the last response and was just checking back to see if you have a resolution yet .&lt;BR /&gt;In case if you have any resolution please do share that same with the community as it can be helpful to others .&lt;BR /&gt;If you have any question relating to the current thread, please do let us know and we will try out best to help you.&lt;BR /&gt;In case if you have any other question on a different issue, we request you to open a new thread . &lt;BR /&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 14 May 2024 13:17:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Could-not-determine-JSON-object-type-for-type-Microsoft/m-p/3917463#M3287</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-05-14T13:17:54Z</dc:date>
    </item>
    <item>
      <title>Re: Could not determine JSON object type for type Microsoft.DataTransfer.DataTypes.Date.</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Could-not-determine-JSON-object-type-for-type-Microsoft/m-p/3917526#M3289</link>
      <description>&lt;P&gt;No. I have a workaround: converting the column to string in the Data Flow.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, I do not want that workaround. I expect the involved components (Lakehouse table, Copy Data node) to work together &lt;STRONG&gt;regardless of the data type&lt;/STRONG&gt;. I expect the Copy Data node to be able to convert whatever Fabric data source is used to whatever Copy Data target is used. It's both integrated and core functionality of Fabric. Converting a date field from a Lakehouse table into a JSON field (string, essentially) should be no rocket science (if in doubt about the target format, either use ISO date per default or offer a way to configure a desired format). I expect the Copy Data node to be able to do that as it converts any other data type.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I see the error as a bug and would like to report it as that.&lt;/P&gt;</description>
      <pubDate>Tue, 14 May 2024 13:38:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Could-not-determine-JSON-object-type-for-type-Microsoft/m-p/3917526#M3289</guid>
      <dc:creator>Hendrik1980</dc:creator>
      <dc:date>2024-05-14T13:38:18Z</dc:date>
    </item>
    <item>
      <title>Re: Could not determine JSON object type for type Microsoft.DataTransfer.DataTypes.Date.</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Could-not-determine-JSON-object-type-for-type-Microsoft/m-p/3918084#M3301</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="740668" data-lia-user-login="Hendrik1980" class="lia-mention lia-mention-user"&gt;Hendrik1980&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;The best course of action is to open a support ticket and have our support team take a closer look at it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please reach out to our support team so they can do a more thorough investigation on why this it is happening:&amp;nbsp;&lt;A href="https://support.fabric.microsoft.com/en-IN/support/" target="_blank" rel="noopener"&gt;Link&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;After creating a Support ticket please provide the ticket number as it would help us to track for more information.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps. Please let us know if you have any other queries.&lt;/P&gt;</description>
      <pubDate>Tue, 14 May 2024 17:23:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Could-not-determine-JSON-object-type-for-type-Microsoft/m-p/3918084#M3301</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-05-14T17:23:48Z</dc:date>
    </item>
    <item>
      <title>Re: Could not determine JSON object type for type Microsoft.DataTransfer.DataTypes.Date.</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Could-not-determine-JSON-object-type-for-type-Microsoft/m-p/3918161#M3303</link>
      <description>&lt;P&gt;Will do. Thank you for the link.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 May 2024 17:54:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Could-not-determine-JSON-object-type-for-type-Microsoft/m-p/3918161#M3303</guid>
      <dc:creator>Hendrik1980</dc:creator>
      <dc:date>2024-05-14T17:54:50Z</dc:date>
    </item>
    <item>
      <title>Re: Could not determine JSON object type for type Microsoft.DataTransfer.DataTypes.Date.</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Could-not-determine-JSON-object-type-for-type-Microsoft/m-p/3918170#M3304</link>
      <description>&lt;P&gt;I hope you got some insights over your query. Please continue using Fabric Community on your further queries.&lt;/P&gt;</description>
      <pubDate>Tue, 14 May 2024 17:56:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Could-not-determine-JSON-object-type-for-type-Microsoft/m-p/3918170#M3304</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-05-14T17:56:48Z</dc:date>
    </item>
  </channel>
</rss>

