S
SHASHANK
Guest
{ "id":"Test01", "invoices":[ { "advAmt":0, "amountTaxation":false, "currency":"INR", "customer":{ }, "dateOfDelivery":"2019-02-06", "dueDate":"2019-02-06", "exemptedAmount":false, "grandTotal":100, "invoiceIssueDate":"2019-02-06", "invoiceNumber":"TEST_INV_MGF03_01", "invoiceReference":"", "invoiceType":"I", "lineItems":[ { "amount":100, "amountAfterDiscount":100, "code":"A1", "descriptionArabic":"descarabic", "descriptionEnglish":"desceng", "discountAmount":0, "discountPercent":0, "price":100, "priceAfterVat":100, "quantity":1, "serialNumber":1, "totalVat":0, "uomArabic":"uomarabic", "uomEnglish":"uomeng", "vatPercent":0 } ], "milestonePayments":false, "narrationArabic":"narraarabic", "narrationEnglish":"narraeng", "outstandingAmount":100, "percentOfCompletion":20, "profitMargin":{ }, "remarksArabic":"remarkarabic", "remarksEnglish":"remarkeng", "salespersonArabic":"salesarabic", "salespersonEnglish":"saleseng", "selfAccountForTax":false, "shipmentRefNumber":"SHIP123", "supplier":{ }, "totalBeforeVAT":100, "totalVAT":0 } ], "supplierId":"663" } is it possible to write JSON file like this format if yes then how to define table schema or dataset relation to achive this using Write-json method. Thanks in Adv. Regards -Shashank
Continue reading...
Continue reading...