diff --git a/help/tools/TOC.md b/help/tools/TOC.md index dcea38b91..33490e55a 100644 --- a/help/tools/TOC.md +++ b/help/tools/TOC.md @@ -676,6 +676,7 @@ feature: Configuration - [ACSD-58471: Dynamic content fails to load on product detail page, when catalog price rules scheduled](/help/tools/quality-patches-tool/patches-available-in-qpt/v1-1-55/acsd-58471-dynamic-content-fails-load-product-detail-page.md) - [ACSD-58383: Duplicate credit memos from simultaneous refund requests via [!DNL REST API]](/help/tools/quality-patches-tool/patches-available-in-qpt/v1-1-55/acsd-58383-duplicate-credit-memos-from-simultaneous-refund-requests-via-rest-api.md) - [ACSD-58735: Restricted admin can't view abandoned shopping carts on customer account for associated website](/help/tools/quality-patches-tool/patches-available-in-qpt/v1-1-55/acsd-58735-restricted-admin-cant-view-abandoned-shopping-carts.md) + - [ACSD-62793: Datetime attributes in exports missing time component. Additionally if [!UICONTROL Fields Enclosure] enabled, attribute values enclosed within double-quotes](/help/tools/quality-patches-tool/patches-available-in-qpt/v1-1-55/acsd-62793-datetime-attributes-exports-missing-time-component-and-fields-enclosure-enabled-attribute-values-enclosed-within-double-quotes.md) - [ACSD-60344: Duplicate order confirmation emails on using [!UICONTROL Purchase Order] with auto-approval](/help/tools/quality-patches-tool/patches-available-in-qpt/v1-1-55/acsd-60344-duplicate-order-confirmation-emails-for-purchase-order-with-auto-approval.md) - [ACSD-62332: Product listing GraphQL query limited to 10,000 products and [!DNL Live Search] sets current page to 1](/help/tools/quality-patches-tool/patches-available-in-qpt/v1-1-55/acsd-62332-product-listing-graphql-query-limit-plus-live-search-current-page.md) - v1.1.56 {#v1-1-56} diff --git a/help/tools/quality-patches-tool/patches-available-in-qpt/v1-1-55/acsd-62793-datetime-attributes-exports-missing-time-component-and-fields-enclosure-enabled-attribute-values-enclosed-within-double-quotes.md b/help/tools/quality-patches-tool/patches-available-in-qpt/v1-1-55/acsd-62793-datetime-attributes-exports-missing-time-component-and-fields-enclosure-enabled-attribute-values-enclosed-within-double-quotes.md new file mode 100644 index 000000000..4a7a68648 --- /dev/null +++ b/help/tools/quality-patches-tool/patches-available-in-qpt/v1-1-55/acsd-62793-datetime-attributes-exports-missing-time-component-and-fields-enclosure-enabled-attribute-values-enclosed-within-double-quotes.md @@ -0,0 +1,61 @@ +--- +title: "ACSD-62793: Datetime attributes in exports missing time component. Additionally if **[!UICONTROL Fields Enclosure]** enabled, attribute values enclosed within double-quotes" +description: Apply the ACSD-62793 patch to fix the Adobe Commerce issue where datetime attributes in exported data are missing the time component. Additionally if **[!UICONTROL Fields Enclosure]** is enabled, attribute values in the *additional_attributes* column will be enclosed within double-quotes. +feature: Attributes, Data Import/Export, Catalog Service +role: Admin, Developer +--- + +# ACSD-62793: Datetime attributes in exports missing time component. Additionally if **[!UICONTROL Fields Enclosure]** enabled, attribute values enclosed within double-quotes + +The ACSD-62793 patch fixes the issue where datetime attributes in exported data are missing the time component. Additionally if **[!UICONTROL Fields Enclosure]** is enabled, attribute values in the *additional_attributes* column will be enclosed within double-quotes. This patch is available when the [[!DNL Quality Patches Tool (QPT)]](/help/tools/quality-patches-tool/quality-patches-tool-to-self-serve-quality-patches.md) 1.1.55 is installed. The patch ID is ACSD-62793. Please note that the issue is scheduled to be fixed in Adobe Commerce 2.4.8. + +## Affected products and versions + +**The patch is created for Adobe Commerce version:** + +* Adobe Commerce (all deployment methods) 2.4.7-p2 + +**Compatible with Adobe Commerce versions:** + +* Adobe Commerce (all deployment methods) 2.4.7 - 2.4.7-p3 + +>[!NOTE] +> +>The patch might become applicable to other versions with new [!DNL Quality Patches Tool] releases. To check if the patch is compatible with your Adobe Commerce version, update the `magento/quality-patches` package to the latest version and check the compatibility on the [[!DNL Quality Patches Tool]: Search for patches page](https://experienceleague.adobe.com/tools/commerce-quality-patches/index.html). Use the patch ID as a search keyword to locate the patch. + +## Issue + +Datetime attributes in exported data don't include the time component. Additionally if **[!UICONTROL Fields Enclosure]** is enabled, attribute values in the *additional_attributes* column will be enclosed within double-quotes. + +Steps to reproduce: + +1. Create a product attribute with **[!UICONTROL Catalog Input Type for Store Owner]** = **[!UICONTROL Date and Time]**. +1. Assign the attribute to the **[!UICONTROL Default]** attribute set. +1. Create a simple product with a date and time value for the new attribute. +1. Export the product to a CSV file from **[!UICONTROL System]** > *Data Transfer* > **[!UICONTROL Export]**. +1. Check the attribute value in the *additional_attributes* column. It only has the date part, but not time. +1. Update the attribute value to use the time, e.g. "08/10/22, 3:20 PM". +1. Import the CSV file. +1. Check the *catalog_product_entity_datetime* table. + +Expected results: + +The date and time are exported and imported properly. + +Actual results: + +Only the date part is exported and imported. + +## Apply the patch + +To apply individual patches, use the following links depending on your deployment method: + +* Adobe Commerce or Magento Open Source on-premises: [[!DNL Quality Patches Tool] > Usage](/help/tools/quality-patches-tool/usage.md) in the [!DNL Quality Patches Tool] guide. +* Adobe Commerce on cloud infrastructure: [Upgrades and Patches > Apply Patches](https://experienceleague.adobe.com/docs/commerce-cloud-service/user-guide/develop/upgrade/apply-patches.html) in the Commerce on Cloud Infrastructure guide. + + +## Related reading + +To learn more about [!DNL Quality Patches Tool], refer to: + +* [[!DNL Quality Patches Tool]: A self-service tool for quality patches](/help/tools/quality-patches-tool/quality-patches-tool-to-self-serve-quality-patches.md) in the Tools guide.