From 3bcf6d34389fb12c4d372adc139656c7403136eb Mon Sep 17 00:00:00 2001 From: mulesoft-es-automation-jenkins-onprem Date: Fri, 15 Nov 2024 17:47:51 +0000 Subject: [PATCH] Update docs for DataWeave Mule Service support/2.8.x --- modules/ROOT/pages/_partials/nav-dw.adoc | 353 +----------------- .../pages/dataweave-formats-flatfile.adoc | 2 +- .../ROOT/pages/dataweave-formats-ndjson.adoc | 2 +- .../ROOT/pages/dw-mule-functions-lookup.adoc | 2 + modules/ROOT/pages/dw-mule-types.adoc | 2 +- modules/ROOT/pages/dw-mule.adoc | 4 +- 6 files changed, 13 insertions(+), 352 deletions(-) diff --git a/modules/ROOT/pages/_partials/nav-dw.adoc b/modules/ROOT/pages/_partials/nav-dw.adoc index 62bac7514..1f98dede4 100644 --- a/modules/ROOT/pages/_partials/nav-dw.adoc +++ b/modules/ROOT/pages/_partials/nav-dw.adoc @@ -1,352 +1,9 @@ -** xref:dw-core.adoc[dw::Core] -*** xref:dw-core-functions-plusplus.adoc[++] -*** xref:dw-core-functions-minusminus.adoc[--] -*** xref:dw-core-functions-abs.adoc[abs] -*** xref:dw-core-functions-avg.adoc[avg] -*** xref:dw-core-functions-ceil.adoc[ceil] -*** xref:dw-core-functions-contains.adoc[contains] -*** xref:dw-core-functions-daysbetween.adoc[daysBetween] -*** xref:dw-core-functions-distinctby.adoc[distinctBy] -*** xref:dw-core-functions-endswith.adoc[endsWith] -*** xref:dw-core-functions-entriesof.adoc[entriesOf] -*** xref:dw-core-functions-evaluatecompatibilityflag.adoc[evaluateCompatibilityFlag] -*** xref:dw-core-functions-filter.adoc[filter] -*** xref:dw-core-functions-filterobject.adoc[filterObject] -*** xref:dw-core-functions-find.adoc[find] -*** xref:dw-core-functions-flatmap.adoc[flatMap] -*** xref:dw-core-functions-flatten.adoc[flatten] -*** xref:dw-core-functions-floor.adoc[floor] -*** xref:dw-core-functions-groupby.adoc[groupBy] -*** xref:dw-core-functions-indexof.adoc[indexOf] -*** xref:dw-core-functions-isblank.adoc[isBlank] -*** xref:dw-core-functions-isdecimal.adoc[isDecimal] -*** xref:dw-core-functions-isempty.adoc[isEmpty] -*** xref:dw-core-functions-iseven.adoc[isEven] -*** xref:dw-core-functions-isinteger.adoc[isInteger] -*** xref:dw-core-functions-isleapyear.adoc[isLeapYear] -*** xref:dw-core-functions-isodd.adoc[isOdd] -*** xref:dw-core-functions-joinby.adoc[joinBy] -*** xref:dw-core-functions-keysof.adoc[keysOf] -*** xref:dw-core-functions-lastindexof.adoc[lastIndexOf] -*** xref:dw-core-functions-log.adoc[log] -*** xref:dw-core-functions-lower.adoc[lower] -*** xref:dw-core-functions-map.adoc[map] -*** xref:dw-core-functions-mapobject.adoc[mapObject] -*** xref:dw-core-functions-match.adoc[match] -*** xref:dw-core-functions-matches.adoc[matches] -*** xref:dw-core-functions-max.adoc[max] -*** xref:dw-core-functions-maxby.adoc[maxBy] -*** xref:dw-core-functions-min.adoc[min] -*** xref:dw-core-functions-minby.adoc[minBy] -*** xref:dw-core-functions-mod.adoc[mod] -*** xref:dw-core-functions-namesof.adoc[namesOf] -*** xref:dw-core-functions-now.adoc[now] -*** xref:dw-core-functions-onnull.adoc[onNull] -*** xref:dw-core-functions-orderby.adoc[orderBy] -*** xref:dw-core-functions-pluck.adoc[pluck] -*** xref:dw-core-functions-pow.adoc[pow] -*** xref:dw-core-functions-random.adoc[random] -*** xref:dw-core-functions-randomint.adoc[randomInt] -*** xref:dw-core-functions-read.adoc[read] -*** xref:dw-core-functions-readurl.adoc[readUrl] -*** xref:dw-core-functions-reduce.adoc[reduce] -*** xref:dw-core-functions-replace.adoc[replace] -*** xref:dw-core-functions-round.adoc[round] -*** xref:dw-core-functions-scan.adoc[scan] -*** xref:dw-core-functions-sizeof.adoc[sizeOf] -*** xref:dw-core-functions-splitby.adoc[splitBy] -*** xref:dw-core-functions-sqrt.adoc[sqrt] -*** xref:dw-core-functions-startswith.adoc[startsWith] -*** xref:dw-core-functions-sum.adoc[sum] -*** xref:dw-core-functions-then.adoc[then] -*** xref:dw-core-functions-to.adoc[to] -*** xref:dw-core-functions-trim.adoc[trim] -*** xref:dw-core-functions-typeof.adoc[typeOf] -*** xref:dw-core-functions-unzip.adoc[unzip] -*** xref:dw-core-functions-upper.adoc[upper] -*** xref:dw-core-functions-uuid.adoc[uuid] -*** xref:dw-core-functions-valuesof.adoc[valuesOf] -*** xref:dw-core-functions-with.adoc[with] -*** xref:dw-core-functions-write.adoc[write] -*** xref:dw-core-functions-xsitype.adoc[xsiType] -*** xref:dw-core-functions-zip.adoc[zip] -*** xref:dw-core-types.adoc[Core Types] -*** xref:dw-core-namespaces.adoc[Core Namespaces] -*** xref:dw-core-annotations.adoc[Core Annotations] -** xref:dw-arrays.adoc[dw::core::Arrays] -*** xref:dw-arrays-functions-countby.adoc[countBy] -*** xref:dw-arrays-functions-divideby.adoc[divideBy] -*** xref:dw-arrays-functions-drop.adoc[drop] -*** xref:dw-arrays-functions-dropwhile.adoc[dropWhile] -*** xref:dw-arrays-functions-every.adoc[every] -*** xref:dw-arrays-functions-firstwith.adoc[firstWith] -*** xref:dw-arrays-functions-indexof.adoc[indexOf] -*** xref:dw-arrays-functions-indexwhere.adoc[indexWhere] -*** xref:dw-arrays-functions-join.adoc[join] -*** xref:dw-arrays-functions-leftjoin.adoc[leftJoin] -*** xref:dw-arrays-functions-outerjoin.adoc[outerJoin] -*** xref:dw-arrays-functions-partition.adoc[partition] -*** xref:dw-arrays-functions-slice.adoc[slice] -*** xref:dw-arrays-functions-some.adoc[some] -*** xref:dw-arrays-functions-splitat.adoc[splitAt] -*** xref:dw-arrays-functions-splitwhere.adoc[splitWhere] -*** xref:dw-arrays-functions-sumby.adoc[sumBy] -*** xref:dw-arrays-functions-take.adoc[take] -*** xref:dw-arrays-functions-takewhile.adoc[takeWhile] -** xref:dw-binaries.adoc[dw::core::Binaries] -*** xref:dw-binaries-functions-concatwith.adoc[concatWith] -*** xref:dw-binaries-functions-frombase64.adoc[fromBase64] -*** xref:dw-binaries-functions-fromhex.adoc[fromHex] -*** xref:dw-binaries-functions-readlineswith.adoc[readLinesWith] -*** xref:dw-binaries-functions-tobase64.adoc[toBase64] -*** xref:dw-binaries-functions-tohex.adoc[toHex] -*** xref:dw-binaries-functions-writelineswith.adoc[writeLinesWith] -** xref:dw-dates.adoc[dw::core::Dates] -*** xref:dw-dates-functions-atbeginningofday.adoc[atBeginningOfDay] -*** xref:dw-dates-functions-atbeginningofhour.adoc[atBeginningOfHour] -*** xref:dw-dates-functions-atbeginningofmonth.adoc[atBeginningOfMonth] -*** xref:dw-dates-functions-atbeginningofweek.adoc[atBeginningOfWeek] -*** xref:dw-dates-functions-atbeginningofyear.adoc[atBeginningOfYear] -*** xref:dw-dates-functions-date.adoc[date] -*** xref:dw-dates-functions-datetime.adoc[dateTime] -*** xref:dw-dates-functions-localdatetime.adoc[localDateTime] -*** xref:dw-dates-functions-localtime.adoc[localTime] -*** xref:dw-dates-functions-time.adoc[time] -*** xref:dw-dates-functions-today.adoc[today] -*** xref:dw-dates-functions-tomorrow.adoc[tomorrow] -*** xref:dw-dates-functions-yesterday.adoc[yesterday] -*** xref:dw-dates-types.adoc[Dates Types] -** xref:dw-numbers.adoc[dw::core::Numbers] -*** xref:dw-numbers-functions-frombinary.adoc[fromBinary] -*** xref:dw-numbers-functions-fromhex.adoc[fromHex] -*** xref:dw-numbers-functions-fromradixnumber.adoc[fromRadixNumber] -*** xref:dw-numbers-functions-tobinary.adoc[toBinary] -*** xref:dw-numbers-functions-tohex.adoc[toHex] -*** xref:dw-numbers-functions-toradixnumber.adoc[toRadixNumber] -** xref:dw-objects.adoc[dw::core::Objects] -*** xref:dw-objects-functions-divideby.adoc[divideBy] -*** xref:dw-objects-functions-entryset.adoc[entrySet] -*** xref:dw-objects-functions-everyentry.adoc[everyEntry] -*** xref:dw-objects-functions-keyset.adoc[keySet] -*** xref:dw-objects-functions-mergewith.adoc[mergeWith] -*** xref:dw-objects-functions-nameset.adoc[nameSet] -*** xref:dw-objects-functions-someentry.adoc[someEntry] -*** xref:dw-objects-functions-takewhile.adoc[takeWhile] -*** xref:dw-objects-functions-valueset.adoc[valueSet] -** xref:dw-periods.adoc[dw::core::Periods] -*** xref:dw-periods-functions-between.adoc[between] -*** xref:dw-periods-functions-days.adoc[days] -*** xref:dw-periods-functions-duration.adoc[duration] -*** xref:dw-periods-functions-hours.adoc[hours] -*** xref:dw-periods-functions-minutes.adoc[minutes] -*** xref:dw-periods-functions-months.adoc[months] -*** xref:dw-periods-functions-period.adoc[period] -*** xref:dw-periods-functions-seconds.adoc[seconds] -*** xref:dw-periods-functions-years.adoc[years] -** xref:dw-strings.adoc[dw::core::Strings] -*** xref:dw-strings-functions-appendifmissing.adoc[appendIfMissing] -*** xref:dw-strings-functions-camelize.adoc[camelize] -*** xref:dw-strings-functions-capitalize.adoc[capitalize] -*** xref:dw-strings-functions-charcode.adoc[charCode] -*** xref:dw-strings-functions-charcodeat.adoc[charCodeAt] -*** xref:dw-strings-functions-collapse.adoc[collapse] -*** xref:dw-strings-functions-countcharactersby.adoc[countCharactersBy] -*** xref:dw-strings-functions-countmatches.adoc[countMatches] -*** xref:dw-strings-functions-dasherize.adoc[dasherize] -*** xref:dw-strings-functions-everycharacter.adoc[everyCharacter] -*** xref:dw-strings-functions-first.adoc[first] -*** xref:dw-strings-functions-fromcharcode.adoc[fromCharCode] -*** xref:dw-strings-functions-hammingdistance.adoc[hammingDistance] -*** xref:dw-strings-functions-isalpha.adoc[isAlpha] -*** xref:dw-strings-functions-isalphanumeric.adoc[isAlphanumeric] -*** xref:dw-strings-functions-islowercase.adoc[isLowerCase] -*** xref:dw-strings-functions-isnumeric.adoc[isNumeric] -*** xref:dw-strings-functions-isuppercase.adoc[isUpperCase] -*** xref:dw-strings-functions-iswhitespace.adoc[isWhitespace] -*** xref:dw-strings-functions-last.adoc[last] -*** xref:dw-strings-functions-leftpad.adoc[leftPad] -*** xref:dw-strings-functions-levenshteindistance.adoc[levenshteinDistance] -*** xref:dw-strings-functions-lines.adoc[lines] -*** xref:dw-strings-functions-mapstring.adoc[mapString] -*** xref:dw-strings-functions-ordinalize.adoc[ordinalize] -*** xref:dw-strings-functions-pluralize.adoc[pluralize] -*** xref:dw-strings-functions-prependifmissing.adoc[prependIfMissing] -*** xref:dw-strings-functions-remove.adoc[remove] -*** xref:dw-strings-functions-repeat.adoc[repeat] -*** xref:dw-strings-functions-replaceall.adoc[replaceAll] -*** xref:dw-strings-functions-reverse.adoc[reverse] -*** xref:dw-strings-functions-rightpad.adoc[rightPad] -*** xref:dw-strings-functions-singularize.adoc[singularize] -*** xref:dw-strings-functions-somecharacter.adoc[someCharacter] -*** xref:dw-strings-functions-substring.adoc[substring] -*** xref:dw-strings-functions-substringafter.adoc[substringAfter] -*** xref:dw-strings-functions-substringafterlast.adoc[substringAfterLast] -*** xref:dw-strings-functions-substringbefore.adoc[substringBefore] -*** xref:dw-strings-functions-substringbeforelast.adoc[substringBeforeLast] -*** xref:dw-strings-functions-substringby.adoc[substringBy] -*** xref:dw-strings-functions-substringevery.adoc[substringEvery] -*** xref:dw-strings-functions-underscore.adoc[underscore] -*** xref:dw-strings-functions-unwrap.adoc[unwrap] -*** xref:dw-strings-functions-withmaxsize.adoc[withMaxSize] -*** xref:dw-strings-functions-words.adoc[words] -*** xref:dw-strings-functions-wrapifmissing.adoc[wrapIfMissing] -*** xref:dw-strings-functions-wrapwith.adoc[wrapWith] -** xref:dw-types.adoc[dw::core::Types] -*** xref:dw-types-functions-arrayitem.adoc[arrayItem] -*** xref:dw-types-functions-basetypeof.adoc[baseTypeOf] -*** xref:dw-types-functions-functionparamtypes.adoc[functionParamTypes] -*** xref:dw-types-functions-functionreturntype.adoc[functionReturnType] -*** xref:dw-types-functions-intersectionitems.adoc[intersectionItems] -*** xref:dw-types-functions-isanytype.adoc[isAnyType] -*** xref:dw-types-functions-isarraytype.adoc[isArrayType] -*** xref:dw-types-functions-isbinarytype.adoc[isBinaryType] -*** xref:dw-types-functions-isbooleantype.adoc[isBooleanType] -*** xref:dw-types-functions-isdatetimetype.adoc[isDateTimeType] -*** xref:dw-types-functions-isdatetype.adoc[isDateType] -*** xref:dw-types-functions-isfunctiontype.adoc[isFunctionType] -*** xref:dw-types-functions-isintersectiontype.adoc[isIntersectionType] -*** xref:dw-types-functions-iskeytype.adoc[isKeyType] -*** xref:dw-types-functions-isliteraltype.adoc[isLiteralType] -*** xref:dw-types-functions-islocaldatetimetype.adoc[isLocalDateTimeType] -*** xref:dw-types-functions-islocaltimetype.adoc[isLocalTimeType] -*** xref:dw-types-functions-isnamespacetype.adoc[isNamespaceType] -*** xref:dw-types-functions-isnothingtype.adoc[isNothingType] -*** xref:dw-types-functions-isnulltype.adoc[isNullType] -*** xref:dw-types-functions-isnumbertype.adoc[isNumberType] -*** xref:dw-types-functions-isobjecttype.adoc[isObjectType] -*** xref:dw-types-functions-isperiodtype.adoc[isPeriodType] -*** xref:dw-types-functions-israngetype.adoc[isRangeType] -*** xref:dw-types-functions-isreferencetype.adoc[isReferenceType] -*** xref:dw-types-functions-isregextype.adoc[isRegexType] -*** xref:dw-types-functions-isstringtype.adoc[isStringType] -*** xref:dw-types-functions-istimetype.adoc[isTimeType] -*** xref:dw-types-functions-istimezonetype.adoc[isTimeZoneType] -*** xref:dw-types-functions-istypetype.adoc[isTypeType] -*** xref:dw-types-functions-isuniontype.adoc[isUnionType] -*** xref:dw-types-functions-isuritype.adoc[isUriType] -*** xref:dw-types-functions-literalvalueof.adoc[literalValueOf] -*** xref:dw-types-functions-metadataof.adoc[metadataOf] -*** xref:dw-types-functions-nameof.adoc[nameOf] -*** xref:dw-types-functions-objectfields.adoc[objectFields] -*** xref:dw-types-functions-unionitems.adoc[unionItems] -*** xref:dw-types-types.adoc[Types Types] -** xref:dw-url.adoc[dw::core::URL] -*** xref:dw-url-functions-compose.adoc[compose] -*** xref:dw-url-functions-decodeuri.adoc[decodeURI] -*** xref:dw-url-functions-decodeuricomponent.adoc[decodeURIComponent] -*** xref:dw-url-functions-encodeuri.adoc[encodeURI] -*** xref:dw-url-functions-encodeuricomponent.adoc[encodeURIComponent] -*** xref:dw-url-functions-parseuri.adoc[parseURI] -*** xref:dw-url-types.adoc[URL Types] -** xref:dw-crypto.adoc[dw::Crypto] -*** xref:dw-crypto-functions-hmacbinary.adoc[HMACBinary] -*** xref:dw-crypto-functions-hmacwith.adoc[HMACWith] -*** xref:dw-crypto-functions-md5.adoc[MD5] -*** xref:dw-crypto-functions-sha1.adoc[SHA1] -*** xref:dw-crypto-functions-hashwith.adoc[hashWith] -** xref:dw-dataformat.adoc[dw::extension::DataFormat] -*** xref:dw-dataformat-types.adoc[DataFormat Types] -*** xref:dw-dataformat-annotations.adoc[DataFormat Annotations] -** xref:dw-mime.adoc[dw::module::Mime] -*** xref:dw-mime-functions-fromstring.adoc[fromString] -*** xref:dw-mime-functions-ishandledby.adoc[isHandledBy] -*** xref:dw-mime-functions-tostring.adoc[toString] -*** xref:dw-mime-types.adoc[Mime Types] -** xref:dw-multipart.adoc[dw::module::Multipart] -*** xref:dw-multipart-functions-field.adoc[field] -*** xref:dw-multipart-functions-file.adoc[file] -*** xref:dw-multipart-functions-form.adoc[form] -*** xref:dw-multipart-functions-generateboundary.adoc[generateBoundary] -*** xref:dw-multipart-types.adoc[Multipart Types] -** xref:dw-mule.adoc[dw::Mule] +** xref:dw-bindings.adoc[dw::mule::internal::Bindings] +*** xref:dw-bindings-functions-callfunction.adoc[callFunction] +*** xref:dw-bindings-functions-getdefaultfunctionparametervalue.adoc[getDefaultFunctionParameterValue] +*** xref:dw-bindings-functions-getvalue.adoc[getValue] +** xref:dw-mule.adoc[Mule] *** xref:dw-mule-functions-causedby.adoc[causedBy] *** xref:dw-mule-functions-lookup.adoc[lookup] *** xref:dw-mule-functions-p.adoc[p] *** xref:dw-mule-types.adoc[Mule Types] -** xref:dw-runtime.adoc[dw::Runtime] -*** xref:dw-runtime-functions-dataformatsdescriptor.adoc[dataFormatsDescriptor] -*** xref:dw-runtime-functions-eval.adoc[eval] -*** xref:dw-runtime-functions-evalurl.adoc[evalUrl] -*** xref:dw-runtime-functions-fail.adoc[fail] -*** xref:dw-runtime-functions-failif.adoc[failIf] -*** xref:dw-runtime-functions-finddataformatdescriptorbymime.adoc[findDataFormatDescriptorByMime] -*** xref:dw-runtime-functions-location.adoc[location] -*** xref:dw-runtime-functions-locationstring.adoc[locationString] -*** xref:dw-runtime-functions-orelse.adoc[orElse] -*** xref:dw-runtime-functions-orelsetry.adoc[orElseTry] -*** xref:dw-runtime-functions-prop.adoc[prop] -*** xref:dw-runtime-functions-props.adoc[props] -*** xref:dw-runtime-functions-run.adoc[run] -*** xref:dw-runtime-functions-runurl.adoc[runUrl] -*** xref:dw-runtime-functions-try.adoc[try] -*** xref:dw-runtime-functions-version.adoc[version] -*** xref:dw-runtime-functions-wait.adoc[wait] -*** xref:dw-runtime-types.adoc[Runtime Types] -** xref:dw-system.adoc[dw::System] -*** xref:dw-system-functions-envvar.adoc[envVar] -*** xref:dw-system-functions-envvars.adoc[envVars] -** xref:dw-coercions.adoc[dw::util::Coercions] -*** xref:dw-coercions-functions-toarray.adoc[toArray] -*** xref:dw-coercions-functions-tobinary.adoc[toBinary] -*** xref:dw-coercions-functions-toboolean.adoc[toBoolean] -*** xref:dw-coercions-functions-todate.adoc[toDate] -*** xref:dw-coercions-functions-todateornull.adoc[toDateOrNull] -*** xref:dw-coercions-functions-todatetime.adoc[toDateTime] -*** xref:dw-coercions-functions-todatetimeornull.adoc[toDateTimeOrNull] -*** xref:dw-coercions-functions-tolocaldatetime.adoc[toLocalDateTime] -*** xref:dw-coercions-functions-tolocaldatetimeornull.adoc[toLocalDateTimeOrNull] -*** xref:dw-coercions-functions-tolocaltime.adoc[toLocalTime] -*** xref:dw-coercions-functions-tolocaltimeornull.adoc[toLocalTimeOrNull] -*** xref:dw-coercions-functions-tonumber.adoc[toNumber] -*** xref:dw-coercions-functions-tonumberornull.adoc[toNumberOrNull] -*** xref:dw-coercions-functions-toperiod.adoc[toPeriod] -*** xref:dw-coercions-functions-toregex.adoc[toRegex] -*** xref:dw-coercions-functions-tostring.adoc[toString] -*** xref:dw-coercions-functions-totime.adoc[toTime] -*** xref:dw-coercions-functions-totimeornull.adoc[toTimeOrNull] -*** xref:dw-coercions-functions-totimezone.adoc[toTimeZone] -*** xref:dw-coercions-functions-touri.adoc[toUri] -*** xref:dw-coercions-types.adoc[Coercions Types] -** xref:dw-diff.adoc[dw::util::Diff] -*** xref:dw-diff-functions-diff.adoc[diff] -*** xref:dw-diff-types.adoc[Diff Types] -** xref:dw-math.adoc[dw::util::Math] -*** xref:dw-math-functions-acos.adoc[acos] -*** xref:dw-math-functions-asin.adoc[asin] -*** xref:dw-math-functions-atan.adoc[atan] -*** xref:dw-math-functions-cos.adoc[cos] -*** xref:dw-math-functions-log10.adoc[log10] -*** xref:dw-math-functions-logn.adoc[logn] -*** xref:dw-math-functions-sin.adoc[sin] -*** xref:dw-math-functions-tan.adoc[tan] -*** xref:dw-math-functions-todegrees.adoc[toDegrees] -*** xref:dw-math-functions-toradians.adoc[toRadians] -*** xref:dw-math-variables.adoc[Math Variables] -** xref:dw-timer.adoc[dw::util::Timer] -*** xref:dw-timer-functions-currentmilliseconds.adoc[currentMilliseconds] -*** xref:dw-timer-functions-duration.adoc[duration] -*** xref:dw-timer-functions-time.adoc[time] -*** xref:dw-timer-functions-tomilliseconds.adoc[toMilliseconds] -*** xref:dw-timer-types.adoc[Timer Types] -** xref:dw-tree.adoc[dw::util::Tree] -*** xref:dw-tree-functions-asexpressionstring.adoc[asExpressionString] -*** xref:dw-tree-functions-filterarrayleafs.adoc[filterArrayLeafs] -*** xref:dw-tree-functions-filterobjectleafs.adoc[filterObjectLeafs] -*** xref:dw-tree-functions-filtertree.adoc[filterTree] -*** xref:dw-tree-functions-isarraytype.adoc[isArrayType] -*** xref:dw-tree-functions-isattributetype.adoc[isAttributeType] -*** xref:dw-tree-functions-isobjecttype.adoc[isObjectType] -*** xref:dw-tree-functions-mapleafvalues.adoc[mapLeafValues] -*** xref:dw-tree-functions-nodeexists.adoc[nodeExists] -*** xref:dw-tree-variables.adoc[Tree Variables] -*** xref:dw-tree-types.adoc[Tree Types] -** xref:dw-values.adoc[dw::util::Values] -*** xref:dw-values-functions-attr.adoc[attr] -*** xref:dw-values-functions-field.adoc[field] -*** xref:dw-values-functions-index.adoc[index] -*** xref:dw-values-functions-mask.adoc[mask] -*** xref:dw-values-functions-update.adoc[update] -*** xref:dw-values-types.adoc[Values Types] -** xref:dw-dtd.adoc[dw::xml::Dtd] -*** xref:dw-dtd-functions-doctypeasstring.adoc[docTypeAsString] -*** xref:dw-dtd-types.adoc[Dtd Types] diff --git a/modules/ROOT/pages/dataweave-formats-flatfile.adoc b/modules/ROOT/pages/dataweave-formats-flatfile.adoc index f1dd9d1a7..adeabdc1e 100644 --- a/modules/ROOT/pages/dataweave-formats-flatfile.adoc +++ b/modules/ROOT/pages/dataweave-formats-flatfile.adoc @@ -79,7 +79,7 @@ Valid values are `true` or `false`. |`schemaPath` (Required) |`String`|`null`|Path to the schema definition. Specifies the location in your local disk of the schema file that parses your input. |`segmentIdent` |`String`|`null`|Segment identifier in the schema for fixed-width or COBOL copybook schemas. Required when parsing a single segment or record definition if the schema includes multiple segment definitions. |`structureIdent` |`String`|`null`|Structure identifier in the schema for flat file schemas. Required when parsing a structure definition if the schema includes multiple structure definitions. -|`substituteCharacterAsMissingValue` |`Boolean`|`false`|If set to `true` and the `missingValues` property is set to `none`, with `useMissCharAsDefaultForFill` set to `true`, the flat file parser handles the `0x1A` (SUB) character as the missing value. + +|`substituteCharacterAsMissingValue` |`Boolean`|`false`|If set to `true` and if the `missingValues` property is set to `none`, with `useMissCharAsDefaultForFill` is set to `true`, the flat file parser handles the `0x1A` (SUB) character as the missing value. + Otherwise, the flat file parser doesn't handle the `0x1A` character as the missing value. Valid values are `true` or `false`. diff --git a/modules/ROOT/pages/dataweave-formats-ndjson.adoc b/modules/ROOT/pages/dataweave-formats-ndjson.adoc index 8e51483d4..efe03bbdd 100644 --- a/modules/ROOT/pages/dataweave-formats-ndjson.adoc +++ b/modules/ROOT/pages/dataweave-formats-ndjson.adoc @@ -150,7 +150,7 @@ This format accepts properties that provide instructions for writing output data Valid values are `true` or `false`. -|`encoding` |`String`|`'UTF-8'`|Encoding that the writer uses for output. Defaults to "UTF-8". +|`encoding` |`String`|`'UTF-8'`| |`skipNullOn` |`String`|`null`|Skips `null` values. By default, DataWeave does not skip. diff --git a/modules/ROOT/pages/dw-mule-functions-lookup.adoc b/modules/ROOT/pages/dw-mule-functions-lookup.adoc index e80a84819..62dda796a 100644 --- a/modules/ROOT/pages/dw-mule-functions-lookup.adoc +++ b/modules/ROOT/pages/dw-mule-functions-lookup.adoc @@ -43,6 +43,8 @@ component, using the `target` attribute to put the result of the flow in a _This function is *Deprecated*. Use https://docs.mulesoft.com/dataweave/latest/dataweave-functions[], instead._ +_This function is *Deprecated*. Use xref:-functions-.adoc[], instead._ + === Parameters [%header, cols="1,3"] diff --git a/modules/ROOT/pages/dw-mule-types.adoc b/modules/ROOT/pages/dw-mule-types.adoc index 3cf49528b..fe232804b 100644 --- a/modules/ROOT/pages/dw-mule-types.adoc +++ b/modules/ROOT/pages/dw-mule-types.adoc @@ -1,4 +1,4 @@ -= Mule Types (dw::Mule) += Mule Types (Mule) [%header, cols="1,2a,3a"] |=== diff --git a/modules/ROOT/pages/dw-mule.adoc b/modules/ROOT/pages/dw-mule.adoc index e769f4053..6eff623cc 100644 --- a/modules/ROOT/pages/dw-mule.adoc +++ b/modules/ROOT/pages/dw-mule.adoc @@ -1,4 +1,4 @@ -= Mule (dw::Mule) += Mule (Mule) This DataWeave module contains functions for interacting with Mule runtime. @@ -17,3 +17,5 @@ Environment variables. == Types * xref:dw-mule-types.adoc[Mule Types] + +