This is an automated email from the ASF dual-hosted git repository. hansva pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/hop.git
commit 1ca8eea8b6b5b6279f1ceadf9328cb12d6b6a1d5 Merge: 0df4d9ab28 15fea8de52 Author: Hans Van Akelyen <[email protected]> AuthorDate: Tue May 28 08:33:16 2024 +0200 Merge pull request #3957 from apache/3956 Add more file types #3956 .../perspective/explorer/file/ParquetFileType.java | 128 +++++++++++++++++++++ .../perspective/explorer/file/ExcelFileType.java | 128 +++++++++++++++++++++ .../transforms/excel/src/main/resources/excel.svg | 2 + .../transforms/types/CsvExplorerFileType.java | 4 +- .../textfile/src/main/resources/textfile.svg | 21 ++-- .../explorer/file/types/ArchiveFileType.java | 128 +++++++++++++++++++++ ui/src/main/resources/ui/images/file.svg | 30 ++--- ui/src/main/resources/ui/images/zipfile.svg | 24 ++++ 8 files changed, 430 insertions(+), 35 deletions(-)
