Hilfe für LibreOfficeDev 25.8
Importiert Daten aus Datenquellen. Derzeit umfassen die unterstützten externen Datenformate CSV-, HTML-, XML- und LibreOfficeDev Base-Dateien.
Daten können entweder aus dem lokalen Speicher (beispielsweise CSV-Dateien) oder aus externen Quellen (beispielsweise HTML-Webseiten) importiert werden.
Darüber hinaus können Daten mithilfe verschiedener Transformationen bearbeitet werden, bevor sie in die Tabelle geladen werden.
Der Datenbankbereich, in dem die Daten vom Anbieter empfangen werden sollen. Den Bereich aus der verfügbaren Dropdownliste auswählen.
Der zu importierende Datentyp.
Die URL der Datenquelle. Wenn die Quelle eine lokale Datei ist, den Dateipfad und -namen eingeben. Wenn der Anbieter ein Webdienst ist, die URL eingeben.
Die ID des Ziels für als HTML bereitgestellte Daten oder Xpath für als XML bereitgestellte Daten.
Die bereitgestellten Daten können mit den verfügbaren Transformationen aus der Dropdown-Liste umgewandelt werden. Abhängig von der Transformation müssen Sie weitere Informationen angeben. Beispielsweise können Sie die Sortierreihenfolge für die Sortiertransformationen festlegen.
Deletes columns listed in Columns. Enter the list of columns indexes separated by semicolons.
Deletes rows containing the value entered in Lookup value entry and found in Column index number.
Swap row position between the first and second rows.
Separates the column in two on the occurrence of the separator string.
Merges columns adding the separator string between each merged value.
Transforms text data in the list of columns.
To Lower: transforms all uppercase characters to lowercase.
To Upper: transforms all lowercase characters to uppercase.
Capitalize: capitalizes the first character of each word.
Trim: removes spaces from the data, leaving only a single space character between words.
Sorts rows ascending or descending by the values in the column index number.
Adds the result of an aggregate function to the bottom of the column.
Sum: the sum of the column data.
Average: the average value of the column data.
Maximum Value: the maximum value of the column data.
Minimum Value: the minimum value of the column data.
Applies numeric functions on columns.
Sign: returns +1 for strictly positive numbers, -1 for strictly negative and 0 for zero values.
Round: rounds numbers to a certain number of decimal places.
Round Up: rounds numbers to the nearest upper integer.
Round Down: rounds numbers to the nearest lower integer.
Absolute value: returns the absolute value of the numbers.
Log with base e: returns the natural logarithm of the numbers.
Log with base 10: returns the logarithm base 10 of the numbers.
Cube: returns the cube of the numbers.
Square: returns the square of the numbers.
Square Root: returns the square root of the numbers.
Exponent: returns the exponential of the numbers (ex).
Is Even: returns +1 is the number is even, 0 if the number is odd. Decimal numbers returns 0.
Is Odd: returns +1 is the number is odd, 0 if the number is even. Decimal numbers returns 0.
Replaces null or missing data in the list of columns with the supplied text.
Performs date and time transformations on data in the list of column indexes.
The date and time values depends on the locale settings.
Date String:
Year: returns the year of the date.
Start of Year: returns the date value of the first day of the year.
End of Year: returns the date value of the last day of the year.
Month: returns the month number of the date.
Month Name: returns the month name of the date.
Start of Month: returns the date value of first day of the month.
End of Month: returns the date value of the last day of the month.
Day: returns the day of the month.
Day of Week: returns the day of the week.
Day of Year: returns the day of the year.
Quarter: returns the quarter number of the date.
Start of Quarter: returns the date value of the first day of the quarter.
End of Quarter: returns the date value of the last day of the quarter.
Hour: returns the hour of the date.
Minute: returns the minute of the date.
Second: returns the second of the date.
Time: returns the time of the date.
Finds and replaces values in Column index number.
Klicken Sie auf Hinzufügen, um die ausgewählte Transformation zum Satz der Transformationen hinzuzufügen. Transformationen werden am Ende der Liste hinzugefügt.
Wenn die Reihenfolge der Transformationen wichtig ist, sollte die Abfolge der Transformationen im Voraus geplant werden.
Löscht die Transformation aus der Liste.
Wendet die Transformationen auf die bereitgestellten Daten an und zeigt die Ergebnisse zur Überprüfung im Vorschaubereich an. Die Daten werden erst in die Tabelle geladen, wenn OK geklickt wird.
The data formatting can be set with a right-click on the preview table column headers. The corresponding database range column is then selected. Format the cells with the context menu.