mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-06-17 00:07:37 +02:00
formatting
This commit is contained in:
@ -23,10 +23,10 @@ may contain data with spaces.
|
|||||||
|
|
||||||
Example Table:
|
Example Table:
|
||||||
|
|
||||||
col1 col2 col3 col4 col5
|
col1 col2 col3 col4 col5
|
||||||
apple orange pear banana my favorite fruits
|
apple orange pear banana my favorite fruits
|
||||||
carrot squash celery spinach my favorite veggies
|
carrot squash celery spinach my favorite veggies
|
||||||
chicken beef pork eggs my favorite proteins
|
chicken beef pork eggs my favorite proteins
|
||||||
|
|
||||||
Parameters:
|
Parameters:
|
||||||
|
|
||||||
@ -56,10 +56,10 @@ Data elements must line up within column boundaries.
|
|||||||
|
|
||||||
Example Table:
|
Example Table:
|
||||||
|
|
||||||
col1 col2 col3 col4 col5
|
col1 col2 col3 col4 col5
|
||||||
orange pear fuzzy peach my favorite fruits
|
apple orange fuzzy peach my favorite fruits
|
||||||
green beans celery spinach my favorite veggies
|
green beans celery spinach my favorite veggies
|
||||||
chicken beef pork brown eggs my favorite proteins
|
chicken beef brown eggs my favorite proteins
|
||||||
|
|
||||||
Parameters:
|
Parameters:
|
||||||
|
|
||||||
|
@ -12,10 +12,10 @@ def simple_table_parse(data: List[str]) -> List[Dict]:
|
|||||||
|
|
||||||
Example Table:
|
Example Table:
|
||||||
|
|
||||||
col1 col2 col3 col4 col5
|
col1 col2 col3 col4 col5
|
||||||
apple orange pear banana my favorite fruits
|
apple orange pear banana my favorite fruits
|
||||||
carrot squash celery spinach my favorite veggies
|
carrot squash celery spinach my favorite veggies
|
||||||
chicken beef pork eggs my favorite proteins
|
chicken beef pork eggs my favorite proteins
|
||||||
|
|
||||||
Parameters:
|
Parameters:
|
||||||
|
|
||||||
@ -48,10 +48,10 @@ def sparse_table_parse(data: List[str], delim: str = '\u2063') -> List[Dict]:
|
|||||||
|
|
||||||
Example Table:
|
Example Table:
|
||||||
|
|
||||||
col1 col2 col3 col4 col5
|
col1 col2 col3 col4 col5
|
||||||
orange pear fuzzy peach my favorite fruits
|
apple orange fuzzy peach my favorite fruits
|
||||||
green beans celery spinach my favorite veggies
|
green beans celery spinach my favorite veggies
|
||||||
chicken beef pork brown eggs my favorite proteins
|
chicken beef brown eggs my favorite proteins
|
||||||
|
|
||||||
Parameters:
|
Parameters:
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user