Skip to main content

Format Converter

Converts the given file or text to the desired format, based on the detected format.

Input

  • File Path: The full path of the file to be read
    • Type: System.String
    • Required
  • Text: The format of the text to be read
    • Type: System.String
    • Required
  • Format: Enter the format information for the text you want to appear. (There are no restrictions. All date, text and number formats can be entered.)
    • Type: System.String
    • Required

Output

  • Output Text: The converted version of the read text or file in the desired format.
    • Type: System.String
  • File Output: The full file path where the converted version of the read text or file will be saved.
    • Type: System.String

Details

  • Input : File path or text must be entered. Both cannot be entered at the same time.

  • Output : File output or text output must be given. Both cannot be given at the same time.

  • The AI has a text limit of 4096 tokens. It will give an error if the limit is exceeded.

  • Flexible conversion is performed according to the structure specified by the user. Example conversions:

    • JSONXML
    • Date format: "dd/M/yyyy"
    • Text format: "name_surname""Name Surname"
    • Number format: "1234.56""1234,56"
  • Note: This is not intended for visual document conversions such as Word → PDF.