Sort Score
Result 10 results
Languages All
Labels All
Results 21 - 30 of 864 for

parsing

(0.05 sec)
  1. CsvDataSource class | Aspose.Words for Python

    aspose.words.reporting.CsvDataSource class. Provides access to data of a CSV file or stream to be used within a report...using default options for parsing CSV data. CsvDataSource(csv_path...the specified options for parsing CSV data. CsvDataSource(csv_stream)...

    reference.aspose.com/words/python-net/aspose.wo...
  2. JsonDataLoadOptions.simple_value_parse_mode pro...

    JsonDataLoadOptions.simple_value_parse_mode property. Gets or sets a mode for Parsing JSON simple values (null, boolean, number, integer, and string) while loading JSON...simple_value_parse_mode property JsonDataLoadOptions.simple_value_parse_mode...simple_value_parse_mode property Gets or sets a mode for parsing JSON...

    reference.aspose.com/words/python-net/aspose.wo...
  3. JsonSimpleValueParseMode Enum | Aspose.Words fo...

    Discover the Aspose.Words.Reporting.JsonSimpleValueParseMode enum for efficient JSON Parsing. Easily handle nulls, booleans, numbers, and strings seamlessly!...enumeration Specifies a mode for parsing JSON simple values (null, boolean...Such a mode does not affect parsing of date-time values. public...

    reference.aspose.com/words/net/aspose.words.rep...
  4. JsonDataSource | Aspose.Words for Java

    Provides access to data of a JSON file or stream to be used within a report in Java....using default options for parsing JSON data. JsonDataSource(InputStream...the specified options for parsing JSON data. JsonDataSource(InputStream...

    reference.aspose.com/words/java/com.aspose.word...
  5. CsvDataSource Class | Aspose.Words for .NET

    Access and utilize CSV data effortlessly with Aspose.Words.Reporting.CsvDataSource. Enhance your reports with seamless data integration!...using default options for parsing CSV data. CsvDataSource ( string...using default options for parsing CSV data. CsvDataSource ( Stream...

    reference.aspose.com/words/net/aspose.words.rep...
  6. JsonDataLoadOptions.ExactDateTimeParseFormats |...

    Discover JsonDataLoadOptions' ExactDateTimeParseFormats for precise JSON datetime Parsing. Customize formats easily for seamless data loading!...or sets exact formats for parsing JSON date-time values while...additional formats to be used while parsing date-time values from strings...

    reference.aspose.com/words/net/aspose.words.rep...
  7. JsonDataLoadOptions.exact_date_time_parse_forma...

    JsonDataLoadOptions.exact_date_time_parse_formats property. Gets or sets exact formats for Parsing JSON date-time values while loading JSON...exact_date_time_parse_formats property JsonDataLoadOptions.e...exact_date_time_parse_formats property Gets or sets exact formats...

    reference.aspose.com/words/python-net/aspose.wo...
  8. ReportingEngine.build_report method | Aspose.Wo...

    aspose.words.reporting.ReportingEngine.build_report method...A flag indicating whether parsing of the template document was...A flag indicating whether parsing of the template document was...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Aspose.PSD for .NET 22.4 - Release Notes|Docume...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....file on text resource data parsing Bug PSDNET-1129 Incorrect position...file on text resource data parsing string sourceFile = "input...

    docs.aspose.com/psd/net/aspose-psd-for-net-22-4...
  10. Aspose Words forcefully converting string - Fre...

    I have a Json input with both token and value in string format { "TOKEN1": "1000", "TOKEN2": "2000" } and in Template, i have to check if TOKEN1 exist, then display that in certain format, else if TOKEN2 exis…...Parse(TOKEN1) != 0) ? decimal.Parse(TOKEN1) : (!string... && decimal.Parse(TOKEN2) != 0) ? decimal.Parse(TOKEN2) : 0]>>...

    forum.aspose.com/t/aspose-words-forcefully-conv...