I have a text file which contains JSon data as below: I want to add
after every line in the text file . How can I achieve this
{
“Order_Form_Discrepancies__c”="
Primary Contact Sudheer Grandhi / Offer Valid Until Jul 10, 2023
Address 123457 Fremont St 12345 test Contact Name Amelia Burke
Contract Value $100,000.00 Usage/Support Related
Services & Fees Details See Attachment 1 (Usage/Support Related)
invoices are Net 30.
Service Duration/Term 12 Months. From Jun 10, 2023 (Start Date) – Jun 9, 2024 (End Date)
Effective Date (“Effective Date”).
AWS Direct Commit Usage Commitment for Databricks on $100,000.00 $100,000.00
SUBTOTAL – Universal Usage Commitment (UUC) $100,000.00
TOTAL – Universal Usage Commitment and associated Support Service above $100,000.00
Documentation. In order to facilitate Customer’s option to procure and/or use then-currently available Databricks Services,
the Agreement is expanded to allow that different architectural models may apply to features Customer elects to use (such
as where computing and/or storage resources are deployed) as further described in the Documentation.
notifies Customer.
SPECIAL TERMS
Services total contract value of at least $778 , Customer may continue to consume any unused portion of the Universal Usage
SCOPE Included. Non-compliance with this SLA is assessed by measuring Unexcused Downtime across the Maximum
Below 99.9% but equal to or above 99.0% 10%"
I am getting the below error when trying to upload data using PATCH activity. I should upload the JSon file attached. Currently I have attached in docx format but its in text file. i need to upload that file but I am getting below error
Suppose if this is my JSON file .How to upload the data as I am getting below error
[
{
“message”: “Unexpected character (‘=’ (code 61)): was expecting a colon to separate field name and value at [line:2, column:31]”,
“errorCode”: “JSON_PARSER_ERROR”
}
] QuoteJsonData_discrepency.docx (1.3 KB)